Skip to content

Commit

Permalink
[ci] release v1.x-2022-07
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 4, 2022
1 parent 62d8660 commit ce4d2dc
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/fuzzy-jeans-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pens-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-dryers-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-moons-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-bats-sip.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.2

## 0.17.1

## 0.17.0
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.1",
"version": "0.17.2",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
14 changes: 14 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.17.2

### Patch Changes

- [#1161](https://github.com/Shopify/hydrogen/pull/1161) [`6b963fb1`](https://github.com/Shopify/hydrogen/commit/6b963fb1fdd2824683870c8ff3258447bf7fedea) Thanks [@merwan7](https://github.com/merwan7)! - Adds ability to add multiple cookies in one response

* [#1162](https://github.com/Shopify/hydrogen/pull/1162) [`5446d544`](https://github.com/Shopify/hydrogen/commit/5446d544f151e233e909e6a6f002e87863ae6151) Thanks [@arlyxiao](https://github.com/arlyxiao)! - Upgrade body-parser

- [#1200](https://github.com/Shopify/hydrogen/pull/1200) [`7fb7ee49`](https://github.com/Shopify/hydrogen/commit/7fb7ee497091df3177d53e8745edcae6ba99a87d) Thanks [@blittle](https://github.com/blittle)! - Add bot user agents for Seoradar and Adresults, resolves #1199

* [#1167](https://github.com/Shopify/hydrogen/pull/1167) [`0a5ac1cb`](https://github.com/Shopify/hydrogen/commit/0a5ac1cbec449eefe48041ed6aceaac375dfa601) Thanks [@benjaminsehl](https://github.com/benjaminsehl)! - Only warn in console on missing Model3D alt tag, do not throw error

- [#1152](https://github.com/Shopify/hydrogen/pull/1152) [`d3e3e695`](https://github.com/Shopify/hydrogen/commit/d3e3e695457e6eb2a3ebf9767e0f10cc3570e880) Thanks [@jplhomer](https://github.com/jplhomer)! - Fix scroll restoration when server props are changed

## 0.17.1

### 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.1",
"version": "0.17.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.17.1';
export const LIB_VERSION = '0.17.2';
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.1",
"@shopify/hydrogen": "^0.17.2",
"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.1",
"@shopify/hydrogen": "^0.17.2",
"body-parser": "^1.20.0",
"compression": "^1.7.4",
"graphql-tag": "^2.12.4",
Expand Down

0 comments on commit ce4d2dc

Please sign in to comment.