Skip to content

Commit

Permalink
[ci] release v1.x-2022-07 (#2534)
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 11, 2023
1 parent c87c89a commit fcabc75
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-plate-june.md

This file was deleted.

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

## 1.7.2

### Patch Changes

- Log extra params in default error logger ([#2533](https://github.com/Shopify/hydrogen-v1/pull/2533)) by [@juanpprieto](https://github.com/juanpprieto)

## 1.7.1

### Patch 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.1",
"version": "1.7.2",
"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.1';
export const LIB_VERSION = '1.7.2';
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.1",
"@shopify/hydrogen": "^1.7.2",
"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.1",
"@shopify/hydrogen": "^1.7.2",
"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.1",
"@shopify/hydrogen": "^1.7.2",
"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.1",
"@shopify/hydrogen": "^1.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit fcabc75

Please sign in to comment.