Skip to content

Commit

Permalink
[ci] release 2024-01
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 12, 2024
1 parent 5060cf5 commit a31504a
Show file tree
Hide file tree
Showing 16 changed files with 44 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-garlics-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-ads-sniff.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/forty-lies-bake.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.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.1",
"@shopify/hydrogen": "2024.1.3",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "2024.1.4",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.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.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.1",
"@shopify/hydrogen": "~2024.1.3",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "~2024.1.4",
"@shopify/remix-oxygen": "^2.0.3",
"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.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.1",
"@shopify/hydrogen": "~2024.1.3",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "~2024.1.4",
"@shopify/remix-oxygen": "^2.0.3",
"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.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.1",
"@shopify/hydrogen": "~2024.1.3",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "~2024.1.4",
"@shopify/remix-oxygen": "^2.0.3",
"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

## 7.1.2

### Patch Changes

- Change the required Vite version to `~5.1.0` instead of `^5.1.0` to avoid breaking changes in experimental APIs that will be introduced in Vite 5.2.0. ([#1830](https://github.com/Shopify/hydrogen/pull/1830)) by [@frandiox](https://github.com/frandiox)

## 7.1.1

### 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 @@ -1592,5 +1592,5 @@
]
}
},
"version": "7.1.1"
"version": "7.1.2"
}
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": "7.1.1",
"version": "7.1.2",
"license": "MIT",
"type": "module",
"scripts": {
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.1.4

### Patch Changes

- add optional fetcher key to CartForm ([#1792](https://github.com/Shopify/hydrogen/pull/1792)) by [@rmiller61](https://github.com/rmiller61)

## 2024.1.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.1.3",
"version": "2024.1.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.1.3';
export const LIB_VERSION = '2024.1.4';
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.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.1",
"@shopify/hydrogen": "~2024.1.3",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "~2024.1.4",
"@shopify/remix-oxygen": "^2.0.3",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
Expand Down
15 changes: 15 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# skeleton

## 1.0.6

### Patch Changes

- Improve performance of predictive search: ([#1823](https://github.com/Shopify/hydrogen/pull/1823)) by [@frandiox](https://github.com/frandiox)

- Change the request to be GET instead of POST to avoid Remix route revalidations.
- Add Cache-Control headers to the response to get quicker results when typing.

Aside from that, it now shows a loading state when fetching the results instead of "No results found.".

- Updated dependencies [[`351b3c1b`](https://github.com/Shopify/hydrogen/commit/351b3c1b7768870793ff072ba91426107ba0180c), [`5060cf57`](https://github.com/Shopify/hydrogen/commit/5060cf57f69d8391b425b54acaa487af1f7405ae)]:
- @shopify/hydrogen@2024.1.4
- @shopify/cli-hydrogen@7.1.2

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"type": "commonjs",
"scripts": {
"build": "shopify hydrogen build",
Expand All @@ -17,8 +17,8 @@
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli-hydrogen": "^7.1.1",
"@shopify/hydrogen": "~2024.1.3",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "~2024.1.4",
"@shopify/remix-oxygen": "^2.0.3",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit a31504a

Please sign in to comment.