Skip to content

Commit

Permalink
[ci] release 2023-10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent 4d6ba3f commit 45fe5b6
Show file tree
Hide file tree
Showing 31 changed files with 126 additions and 112 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-lobsters-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-dogs-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-shoes-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fluffy-houses-itch.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-avocados-know.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-humans-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-cats-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-poems-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cooks-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-shrimps-itch.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`fb38d3b7`](https://github.com/Shopify/hydrogen/commit/fb38d3b7cf108aecca6f7eb6f08c88bc7f46aa4c), [`4d6ba3ff`](https://github.com/Shopify/hydrogen/commit/4d6ba3ffc7ddc72f1b97eff3c7188fe72b8568e7), [`d6d01322`](https://github.com/Shopify/hydrogen/commit/d6d01322b430761c6ac3be71aa8fee798c85de37)]:
- @shopify/hydrogen@2023.10.4

## null

### Patch Changes

- Updated dependencies [[`74ea1dba`](https://github.com/Shopify/hydrogen/commit/74ea1dba9af37a146882df7ed9674be5659862b5), [`2be9ce82`](https://github.com/Shopify/hydrogen/commit/2be9ce82fd4a5121f1772bbb7349e96ed530e84e), [`a9b8bcde`](https://github.com/Shopify/hydrogen/commit/a9b8bcde96c22cedef7d87631d429199810b4a7a), [`c8e8f6fd`](https://github.com/Shopify/hydrogen/commit/c8e8f6fd233e52cf5570b1904af710d6b907aae5), [`8fce70de`](https://github.com/Shopify/hydrogen/commit/8fce70de32bd61ee86a6d895ac43cc1f78f1bf49), [`e8cc49fe`](https://github.com/Shopify/hydrogen/commit/e8cc49feff18f5ee72d5f6965ff2094addc23466)]:
- @shopify/hydrogen@2023.10.3

Expand Down
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.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/hydrogen": "2023.10.3",
"@shopify/hydrogen": "2023.10.4",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
Expand All @@ -29,7 +29,7 @@
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@shopify/cli": "3.52.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/cli-hydrogen": "^6.2.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
Expand Down
13 changes: 13 additions & 0 deletions examples/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# subscriptions

## 2.0.0

### Major Changes

- Add pricing support to subscriptions example. See README for more info ([#1582](https://github.com/Shopify/hydrogen/pull/1582)) by [@juanpprieto](https://github.com/juanpprieto)

### Patch Changes

- Updated dependencies [[`8c477cb5`](https://github.com/Shopify/hydrogen/commit/8c477cb565c3e018bf4e13bad01804c21611fb8a), [`fb38d3b7`](https://github.com/Shopify/hydrogen/commit/fb38d3b7cf108aecca6f7eb6f08c88bc7f46aa4c), [`4d6ba3ff`](https://github.com/Shopify/hydrogen/commit/4d6ba3ffc7ddc72f1b97eff3c7188fe72b8568e7), [`d6d01322`](https://github.com/Shopify/hydrogen/commit/d6d01322b430761c6ac3be71aa8fee798c85de37), [`b1a1d7cb`](https://github.com/Shopify/hydrogen/commit/b1a1d7cba9f6eac50cbf459965e92814e4de1be9), [`b0d727d1`](https://github.com/Shopify/hydrogen/commit/b0d727d1f2bb643827e2fda438cfc447de7ee2e7), [`306d302a`](https://github.com/Shopify/hydrogen/commit/306d302ab401f22e5317fd84587c6a37cf931912)]:
- @shopify/cli-hydrogen@6.2.0
- @shopify/hydrogen@2023.10.4
6 changes: 3 additions & 3 deletions examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "subscriptions",
"private": true,
"sideEffects": false,
"version": "1.0.0",
"version": "2.0.0",
"scripts": {
"build": "shopify hydrogen build",
"dev": "shopify hydrogen dev --codegen",
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@remix-run/react": "2.1.0",
"@shopify/cli": "^3.51.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "^2023.10.3",
"@shopify/cli-hydrogen": "^6.2.0",
"@shopify/hydrogen": "^2023.10.4",
"@shopify/remix-oxygen": "^2.0.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @shopify/cli-hydrogen

## 6.2.0

### Minor Changes

- When generating Codegen, the CLI now looks first at the project GraphQL config (e.g. `.graphqlrc.yml` file) to find the documents for the Storefront API schema. ([#1577](https://github.com/Shopify/hydrogen/pull/1577)) by [@frandiox](https://github.com/frandiox)

### Patch Changes

- Enhance startup time of CLI when using `--worker` runtime. ([#1560](https://github.com/Shopify/hydrogen/pull/1560)) by [@frandiox](https://github.com/frandiox)

- Update cli-kit dependency for bug fixes. ([#1579](https://github.com/Shopify/hydrogen/pull/1579)) by [@frandiox](https://github.com/frandiox)

- Run prettier in all the generated codegen files that use the Hydrogen preset, not only for Storefront API. ([#1578](https://github.com/Shopify/hydrogen/pull/1578)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`9ad7c5ef`](https://github.com/Shopify/hydrogen/commit/9ad7c5efee8bff63760b36a1a7c194f6bb8e07e5), [`306d302a`](https://github.com/Shopify/hydrogen/commit/306d302ab401f22e5317fd84587c6a37cf931912), [`3f3b8dbe`](https://github.com/Shopify/hydrogen/commit/3f3b8dbe8a72080791125154a71168a419c9ad13)]:
- @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": "6.2.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": "6.1.0",
"version": "6.2.0",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@graphql-codegen/cli": "5.0.0",
"@oclif/core": "2.11.7",
"@shopify/cli-kit": "3.52.0",
"@shopify/hydrogen-codegen": "^0.1.0",
"@shopify/hydrogen-codegen": "^0.2.0",
"@shopify/mini-oxygen": "^2.2.4",
"@shopify/oxygen-cli": "^3.1.5",
"ansi-escapes": "^6.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/hydrogen-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/hydrogen-codegen

## 0.2.0

### Minor Changes

- Export type utilities to create GraphQL clients that can consume the types generated by this package. ([#1584](https://github.com/Shopify/hydrogen/pull/1584)) by [@frandiox](https://github.com/frandiox)

- Add default values to support the Customer Account API without configuration. ([#1569](https://github.com/Shopify/hydrogen/pull/1569)) by [@frandiox](https://github.com/frandiox)

### Patch Changes

- Add a `name` property symbol to the preset to make it easier to identify in the CLI. ([#1578](https://github.com/Shopify/hydrogen/pull/1578)) by [@frandiox](https://github.com/frandiox)

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-codegen/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": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"main": "dist/cjs/index.cjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/hydrogen-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen-react

## 2023.10.2

### Patch Changes

- ✨ add schema generation for customer account api in hydrogen-react and export these types in both hydrogen-react & hydrogen. Note the current CA API version is `2024-01` which is a release candidate and subject to change. ([#1572](https://github.com/Shopify/hydrogen/pull/1572)) by [@michenly](https://github.com/michenly)

## 2023.10.1

### 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.10.1",
"version": "2023.10.2",
"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
13 changes: 13 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @shopify/hydrogen

## 2023.10.4

### Patch Changes

- Fix type when passing custom methods to `createCartHandler`. ([#1588](https://github.com/Shopify/hydrogen/pull/1588)) by [@frandiox](https://github.com/frandiox)

- The `customerAccount` client now supports codegen types similar to the `storefront` client. ([#1587](https://github.com/Shopify/hydrogen/pull/1587)) by [@frandiox](https://github.com/frandiox)

- ✨ add schema generation for customer account api in hydrogen-react and export these types in both hydrogen-react & hydrogen. Note the current CA API version is `2024-01` which is a release candidate and subject to change. ([#1572](https://github.com/Shopify/hydrogen/pull/1572)) by [@michenly](https://github.com/michenly)

- Updated dependencies [[`d6d01322`](https://github.com/Shopify/hydrogen/commit/d6d01322b430761c6ac3be71aa8fee798c85de37)]:
- @shopify/hydrogen-react@2023.10.2

## 2023.10.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.3",
"version": "2023.10.4",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"dist"
],
"dependencies": {
"@shopify/hydrogen-react": "2023.10.1",
"@shopify/hydrogen-react": "2023.10.2",
"content-security-policy-builder": "^2.1.1",
"type-fest": "^4.5.0"
},
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.10.3';
export const LIB_VERSION = '2023.10.4';
4 changes: 2 additions & 2 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.52.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/cli-hydrogen": "^6.2.0",
"@shopify/hydrogen": "~2023.10.4",
"@shopify/remix-oxygen": "^2.0.2",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.52.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/cli-hydrogen": "^6.2.0",
"@shopify/hydrogen": "~2023.10.4",
"@shopify/remix-oxygen": "^2.0.2",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
Expand Down
38 changes: 38 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# skeleton

## 1.0.2

### Patch Changes

- Updated the GraphQL config in `.graphqlrc.yml` to use the more modern `projects` structure: ([#1577](https://github.com/Shopify/hydrogen/pull/1577)) by [@frandiox](https://github.com/frandiox)

```diff
-schema: node_modules/@shopify/hydrogen/storefront.schema.json
+projects:
+ default:
+ schema: 'node_modules/@shopify/hydrogen/storefront.schema.json'
```

This allows you to add additional projects to the GraphQL config, such as third party CMS schemas.

Also, you can modify the document paths used for the Storefront API queries. This is useful if you have a large codebase and want to exclude certain files from being used for codegen or other GraphQL utilities:

```yaml
projects:
default:
schema: 'node_modules/@shopify/hydrogen/storefront.schema.json'
documents:
- '!*.d.ts'
- '*.{ts,tsx,js,jsx}'
- 'app/**/*.{ts,tsx,js,jsx}'
```

- Update `@shopify/cli` dependency in `package.json`: ([#1579](https://github.com/Shopify/hydrogen/pull/1579)) by [@frandiox](https://github.com/frandiox)

```diff
- "@shopify/cli": "3.51.0",
+ "@shopify/cli": "3.52.0",
```

- Updated dependencies [[`8c477cb5`](https://github.com/Shopify/hydrogen/commit/8c477cb565c3e018bf4e13bad01804c21611fb8a), [`fb38d3b7`](https://github.com/Shopify/hydrogen/commit/fb38d3b7cf108aecca6f7eb6f08c88bc7f46aa4c), [`4d6ba3ff`](https://github.com/Shopify/hydrogen/commit/4d6ba3ffc7ddc72f1b97eff3c7188fe72b8568e7), [`d6d01322`](https://github.com/Shopify/hydrogen/commit/d6d01322b430761c6ac3be71aa8fee798c85de37), [`b1a1d7cb`](https://github.com/Shopify/hydrogen/commit/b1a1d7cba9f6eac50cbf459965e92814e4de1be9), [`b0d727d1`](https://github.com/Shopify/hydrogen/commit/b0d727d1f2bb643827e2fda438cfc447de7ee2e7), [`306d302a`](https://github.com/Shopify/hydrogen/commit/306d302ab401f22e5317fd84587c6a37cf931912)]:
- @shopify/cli-hydrogen@6.2.0
- @shopify/hydrogen@2023.10.4

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skeleton",
"private": true,
"sideEffects": false,
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"build": "shopify hydrogen build",
"dev": "shopify hydrogen dev --worker --codegen",
Expand All @@ -16,8 +16,8 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.52.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/cli-hydrogen": "^6.2.0",
"@shopify/hydrogen": "~2023.10.4",
"@shopify/remix-oxygen": "^2.0.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 45fe5b6

Please sign in to comment.