Skip to content

Commit

Permalink
[ci] release v1.x-2022-07 (#2532)
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 Aug 2, 2023
1 parent 6fb7848 commit 2db2290
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-knives-live.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hydrogen/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.7.1

### Patch Changes

- Add support for `languageCode` to the `CartProvider` component ([#2531](https://github.com/Shopify/hydrogen-v1/pull/2531)) by [@blittle](https://github.com/blittle)

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=14"
},
"version": "1.7.0",
"version": "1.7.1",
"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
@@ -1 +1 @@
export const LIB_VERSION = '1.7.0';
export const LIB_VERSION = '1.7.1';
2 changes: 1 addition & 1 deletion packages/playground/async-config/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^1.7.0",
"@shopify/hydrogen": "^1.7.1",
"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
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^1.7.0",
"@shopify/hydrogen": "^1.7.1",
"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
Expand Up @@ -38,7 +38,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^1.7.0",
"@shopify/hydrogen": "^1.7.0",
"@shopify/hydrogen": "^1.7.1",
"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
Expand Up @@ -20,7 +20,7 @@
"vite": "^2.9.13"
},
"dependencies": {
"@shopify/hydrogen": "^1.7.0",
"@shopify/hydrogen": "^1.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit 2db2290

Please sign in to comment.