Skip to content

Commit ccce798

Browse files
[ci] release v1.x-2022-07 (#2339)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2a83b94 commit ccce798

File tree

11 files changed

+18
-26
lines changed

11 files changed

+18
-26
lines changed

.changeset/bright-ghosts-train.md

-5
This file was deleted.

.changeset/pink-garlics-happen.md

-5
This file was deleted.

.changeset/six-beans-turn.md

-5
This file was deleted.

.changeset/tricky-papayas-cross.md

-5
This file was deleted.

packages/hydrogen/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.6.4
4+
5+
### Patch Changes
6+
7+
- Improve form props type for render function ([#2352](https://github.com/Shopify/hydrogen/pull/2352)) by [@ya-s-u](https://github.com/ya-s-u)
8+
9+
* Fix an issue where non-string server prop values get in-properly parsed. Resolves https://github.com/Shopify/hydrogen/issues/2365 ([#2376](https://github.com/Shopify/hydrogen/pull/2376)) by [@blittle](https://github.com/blittle)
10+
11+
- Fix streaming SSR with multibyte characters ([#2351](https://github.com/Shopify/hydrogen/pull/2351)) by [@ya-s-u](https://github.com/ya-s-u)
12+
13+
* Use correct defaultCartFragment in CartProvider.client.tsx This resolves an error sending Add To Cart events to Shopify Analytics ([#2332](https://github.com/Shopify/hydrogen/pull/2332)) by [@mperreux](https://github.com/mperreux)
14+
315
## 1.6.3
416

517
### Patch Changes

packages/hydrogen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"engines": {
88
"node": ">=14"
99
},
10-
"version": "1.6.3",
10+
"version": "1.6.4",
1111
"description": "Modern custom Shopify storefronts",
1212
"license": "MIT",
1313
"main": "dist/esnext/index.js",

packages/hydrogen/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = '1.6.3';
1+
export const LIB_VERSION = '1.6.4';

packages/playground/async-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@cloudflare/kv-asset-handler": "*",
20-
"@shopify/hydrogen": "^1.6.3",
20+
"@shopify/hydrogen": "^1.6.4",
2121
"miniflare": "^1.3.3",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"

packages/playground/server-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@cloudflare/kv-asset-handler": "*",
20-
"@shopify/hydrogen": "^1.6.3",
20+
"@shopify/hydrogen": "^1.6.4",
2121
"miniflare": "^1.3.3",
2222
"react": "^18.2.0",
2323
"react-dom": "^18.2.0"

templates/demo-store/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"prettier": "@shopify/prettier-config",
3939
"dependencies": {
4040
"@headlessui/react": "^1.7.0",
41-
"@shopify/hydrogen": "^1.6.3",
41+
"@shopify/hydrogen": "^1.6.4",
4242
"clsx": "^1.1.1",
4343
"graphql-tag": "^2.12.6",
4444
"react": "^18.2.0",

templates/hello-world/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"vite": "^2.9.13"
2121
},
2222
"dependencies": {
23-
"@shopify/hydrogen": "^1.6.3",
23+
"@shopify/hydrogen": "^1.6.4",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
}

0 commit comments

Comments
 (0)