Skip to content

Commit

Permalink
[ci] release 2024-01
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 1bc053c commit f093a51
Show file tree
Hide file tree
Showing 50 changed files with 226 additions and 248 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-beds-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-lobsters-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-tomatoes-breathe.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/cool-chefs-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-moose-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-planes-pump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-scissors-sniff.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/forty-bugs-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-pens-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-phones-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-bikes-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-mice-hide.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/grumpy-lemons-drive.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/happy-pigs-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-coins-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-hotels-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-badgers-return.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/mean-foxes-hope.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/mighty-rivers-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-falcons-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-lions-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-singers-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-apes-pump.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/selfish-news-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-vans-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-cars-run.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-singers-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-starfishes-warn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/witty-clouds-sing.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@remix-run/server-runtime": "^2.5.1",
"@shopify/hydrogen": "2024.1.0",
"@shopify/hydrogen": "2025.0.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
Expand All @@ -29,7 +29,7 @@
"@remix-run/dev": "^2.5.1",
"@remix-run/eslint-config": "^2.5.1",
"@shopify/cli": "3.52.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/cli-hydrogen": "^7.0.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@remix-run/react": "^2.5.1",
"@shopify/cli": "3.50.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "^2024.1.0",
"@shopify/cli-hydrogen": "^7.0.0",
"@shopify/hydrogen": "^2025.0.0",
"@shopify/remix-oxygen": "^2.0.2",
"crypto-js": "^4.2.0",
"graphql": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@remix-run/react": "^2.5.1",
"@shopify/cli": "^3.51.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "^2024.1.0",
"@shopify/cli-hydrogen": "^7.0.0",
"@shopify/hydrogen": "^2025.0.0",
"@shopify/remix-oxygen": "^2.0.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
48 changes: 48 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @shopify/cli-hydrogen

## 7.0.0

### Major Changes

- Make the worker runtime the default for the local development server when running `dev` and `preview`. To access the legacy Node.js runtime, pass the `--legacy-runtime` flag. The legacy runtime will be deprecated and removed in a future release. ([#1625](https://github.com/Shopify/hydrogen/pull/1625)) by [@frandiox](https://github.com/frandiox)

- Remove deprecated `build` command flags `--base`, `--entry`, `--target`. Additionally, `--codegen-unstable` is now `--codegen`. ([#1640](https://github.com/Shopify/hydrogen/pull/1640)) by [@frandiox](https://github.com/frandiox)

### Minor Changes

- Check for local project GraphQL config files (example: `.graphqlrc.yml`) when running in Codegen mode ([#1577](https://github.com/Shopify/hydrogen/pull/1577)) by [@frandiox](https://github.com/frandiox)

- Add `deploy` command to Hydrogen CLI ([#1628](https://github.com/Shopify/hydrogen/pull/1628)) by [@graygilmore](https://github.com/graygilmore)

You can now deploy your Hydrogen app without connecting to GitHub. Run the `deploy` command from your local terminal or configure your own CI/CD workflows from any platform.

Run `npx shopify hydrogen deploy --help` for more details.

- Add `--diff` flag to `dev` and `build` commands, used for building Hydrogen app examples. ([#1549](https://github.com/Shopify/hydrogen/pull/1549)) by [@frandiox](https://github.com/frandiox)

- Add `--template` flag to enable scaffolding projects based on [examples](https://github.com/Shopify/hydrogen/tree/main/examples) from the Hydrogen repo. ([#1608](https://github.com/Shopify/hydrogen/pull/1608)) by [@frandiox](https://github.com/frandiox)

Example: `npm create @shopify/hydrogen@latest -- --template multipass`.

### Patch Changes

- Reorganize starter template file and folder structure ([#1612](https://github.com/Shopify/hydrogen/pull/1612)) by [@frandiox](https://github.com/frandiox)

- Fix step-debugging when running in the Node.js sandbox ([#1501](https://github.com/Shopify/hydrogen/pull/1501)) by [@frandiox](https://github.com/frandiox)

- Generate sourcemaps by default when running the `deploy` command ([#1623](https://github.com/Shopify/hydrogen/pull/1623)) by [@blittle](https://github.com/blittle)

- Remove bundle-size check from the `build` command, in favor of checking server-side with `deploy` ([#1614](https://github.com/Shopify/hydrogen/pull/1614)) by [@benwolfram](https://github.com/benwolfram)

- - Update example and template Remix versions to `^2.5.1` ([#1639](https://github.com/Shopify/hydrogen/pull/1639)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Enable Remix future flags:
- [`v3_fetcherPersist`](https://remix.run/docs/en/main/hooks/use-fetchers#additional-resources)
- [`v3_relativeSplatpath`](https://remix.run/docs/en/main/hooks/use-resolved-path#splat-paths)

- `init` command can link an existing storefront on Admin when creating a storefront from the CLI. ([#1681](https://github.com/Shopify/hydrogen/pull/1681)) by [@aswamy](https://github.com/aswamy)

After logging into your Shop, the CLI will let you choose if you wish to create a new storefront on Admin or link an existing one. `npm create @shopify/hydrogen` command will also benefit from this change.

- Updated dependencies [[`0241b7d2`](https://github.com/Shopify/hydrogen/commit/0241b7d2dcb887d259ce9033aca356d391bc07df), [`9ad7c5ef`](https://github.com/Shopify/hydrogen/commit/9ad7c5efee8bff63760b36a1a7c194f6bb8e07e5)]:
- @shopify/mini-oxygen@2.2.5
- @shopify/hydrogen-codegen@0.2.0

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1.0",
"version": "7.0.0",
"commands": {
"hydrogen:build": {
"id": "hydrogen:build",
Expand Down
6 changes: 3 additions & 3 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": "6.1.0",
"version": "7.0.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -37,8 +37,8 @@
"@graphql-codegen/cli": "5.0.0",
"@oclif/core": "2.11.7",
"@shopify/cli-kit": "3.52.0",
"@shopify/hydrogen-codegen": "^0.1.0",
"@shopify/mini-oxygen": "^2.2.4",
"@shopify/hydrogen-codegen": "^0.2.0",
"@shopify/mini-oxygen": "^2.2.5",
"@shopify/oxygen-cli": "^4.0.0",
"ansi-escapes": "^6.2.0",
"cli-truncate": "^4.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @shopify/create-hydrogen

## 4.3.5

### Patch Changes

- - Update example and template Remix versions to `^2.5.1` ([#1639](https://github.com/Shopify/hydrogen/pull/1639)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Enable Remix future flags:
- [`v3_fetcherPersist`](https://remix.run/docs/en/main/hooks/use-fetchers#additional-resources)
- [`v3_relativeSplatpath`](https://remix.run/docs/en/main/hooks/use-resolved-path#splat-paths)

- Updated dependencies [[`8c477cb5`](https://github.com/Shopify/hydrogen/commit/8c477cb565c3e018bf4e13bad01804c21611fb8a), [`42ac4138`](https://github.com/Shopify/hydrogen/commit/42ac4138553c7e1a438b075c4f9cb781edffebc4), [`0241b7d2`](https://github.com/Shopify/hydrogen/commit/0241b7d2dcb887d259ce9033aca356d391bc07df), [`6a897586`](https://github.com/Shopify/hydrogen/commit/6a897586bd0908db90736921d11e4b6bdf29c912), [`0ff63bed`](https://github.com/Shopify/hydrogen/commit/0ff63bed840f5b8a5eb9968b67bd9a5a57099253), [`6bc1d61c`](https://github.com/Shopify/hydrogen/commit/6bc1d61c17a9c9be13f52338d2ab940e64e73495), [`eb0f4bcc`](https://github.com/Shopify/hydrogen/commit/eb0f4bccb57966a00ecb2b88d17dd694599da340), [`335375a6`](https://github.com/Shopify/hydrogen/commit/335375a6b1a512f70e169a82bc87a8392dc8c92c), [`3e7b6e8a`](https://github.com/Shopify/hydrogen/commit/3e7b6e8a3bf66bad7fc0f9c224f1c163dbe3e288), [`9e3d88d4`](https://github.com/Shopify/hydrogen/commit/9e3d88d498efaa20fe23de9837e0f444180bc787), [`92840e51`](https://github.com/Shopify/hydrogen/commit/92840e51820e5c7822f731affd3f591c0099be10), [`1bc053c9`](https://github.com/Shopify/hydrogen/commit/1bc053c94ba1be14ddc28be9eb70be7219b295d1)]:
- @shopify/cli-hydrogen@7.0.0

## 4.3.4

### Patch Changes
Expand Down
Loading

0 comments on commit f093a51

Please sign in to comment.