Skip to content

Commit

Permalink
[ci] release v1.x-2022-07 (#2339)
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
github-actions[bot] and github-actions[bot] committed Dec 7, 2022
1 parent 2a83b94 commit ccce798
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-ghosts-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-garlics-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-beans-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-papayas-cross.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.6.4

### Patch Changes

- 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)

* 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)

- Fix streaming SSR with multibyte characters ([#2351](https://github.com/Shopify/hydrogen/pull/2351)) by [@ya-s-u](https://github.com/ya-s-u)

* 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)

## 1.6.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 @@ -7,7 +7,7 @@
"engines": {
"node": ">=14"
},
"version": "1.6.3",
"version": "1.6.4",
"description": "Modern custom Shopify storefronts",
"license": "MIT",
"main": "dist/esnext/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 = '1.6.3';
export const LIB_VERSION = '1.6.4';
2 changes: 1 addition & 1 deletion packages/playground/async-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^1.6.3",
"@shopify/hydrogen": "^1.6.4",
"miniflare": "^1.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/playground/server-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^1.6.3",
"@shopify/hydrogen": "^1.6.4",
"miniflare": "^1.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^1.7.0",
"@shopify/hydrogen": "^1.6.3",
"@shopify/hydrogen": "^1.6.4",
"clsx": "^1.1.1",
"graphql-tag": "^2.12.6",
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vite": "^2.9.13"
},
"dependencies": {
"@shopify/hydrogen": "^1.6.3",
"@shopify/hydrogen": "^1.6.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit ccce798

Please sign in to comment.