Skip to content

Commit

Permalink
[ci] release 2024-07 (#2431)
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 578d9e4 commit 8df49d7
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-foxes-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-ravens-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-rings-trade.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 @@ -14,7 +14,7 @@
"@remix-run/node": "^2.10.1",
"@remix-run/react": "^2.10.1",
"@remix-run/server-runtime": "^2.10.1",
"@shopify/hydrogen": "2024.7.3",
"@shopify/hydrogen": "2024.7.4",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/cli-hydrogen

## 8.4.1

### Patch Changes

- Update starter template with latest Hydrogen version. ([#2432](https://github.com/Shopify/hydrogen/pull/2432)) by [@frandiox](https://github.com/frandiox)

- Fix upgrade notification right after scaffolding a new project. ([#2432](https://github.com/Shopify/hydrogen/pull/2432)) by [@frandiox](https://github.com/frandiox)

## 8.4.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 @@ -1751,5 +1751,5 @@
]
}
},
"version": "8.4.0"
"version": "8.4.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.4.0",
"version": "8.4.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/create-hydrogen

## 5.0.4

### Patch Changes

- Update starter template with latest Hydrogen version. ([#2432](https://github.com/Shopify/hydrogen/pull/2432)) by [@frandiox](https://github.com/frandiox)

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-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"
},
"license": "MIT",
"version": "5.0.3",
"version": "5.0.4",
"type": "module",
"scripts": {
"build": "tsup --clean",
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.7.4

### Patch Changes

- Fix the `Script` component to not throw when using it for inline scripts with `dangerouslySetInnerHTML` ([#2428](https://github.com/Shopify/hydrogen/pull/2428)) by [@blittle](https://github.com/blittle)

## 2024.7.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.7.3",
"version": "2024.7.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.7.3';
export const LIB_VERSION = '2024.7.4';
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.7.5

### Patch Changes

- Updated dependencies [[`b0d3bc06`](https://github.com/Shopify/hydrogen/commit/b0d3bc0696d266fcfc4eb93d0a4adb9ccb56ade6)]:
- @shopify/hydrogen@2024.7.4

## 2024.7.4

### 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.7.4",
"version": "2024.7.5",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@remix-run/react": "^2.10.1",
"@remix-run/server-runtime": "^2.10.1",
"@shopify/hydrogen": "2024.7.3",
"@shopify/hydrogen": "2024.7.4",
"@shopify/remix-oxygen": "^2.0.6",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 8df49d7

Please sign in to comment.