Skip to content

Commit

Permalink
[ci] release 2024-07 (#2583)
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 e963389 commit 1335c41
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-ads-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pandas-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-impalas-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-melons-beg.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/thin-readers-sparkle.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.8",
"@shopify/hydrogen": "2024.7.9",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
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.4.6

### Patch Changes

- Bump cli packages version ([#2592](https://github.com/Shopify/hydrogen/pull/2592)) by [@wizardlyhel](https://github.com/wizardlyhel)

## 8.4.5

### Patch 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 @@ -1758,5 +1758,5 @@
]
}
},
"version": "8.4.5"
"version": "8.4.6"
}
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.5",
"version": "8.4.6",
"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.9

### Patch Changes

- Bump cli packages version ([#2592](https://github.com/Shopify/hydrogen/pull/2592)) by [@wizardlyhel](https://github.com/wizardlyhel)

## 5.0.8

### 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.8",
"version": "5.0.9",
"type": "module",
"scripts": {
"build": "tsup --clean",
Expand Down
6 changes: 6 additions & 0 deletions packages/hydrogen-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen-react

## 2024.7.6

### Patch Changes

- Image component: support local assets in development ([#2573](https://github.com/Shopify/hydrogen/pull/2573)) by [@scottdixon](https://github.com/scottdixon)

## 2024.7.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-react",
"version": "2024.7.5",
"version": "2024.7.6",
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
"homepage": "https://github.com/Shopify/hydrogen/tree/main/packages/hydrogen-react",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/hydrogen

## 2024.7.9

### Patch Changes

- Fix provided canTrack function being override by ShopifyAnalytics ([#2596](https://github.com/Shopify/hydrogen/pull/2596)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Fix analytics provider breaking after hitting a 404 page ([#2590](https://github.com/Shopify/hydrogen/pull/2590)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Updated dependencies [[`229d4aa0`](https://github.com/Shopify/hydrogen/commit/229d4aa039bf44ced34122c273254d8961a3ed0c)]:
- @shopify/hydrogen-react@2024.7.6

## 2024.7.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "2024.7.9",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"dist"
],
"dependencies": {
"@shopify/hydrogen-react": "2024.7.5",
"@shopify/hydrogen-react": "2024.7.6",
"content-security-policy-builder": "^2.2.0",
"source-map-support": "^0.5.21",
"type-fest": "^4.5.0",
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.8';
export const LIB_VERSION = '2024.7.9';
11 changes: 11 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# skeleton

## 2024.7.10

### Patch Changes

- Use HTML datalist element for query suggestions for autocomplete experience ([#2506](https://github.com/Shopify/hydrogen/pull/2506)) by [@frontsideair](https://github.com/frontsideair)

- Bump cli packages version ([#2592](https://github.com/Shopify/hydrogen/pull/2592)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Updated dependencies [[`e963389d`](https://github.com/Shopify/hydrogen/commit/e963389d011b1cb44e2874fa332dc355c0d38eb9), [`d08d8c37`](https://github.com/Shopify/hydrogen/commit/d08d8c3779564cc55749f24bed1f6a2958a0a865)]:
- @shopify/hydrogen@2024.7.9

## 2024.7.9

### 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.9",
"version": "2024.7.10",
"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.8",
"@shopify/hydrogen": "2024.7.9",
"@shopify/remix-oxygen": "^2.0.8",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 1335c41

Please sign in to comment.