Skip to content

Commit

Permalink
[ci] release 2023-07 (#1152)
Browse files Browse the repository at this point in the history
* [ci] release 2023-07

* Manual major version release bumps

* Add changelog intro notes

* Delete express example changelog

* Update create-hydrogen package changelog

* Update breaking change callouts

* Fix

* Update packages/cli/package.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Graham F. Scott <gfscott@gmail.com>
Co-authored-by: Bret Little <bret.little@shopify.com>
  • Loading branch information
4 people authored Jul 25, 2023
1 parent f15d203 commit a01e586
Show file tree
Hide file tree
Showing 40 changed files with 198 additions and 175 deletions.
15 changes: 0 additions & 15 deletions .changeset/breezy-lizards-smash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-donuts-flow.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/brown-cherries-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-trainers-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-cats-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-scissors-cheer.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/fair-masks-hear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-bees-itch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gentle-melons-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-ants-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-stingrays-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-falcons-peel.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/smart-cooks-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-colts-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-items-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-suits-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-points-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-seahorses-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-pears-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-suits-dance.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twenty-flies-exist.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/violet-deers-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-swans-accept.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/customer-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@remix-run/react": "1.17.1",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^5.0.2",
"@shopify/hydrogen": "^2023.4.6",
"@shopify/cli-hydrogen": "^5.1.0",
"@shopify/hydrogen": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
7 changes: 4 additions & 3 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/express": "1.17.1",
"@remix-run/node": "1.17.1",
"@remix-run/react": "1.17.1",
"@shopify/hydrogen": "^2023.4.4",
"@shopify/hydrogen": "^2023.7.0",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
Expand All @@ -28,7 +28,7 @@
"@remix-run/dev": "1.17.1",
"@remix-run/eslint-config": "1.17.1",
"@shopify/cli": "3.47.5",
"@shopify/cli-hydrogen": "^5.0.0",
"@shopify/cli-hydrogen": "^5.1.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
Expand All @@ -42,5 +42,6 @@
},
"engines": {
"node": ">=14"
}
},
"version": null
}
36 changes: 36 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @shopify/cli-hydrogen

## 5.1.0

### What’s new

⭐️ Check out our [blog post](https://hydrogen.shopify.dev/updates) with all the latest updates on Hydrogen, and what’s coming on the roadmap.

Shopify CLI now gives you [more options](https://shopify.dev/docs/custom-storefronts/hydrogen/getting-started/quickstart) when creating a new Hydrogen app on the command line:

- Create a new Shopify storefront and connect it to the local project, or use [Mock.shop](https://mock.shop).
- Pick your styling method: Tailwind, CSS Modules, Vanilla Extract, PostCSS.
- URL strategies to support language and currency options with Shopify Markets.
- Automatically scaffold standard Shopify routes.

### Minor Changes

- The onboarding process when creating new Hydrogen apps has been reworked. ([#913](https://github.com/Shopify/hydrogen/pull/913)) by [@frandiox](https://github.com/frandiox)

- Add `login` and `logout` commands. Rework how other commands interact with auth. ([#1022](https://github.com/Shopify/hydrogen/pull/1022)) by [@frandiox](https://github.com/frandiox)

- Reload environment variables in the development server when `.env` file is updated. Show injected variables when project is not linked to any storefront. ([#997](https://github.com/Shopify/hydrogen/pull/997)) by [@frandiox](https://github.com/frandiox)

- Support creating new storefronts from the `link` command. ([#1022](https://github.com/Shopify/hydrogen/pull/1022)) by [@frandiox](https://github.com/frandiox)

### Patch Changes

- Stop checking `/products` and `/discount` routes in `h2 check routes` command. ([#1141](https://github.com/Shopify/hydrogen/pull/1141)) by [@frandiox](https://github.com/frandiox)

- Show proper error message when Hydrogen App isn't installed on Shop ([#1075](https://github.com/Shopify/hydrogen/pull/1075)) by [@aswamy](https://github.com/aswamy)

- Improve warning and error format for known Hydrogen messages in development. ([#1093](https://github.com/Shopify/hydrogen/pull/1093)) by [@frandiox](https://github.com/frandiox)

- Add `--codegen-unstable` flag to `build` command. ([#1049](https://github.com/Shopify/hydrogen/pull/1049)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`c39411e0`](https://github.com/Shopify/hydrogen/commit/c39411e0454750697d580a1ef4858800c494980f), [`0d2e5ffb`](https://github.com/Shopify/hydrogen/commit/0d2e5ffb68096f1dc48ade8793e6ef53088af6da), [`4bee03df`](https://github.com/Shopify/hydrogen/commit/4bee03df3cc8203510f6b05522c1268aa5e5f2f4), [`11ab64a8`](https://github.com/Shopify/hydrogen/commit/11ab64a88966dd7b90522f15836abfff6f5d595f), [`7a7456a5`](https://github.com/Shopify/hydrogen/commit/7a7456a5ab073559aef37f043e8aa47570639b96)]:
- @shopify/hydrogen-react@2023.4.6

## 5.0.2

### Patch 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": "5.0.2",
"version": "5.1.0",
"commands": {
"hydrogen:build": {
"id": "hydrogen:build",
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": "5.0.2",
"version": "5.1.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@remix-run/react": "^1.17.1",
"@shopify/hydrogen-react": "^2023.4.5",
"@shopify/hydrogen-react": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1"
},
"dependencies": {
Expand Down
22 changes: 22 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @shopify/create-hydrogen

## 4.2.0

### What’s new

⭐️ Check out our [blog post](https://hydrogen.shopify.dev/updates) with all the latest updates on Hydrogen, and what’s coming on the roadmap.

Shopify CLI now gives you [more options](https://shopify.dev/docs/custom-storefronts/hydrogen/getting-started/quickstart) when creating a new Hydrogen app on the command line:

- Create a new Shopify storefront and connect it to the local project, or use [Mock.shop](https://mock.shop).
- Pick your styling method: Tailwind, CSS Modules, Vanilla Extract, PostCSS.
- URL strategies to support language and currency options with Shopify Markets.
- Automatically scaffold standard Shopify routes.

### Minor Changes

- The onboarding process when creating new Hydrogen apps has been updated. ([#913](https://github.com/Shopify/hydrogen/pull/913)) by [@frandiox](https://github.com/frandiox)

### Patch Changes

- Updated dependencies [[`2a036d72`](https://github.com/Shopify/hydrogen/commit/2a036d72c79ef3e40aecfb1832635898208c6d54), [`667ea4fb`](https://github.com/Shopify/hydrogen/commit/667ea4fbf30e632529984c8262010d35e5df38b0), [`ed9782bc`](https://github.com/Shopify/hydrogen/commit/ed9782bc43921d02a2fdbc951c1df1d200812f2d), [`11ab64a8`](https://github.com/Shopify/hydrogen/commit/11ab64a88966dd7b90522f15836abfff6f5d595f), [`00f3e592`](https://github.com/Shopify/hydrogen/commit/00f3e59283d3a413a6acd89722bb71580f73aff5), [`5530d987`](https://github.com/Shopify/hydrogen/commit/5530d98756503878fbf5ac013e2103259ffc0443), [`63d17266`](https://github.com/Shopify/hydrogen/commit/63d172665cf97fae62629f8019d9b2dad29c7d40), [`5530d987`](https://github.com/Shopify/hydrogen/commit/5530d98756503878fbf5ac013e2103259ffc0443)]:
- @shopify/cli-hydrogen@6.0.0

## 4.1.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 @@ -5,15 +5,15 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"license": "MIT",
"version": "4.1.3",
"version": "4.2.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": "^5.0.2"
"@shopify/cli-hydrogen": "^5.1.0"
},
"bin": "dist/create-app.js",
"files": [
Expand Down
20 changes: 20 additions & 0 deletions packages/hydrogen-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @shopify/hydrogen-react

## 2023.7.0

## What’s new

⭐️ Check out our [blog post](https://hydrogen.shopify.dev/updates) with all the latest updates on Hydrogen, and what’s coming on the roadmap.

This major release includes support for the [2023-07 version](https://shopify.dev/docs/api/release-notes/2023-07#graphql-storefront-api-changes) of the Storefront API. This version doesn't include any breaking changes, but adds support for predictive search and local pickup options.

### Patch Changes

- Export useLoadScript ([#1080](https://github.com/Shopify/hydrogen/pull/1080)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Fix long language code breaking useMoney hook - Contributed by @QuentinGibson ([#1132](https://github.com/Shopify/hydrogen/pull/1132)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Throw error when `storeDomain` is not passed to `createStorefrontClient`. ([#1128](https://github.com/Shopify/hydrogen/pull/1128)) by [@frandiox](https://github.com/frandiox)

- Improve warning and error format for known Hydrogen messages in development. ([#1093](https://github.com/Shopify/hydrogen/pull/1093)) by [@frandiox](https://github.com/frandiox)

- Add discountCode.applicable in default Cart fragment ([#1040](https://github.com/Shopify/hydrogen/pull/1040)) by [@pnodet](https://github.com/pnodet)

## 2023.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-react",
"version": "2023.4.5",
"version": "2023.7.0",
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
"homepage": "https://github.com/Shopify/hydrogen/tree/main/packages/hydrogen-react",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-react/storefront.schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit a01e586

Please sign in to comment.