Skip to content

Commit

Permalink
Merge pull request #363 from Shopify/changeset-release/v0.x-2022-10
Browse files Browse the repository at this point in the history
[ci] release v0.x-2022-10 (alpha)
  • Loading branch information
jplhomer authored Jan 18, 2023
2 parents d6a7754 + fc7800f commit 24d75c9
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@
"curvy-apes-yawn",
"dull-windows-enjoy",
"empty-seals-arrive",
"fifty-cougars-walk",
"four-snakes-provide",
"loud-birds-talk",
"loud-otters-act",
"modern-trains-fry",
"odd-monkeys-doubt",
"serious-radios-occur",
"small-planes-sniff",
"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.8

### Patch Changes

- Removed magic routes and `.hydrogen` template routes. See `rfc/obsolete-routing.md` for details of what used to be in the package but has now been removed. ([#336](https://github.com/Shopify/h2/pull/336)) by [@frehner](https://github.com/frehner)

`/__health` still exists for the moment, though at some point it will probably be removed as well.

## 4.0.0-alpha.7

### 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.7",
"version": "4.0.0-alpha.8",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/hydrogen

## 2.0.0-alpha.2

### Patch Changes

- Add a default value for `context.storefront.i18n` and improve types. ([#330](https://github.com/Shopify/h2/pull/330)) by [@frandiox](https://github.com/frandiox)

- Rename the `notFoundMaybeRedirect` utility to `storefrontRedirect` and call it only in the server entry file. ([#362](https://github.com/Shopify/h2/pull/362)) by [@frandiox](https://github.com/frandiox)

- Removed magic routes and `.hydrogen` template routes. See `rfc/obsolete-routing.md` for details of what used to be in the package but has now been removed. ([#336](https://github.com/Shopify/h2/pull/336)) by [@frehner](https://github.com/frehner)

`/__health` still exists for the moment, though at some point it will probably be removed as well.

## 2.0.0-alpha.1

### 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.1",
"version": "2.0.0-alpha.2",
"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.1';
export const LIB_VERSION = '2.0.0-alpha.2';
6 changes: 6 additions & 0 deletions packages/remix-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/remix-oxygen

## 1.0.0-alpha.2

### Patch Changes

- Remove the local `/__health` route because it's not required in Oxygen anymore. ([#361](https://github.com/Shopify/h2/pull/361)) by [@frandiox](https://github.com/frandiox)

## 1.0.0-alpha.1

### 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.1",
"version": "1.0.0-alpha.2",
"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": "0.0.0-experimental-e18af792a",
"@shopify/cli": "^3.23.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.7",
"@shopify/cli-hydrogen": "^4.0.0-alpha.8",
"@shopify/hydrogen-react": "^2022.10.3",
"@shopify/hydrogen": "^2.0.0-alpha.1",
"@shopify/remix-oxygen": "^1.0.0-alpha.1",
"@shopify/hydrogen": "^2.0.0-alpha.2",
"@shopify/remix-oxygen": "^1.0.0-alpha.2",
"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": "0.0.0-experimental-e18af792a",
"@shopify/cli": "^3.23.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.7",
"@shopify/cli-hydrogen": "^4.0.0-alpha.8",
"@shopify/hydrogen-react": "^2022.10.3",
"@shopify/hydrogen": "^2.0.0-alpha.1",
"@shopify/remix-oxygen": "^1.0.0-alpha.1",
"@shopify/hydrogen": "^2.0.0-alpha.2",
"@shopify/remix-oxygen": "^1.0.0-alpha.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"react": "^18.2.0",
Expand Down

0 comments on commit 24d75c9

Please sign in to comment.