Skip to content

Commit 550dac2

Browse files
[ci] release v1.x-2022-07 (#2396)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9c3dd65 commit 550dac2

File tree

8 files changed

+12
-11
lines changed

8 files changed

+12
-11
lines changed

.changeset/thick-paws-float.md

-5
This file was deleted.

packages/hydrogen/CHANGELOG.md

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

3+
## 1.6.5
4+
5+
### Patch Changes
6+
7+
- Fix issues with cart analytics described in https://github.com/Shopify/hydrogen/issues/2382 ([#2388](https://github.com/Shopify/hydrogen/pull/2388)) by [@lordofthecactus](https://github.com/lordofthecactus)
8+
39
## 1.6.4
410

511
### 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.4",
10+
"version": "1.6.5",
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.4';
1+
export const LIB_VERSION = '1.6.5';

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.4",
20+
"@shopify/hydrogen": "^1.6.5",
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.4",
20+
"@shopify/hydrogen": "^1.6.5",
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.4",
41+
"@shopify/hydrogen": "^1.6.5",
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.4",
23+
"@shopify/hydrogen": "^1.6.5",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0"
2626
}

0 commit comments

Comments
 (0)