Skip to content

Commit

Permalink
[ci] back-fix release 2023-10 (#1908)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f37b5b4 commit efda06a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-houses-rest.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 [[`f37b5b40`](https://github.com/Shopify/hydrogen/commit/f37b5b40f016cc09b55ce547c2eca2f31dd20e1d)]:
- @shopify/hydrogen@2023.10.6

## null

### Patch Changes

- Updated dependencies [[`0dbb16c3`](https://github.com/Shopify/hydrogen/commit/0dbb16c33d132d9beb42b5557a0a3f309d6d48e3)]:
- @shopify/hydrogen@2023.10.5

Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"@shopify/hydrogen": "2023.10.6",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen

## 2023.10.6

### Patch Changes

- Make sure 400-500 sub-requests are not cached ([#1906](https://github.com/Shopify/hydrogen/pull/1906)) by [@blittle](https://github.com/blittle)

## 2023.10.5

### 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.10.5",
"version": "2023.10.6",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
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.5';
export const LIB_VERSION = '2023.10.6';
2 changes: 1 addition & 1 deletion templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.51.0",
"@shopify/cli-hydrogen": "^6.1.1",
"@shopify/hydrogen": "~2023.10.5",
"@shopify/hydrogen": "~2023.10.6",
"@shopify/remix-oxygen": "^2.0.2",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.51.0",
"@shopify/cli-hydrogen": "^6.1.1",
"@shopify/hydrogen": "~2023.10.5",
"@shopify/hydrogen": "~2023.10.6",
"@shopify/remix-oxygen": "^2.0.2",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
Expand Down

0 comments on commit efda06a

Please sign in to comment.