Skip to content

Commit

Permalink
[ci] release v0.x-2022-10 (alpha) (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 19, 2023
1 parent ff15b79 commit 1d83fdc
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"brown-spiders-tickle",
"curvy-apes-yawn",
"dull-windows-enjoy",
"early-jobs-flow",
"empty-seals-arrive",
"fifty-cougars-walk",
"four-snakes-provide",
Expand All @@ -23,6 +24,7 @@
"odd-monkeys-doubt",
"serious-radios-occur",
"small-planes-sniff",
"spotty-swans-unite",
"twenty-cheetahs-return"
]
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/cli-hydrogen

## 4.0.0-alpha.9

### Patch Changes

- - Upgrade to the latest Remix experimental defer release, 1.11.0 ([#371](https://github.com/Shopify/h2/pull/371)) by [@blittle](https://github.com/blittle)

- Replace redundant i18n routes with a single root optional route segment `($lang)`

## 4.0.0-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "4.0.0-alpha.8",
"version": "4.0.0-alpha.9",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/hydrogen

## 2.0.0-alpha.3

### Patch Changes

- - Upgrade to the latest Remix experimental defer release, 1.11.0 ([#371](https://github.com/Shopify/h2/pull/371)) by [@blittle](https://github.com/blittle)

- Replace redundant i18n routes with a single root optional route segment `($lang)`

- Update RSK package ([#369](https://github.com/Shopify/h2/pull/369)) by [@wizardlyhel](https://github.com/wizardlyhel)

## 2.0.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"type": "module",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
"types": "dist/production/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '2.0.0-alpha.2';
export const LIB_VERSION = '2.0.0-alpha.3';
8 changes: 8 additions & 0 deletions packages/remix-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/remix-oxygen

## 1.0.0-alpha.3

### Patch Changes

- - Upgrade to the latest Remix experimental defer release, 1.11.0 ([#371](https://github.com/Shopify/h2/pull/371)) by [@blittle](https://github.com/blittle)

- Replace redundant i18n routes with a single root optional route segment `($lang)`

## 1.0.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-oxygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"type": "module",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
"types": "dist/production/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@headlessui/react": "^1.7.2",
"@remix-run/react": "1.11.0",
"@shopify/cli": "^3.23.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.8",
"@shopify/cli-hydrogen": "^4.0.0-alpha.9",
"@shopify/storefront-kit-react": "^2023.1.3",
"@shopify/hydrogen": "^2.0.0-alpha.2",
"@shopify/remix-oxygen": "^1.0.0-alpha.2",
"@shopify/hydrogen": "^2.0.0-alpha.3",
"@shopify/remix-oxygen": "^1.0.0-alpha.3",
"clsx": "^1.2.1",
"concurrently": "^7.5.0",
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"dependencies": {
"@remix-run/react": "1.11.0",
"@shopify/cli": "^3.23.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.8",
"@shopify/cli-hydrogen": "^4.0.0-alpha.9",
"@shopify/storefront-kit-react": "^2023.1.3",
"@shopify/hydrogen": "^2.0.0-alpha.2",
"@shopify/remix-oxygen": "^1.0.0-alpha.2",
"@shopify/hydrogen": "^2.0.0-alpha.3",
"@shopify/remix-oxygen": "^1.0.0-alpha.3",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"react": "^18.2.0",
Expand Down

0 comments on commit 1d83fdc

Please sign in to comment.