Skip to content

Commit

Permalink
[ci] back-fix release 2023-07 (#1909)
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 73b4dc8 commit a8b6ee1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-houses-rest.md

This file was deleted.

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

### Patch Changes

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

## 2023.7.14

### 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.7.14",
"version": "2023.7.15",
"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.7.14';
export const LIB_VERSION = '2023.7.15';
2 changes: 1 addition & 1 deletion templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.5.2",
"@shopify/hydrogen": "^2023.7.14",
"@shopify/hydrogen": "^2023.7.15",
"@shopify/remix-oxygen": "^1.1.8",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.5.2",
"@shopify/hydrogen": "^2023.7.14",
"@shopify/hydrogen": "^2023.7.15",
"@shopify/remix-oxygen": "^1.1.8",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit a8b6ee1

Please sign in to comment.