Skip to content

Commit

Permalink
[ci] back-fix release 2024-04 (#2237)
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 707afb9 commit cb7a222
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-zebras-build.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@remix-run/server-runtime": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.3",
"@shopify/hydrogen": "2024.4.4",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/react": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.3",
"@shopify/hydrogen": "2024.4.4",
"@shopify/remix-oxygen": "^2.0.4",
"crypto-js": "^4.2.0",
"graphql": "^16.6.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@remix-run/react": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.3",
"@shopify/hydrogen": "2024.4.4",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/react": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.3",
"@shopify/hydrogen": "2024.4.4",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
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

## 2024.4.4

### Patch Changes

- Fix infinite loop when checkoutDomain isn't supplied ([#2235](https://github.com/Shopify/hydrogen/pull/2235)) by [@wizardlyhel](https://github.com/wizardlyhel)

## 2024.4.3

### 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": "2024.4.3",
"version": "2024.4.4",
"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 = '2024.4.3';
export const LIB_VERSION = '2024.4.4';
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.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.3",
"@shopify/hydrogen": "2024.4.4",
"@shopify/remix-oxygen": "^2.0.4",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
Expand Down
7 changes: 7 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# skeleton

## 2024.4.6

### Patch Changes

- Updated dependencies [[`707afb96`](https://github.com/Shopify/hydrogen/commit/707afb96fd1ef64a59a14182f60ca61718b372d1)]:
- @shopify/hydrogen@2024.4.4

## 2024.4.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2024.4.5",
"version": "2024.4.6",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand All @@ -18,7 +18,7 @@
"@remix-run/server-runtime": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.3",
"@shopify/hydrogen": "2024.4.4",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit cb7a222

Please sign in to comment.