Skip to content

Commit 26470cb

Browse files
[ci] release v1.x-2022-07 (#2519)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1e6953d commit 26470cb

File tree

10 files changed

+18
-21
lines changed

10 files changed

+18
-21
lines changed

.changeset/chilly-dogs-sneeze.md

-5
This file was deleted.

.changeset/short-frogs-obey.md

-5
This file was deleted.

.changeset/smooth-dryers-march.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.7.0
4+
5+
### Minor Changes
6+
7+
- Updates default `powered-by` header output to `Shopify, Hydrogen`, and updates associateed documentation. ([#2518](https://github.com/Shopify/hydrogen-v1/pull/2518)) by [@benjaminsehl](https://github.com/benjaminsehl)
8+
9+
### Patch Changes
10+
11+
- Fix the `<CartProvider>` to by default pull localization from `<ShopifyProvider>`. You can still override the countryCode by passing a prop directly to `<CartProvider>`. Resolves https://github.com/Shopify/hydrogen/issues/622 ([#2521](https://github.com/Shopify/hydrogen-v1/pull/2521)) by [@blittle](https://github.com/blittle)
12+
13+
- Fix an issue where cache doesn't properly match requests ([#2530](https://github.com/Shopify/hydrogen-v1/pull/2530)) by [@blittle](https://github.com/blittle)
14+
315
## 1.6.8
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.8",
10+
"version": "1.7.0",
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.8';
1+
export const LIB_VERSION = '1.7.0';

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

0 commit comments

Comments
 (0)