Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release 2023-01 #445

Merged
merged 1 commit into from
Feb 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-planes-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-shirts-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-lemons-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-spiders-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-apes-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-windows-enjoy.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/early-jobs-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-seals-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cougars-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-snakes-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-crabs-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-crabs-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-pigs-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-birds-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-hairs-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-otters-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-trains-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-meals-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-monkeys-doubt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-apes-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-students-lie.md

This file was deleted.

40 changes: 0 additions & 40 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-radios-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-turkeys-roll.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/small-planes-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-cycles-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-swans-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-cheetahs-return.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-doors-exist.md

This file was deleted.

39 changes: 39 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @shopify/cli-hydrogen

## 4.0.0

### Patch Changes

- Change environment variable names to use what Oxygen will populate. ([#354](https://github.com/Shopify/h2/pull/354)) by [@jplhomer](https://github.com/jplhomer)

- Defer CJS imports to improve CLI start up ([#352](https://github.com/Shopify/h2/pull/352)) by [@frandiox](https://github.com/frandiox)

- - 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)`

- Fix various issues scaffolding new apps ([#332](https://github.com/Shopify/h2/pull/332)) by [@jplhomer](https://github.com/jplhomer)

- Improve output of tmp CLI ([#339](https://github.com/Shopify/h2/pull/339)) by [@jplhomer](https://github.com/jplhomer)

- Create onboarding virtual route ([#414](https://github.com/Shopify/h2/pull/414)) by [@lordofthecactus](https://github.com/lordofthecactus)

- Properly use JS if specified in the temp init script ([#342](https://github.com/Shopify/h2/pull/342)) by [@jplhomer](https://github.com/jplhomer)

- Fix remix.init in templates ([#334](https://github.com/Shopify/h2/pull/334)) by [@jplhomer](https://github.com/jplhomer)

- Update demo-store template to remove `remix.config.js`, which fixes teh TS-JS conversion process ([#347](https://github.com/Shopify/h2/pull/347)) by [@jplhomer](https://github.com/jplhomer)

- Introduce create-app CLI package and refactor how new Hydrogen apps are initialized ([#397](https://github.com/Shopify/h2/pull/397)) by [@frandiox](https://github.com/frandiox)

- Defer and display the cart count on the hello-world template ([#392](https://github.com/Shopify/h2/pull/392)) by [@juanpprieto](https://github.com/juanpprieto)

- 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.

- Update CLI to be executable and bundle templates in dist folder ([#326](https://github.com/Shopify/h2/pull/326)) by [@jplhomer](https://github.com/jplhomer)

- Improve the onboarding experience for the CLI by [@jplhomer](https://github.com/jplhomer)

- Updated dependencies [[`0280c4b`](https://github.com/Shopify/h2/commit/0280c4b2a19543e4a49c6bfd1d88b5b3758bd6e9), [`523c321`](https://github.com/Shopify/h2/commit/523c3215ec829611e1e7faa467640ed1b98f7a95), [`16a4aea`](https://github.com/Shopify/h2/commit/16a4aea7a0d9a64d8b3ec921299c9d749facc912), [`284ed5b`](https://github.com/Shopify/h2/commit/284ed5bda0a3ed7c8ac08dec6932cd9ac4b10621)]:
- @shopify/[email protected]

## 4.0.0-alpha.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.12",
"version": "4.0.0",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts && oclif manifest",
Expand All @@ -27,7 +27,7 @@
"peerDependencies": {
"@remix-run/react": "^1.12.0",
"@shopify/hydrogen-react": "^2023.1.4",
"@shopify/remix-oxygen": "^1.0.0-alpha.3"
"@shopify/remix-oxygen": "^1.0.0"
},
"dependencies": {
"@oclif/core": "^1.20.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/create-hydrogen

## 4.0.0

### Patch Changes

- Introduce create-app CLI package and refactor how new Hydrogen apps are initialized ([#397](https://github.com/Shopify/h2/pull/397)) by [@frandiox](https://github.com/frandiox)

- Improve the onboarding experience for the CLI by [@jplhomer](https://github.com/jplhomer)

- Updated dependencies [[`874c579`](https://github.com/Shopify/h2/commit/874c579a41de9797a937ca621adf3e39bb02d5bc), [`3c90f73`](https://github.com/Shopify/h2/commit/3c90f73479b5e77a5721899525079f995d19bf68), [`523c321`](https://github.com/Shopify/h2/commit/523c3215ec829611e1e7faa467640ed1b98f7a95), [`62f4274`](https://github.com/Shopify/h2/commit/62f4274f8917b2ef9405096d75755c3e98b5eb45), [`1b6a2c3`](https://github.com/Shopify/h2/commit/1b6a2c3696fc2f8c055327a9d7abe8711e09f4e3), [`9e87098`](https://github.com/Shopify/h2/commit/9e870986e646da3e1f9d8ec978f6b68b8b1529d0), [`8737c76`](https://github.com/Shopify/h2/commit/8737c7631d475cff9ff3eeaddf4e8730c22706bc), [`5a4fa78`](https://github.com/Shopify/h2/commit/5a4fa784218fd459eee56a6ca01bfa1537494f5c), [`35fa501`](https://github.com/Shopify/h2/commit/35fa501b0637c5670ea1c5555dbbedd64fa475e4), [`204e6b6`](https://github.com/Shopify/h2/commit/204e6b683ffb0114a5e30d49cd45b79ff26386f6), [`7851753`](https://github.com/Shopify/h2/commit/7851753a7eb3795f77f7d554cae9b3bcf7e069a3), [`3b5dd2a`](https://github.com/Shopify/h2/commit/3b5dd2a823d2ccaa4af3642a4f5d5dc0083e75bf), [`b047133`](https://github.com/Shopify/h2/commit/b04713302f594ccdb611daebb202a557c52668da), [`af37cf6`](https://github.com/Shopify/h2/commit/af37cf6771d503a424d2b4efc46fb99fc84a1db4)]:
- @shopify/[email protected]

## 4.0.0-alpha.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "4.0.0-alpha.3",
"version": "4.0.0",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts",
"dev": "tsup --watch --config ./tsup.config.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@shopify/cli-hydrogen": "^4.0.0-alpha.12"
"@shopify/cli-hydrogen": "^4.0.0"
},
"bin": "dist/create-app.js",
"files": [
Expand Down
34 changes: 34 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @shopify/hydrogen

## 2023.1.0

### Patch Changes

- Refactor cart ([#311](https://github.com/Shopify/h2/pull/311)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Update `storefront-kit-react` pacakge name to `hydrogen-react` ([#433](https://github.com/Shopify/h2/pull/433)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Fix a pagination bug on country change ([#317](https://github.com/Shopify/h2/pull/317)) by [@wizardlyhel](https://github.com/wizardlyhel)

- - 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)`

- Remove useDataFromMatches and useDataFromFetchers hook from hydrogen package ([#451](https://github.com/Shopify/h2/pull/451)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Use the new version of GraphiQL instead of GraphQL Playground ([#410](https://github.com/Shopify/h2/pull/410)) by [@jplhomer](https://github.com/jplhomer)

- 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)

- Fix `i18n` type passing to loader ([#432](https://github.com/Shopify/h2/pull/432)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Add Hydrogen utils function and update demo store to send shopify analytics ([#376](https://github.com/Shopify/h2/pull/376)) by [@wizardlyhel](https://github.com/wizardlyhel)

- 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.

- Use new versioning schema by [@jplhomer](https://github.com/jplhomer)

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

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

## 1.0.0

### Patch Changes

- Initial release of @shopify/remix-oxygen by [@jplhomer](https://github.com/jplhomer)

- - 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)`

- 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)

- Remove deprecated `shouldProxyAsset` option. ([#436](https://github.com/Shopify/h2/pull/436)) by [@frandiox](https://github.com/frandiox)

## 1.0.0-alpha.4

### 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.4",
"version": "1.0.0",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
"types": "dist/production/index.d.ts",
Expand Down
Loading