Skip to content

Commit

Permalink
[ci] release v1.x-2022-07 (#1205)
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 May 6, 2022
1 parent 6048aab commit 0b7a4c9
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-balloons-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-moles-vanish.md

This file was deleted.

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

## 0.17.3

## 0.17.2

## 0.17.1
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hydrogen-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "0.17.2",
"version": "0.17.3",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.17.3

### Patch Changes

- [#1096](https://github.com/Shopify/hydrogen/pull/1096) [`0a15376e`](https://github.com/Shopify/hydrogen/commit/0a15376ec806054ddd5848d9dbfa6e50a85beb49) Thanks [@wizardlyhel](https://github.com/wizardlyhel)! - Make performance data available with ClientAnalytics and optional for developers to include

* [#1209](https://github.com/Shopify/hydrogen/pull/1209) [`d0dada0a`](https://github.com/Shopify/hydrogen/commit/d0dada0a0b3170d2cb885d2f29bbbef0c6d9e9e4) Thanks [@blittle](https://github.com/blittle)! - Make metafields optional within the ProductProvider. Fixes #1127

## 0.17.2

### 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": "0.17.2",
"version": "0.17.3",
"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 = '0.17.2';
export const LIB_VERSION = '0.17.3';
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": "^0.17.2",
"@shopify/hydrogen": "^0.17.3",
"miniflare": "^1.3.3",
"react": "0.0.0-experimental-2bf7c02f0-20220314",
"react-dom": "0.0.0-experimental-2bf7c02f0-20220314"
Expand Down
2 changes: 1 addition & 1 deletion templates/template-hydrogen-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@shopify/hydrogen": "^0.17.2",
"@shopify/hydrogen": "^0.17.3",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"graphql-tag": "^2.12.4",
Expand Down
2 changes: 1 addition & 1 deletion templates/template-hydrogen-hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@shopify/cli-hydrogen": "2.0.0"
},
"dependencies": {
"@shopify/hydrogen": "^0.17.2",
"@shopify/hydrogen": "^0.17.3",
"react": "0.0.0-experimental-2bf7c02f0-20220314",
"react-dom": "0.0.0-experimental-2bf7c02f0-20220314"
}
Expand Down

0 comments on commit 0b7a4c9

Please sign in to comment.