Skip to content

Commit

Permalink
[ci] back-fix release 2024-04 (#2244)
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 3145238 commit 854052f
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 27 deletions.
8 changes: 0 additions & 8 deletions .changeset/violet-cars-confess.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@remix-run/react": "^2.9.2",
"@remix-run/server-runtime": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.4",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.5",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@remix-run/react": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.4",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.5",
"@shopify/remix-oxygen": "^2.0.4",
"crypto-js": "^4.2.0",
"graphql": "^16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@builder.io/partytown": "^0.8.1",
"@remix-run/react": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.4",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.5",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@remix-run/react": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.4",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.5",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli-hydrogen

## 8.1.1

### Patch Changes

- Fix paths on Windows. ([#2243](https://github.com/Shopify/hydrogen/pull/2243)) by [@michenly](https://github.com/michenly)

## 8.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
Expand Up @@ -1667,5 +1667,5 @@
]
}
},
"version": "8.1.0"
"version": "8.1.1"
}
2 changes: 1 addition & 1 deletion 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": "8.1.0",
"version": "8.1.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/create-hydrogen

## 4.3.12

### Patch Changes

- Fix paths on Windows. ([#2243](https://github.com/Shopify/hydrogen/pull/2243)) by [@michenly](https://github.com/michenly)

- Updated dependencies [[`31452380`](https://github.com/Shopify/hydrogen/commit/31452380340e079cd4ec1f8c10cdab5e5313e921)]:
- @shopify/cli-hydrogen@8.1.1

## 4.3.11

### 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.3.11",
"version": "4.3.12",
"type": "module",
"scripts": {
"build": "tsup --clean",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@shopify/cli-hydrogen": "^8.1.0"
"@shopify/cli-hydrogen": "^8.1.1"
},
"bin": "dist/create-app.js",
"files": [
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.5

### Patch Changes

- Fix paths on Windows. ([#2243](https://github.com/Shopify/hydrogen/pull/2243)) by [@michenly](https://github.com/michenly)

## 2024.4.4

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

## 2024.4.7

### Patch Changes

- Fix paths on Windows. ([#2243](https://github.com/Shopify/hydrogen/pull/2243)) by [@michenly](https://github.com/michenly)

- Updated dependencies [[`31452380`](https://github.com/Shopify/hydrogen/commit/31452380340e079cd4ec1f8c10cdab5e5313e921)]:
- @shopify/hydrogen@2024.4.5
- @shopify/cli-hydrogen@8.1.1

## 2024.4.6

### 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": "2024.4.6",
"version": "2024.4.7",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand All @@ -17,8 +17,8 @@
"@remix-run/react": "^2.9.2",
"@remix-run/server-runtime": "^2.9.2",
"@shopify/cli": "3.60.0",
"@shopify/cli-hydrogen": "^8.1.0",
"@shopify/hydrogen": "2024.4.4",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.5",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 854052f

Please sign in to comment.