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 Mar 29, 2022
1 parent 7d61069 commit 855972a
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-queens-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-planets-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-cheetahs-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-walls-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-bats-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-mirrors-pump.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/template-hydrogen-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"eslint": "^7.31.0",
"eslint-plugin-hydrogen": "^0.12.0",
"eslint-plugin-hydrogen": "^0.12.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.19.2",
"postcss": "^8.4.5",
Expand All @@ -38,7 +38,7 @@
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@shopify/hydrogen": "^0.13.0",
"@shopify/hydrogen": "^0.13.1",
"body-parser": "^1.19.1",
"compression": "^1.7.4",
"graphql-tag": "^2.12.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.12.1

### Patch Changes

- [#999](https://github.com/Shopify/hydrogen/pull/999) [`66cc632a`](https://github.com/Shopify/hydrogen/commit/66cc632a00123b1a5fffcd234c25a91e1a86bdf7) Thanks [@cartogram](https://github.com/cartogram)! - Fixes the rule: `server-component-banned-hooks` to allow the banned hooks in shared components.

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-hydrogen",
"version": "0.12.0",
"version": "0.12.1",
"description": "Eslint rules for hydrogen",
"license": "MIT",
"main": "./dist/index.js",
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.13.1

### Patch Changes

- [#1008](https://github.com/Shopify/hydrogen/pull/1008) [`ca1de82b`](https://github.com/Shopify/hydrogen/commit/ca1de82bc38c1c02caa451fb52065da499555e6f) Thanks [@frandiox](https://github.com/frandiox)! - Allow passing `cache` parameter to `createServer` in Node entry.

* [#997](https://github.com/Shopify/hydrogen/pull/997) [`fffdc08f`](https://github.com/Shopify/hydrogen/commit/fffdc08f87f71592352a2eb67a63e80704054db2) Thanks [@frandiox](https://github.com/frandiox)! - Allow empty array values in flattenConnection utility.

- [#1007](https://github.com/Shopify/hydrogen/pull/1007) [`7cfca7b0`](https://github.com/Shopify/hydrogen/commit/7cfca7b09289e028a463ababb51e69b4e3943d94) Thanks [@scottdixon](https://github.com/scottdixon)! - Fix API index routes https://github.com/Shopify/hydrogen/issues/562

* [#1000](https://github.com/Shopify/hydrogen/pull/1000) [`6d0d5068`](https://github.com/Shopify/hydrogen/commit/6d0d50686029c3d66d9dc0ceb0b5f71456c7b19e) Thanks [@frandiox](https://github.com/frandiox)! - Do not cache Storefront API responses that contain GraphQL errors.

- [#1003](https://github.com/Shopify/hydrogen/pull/1003) [`d8a9c929`](https://github.com/Shopify/hydrogen/commit/d8a9c9290aaf7c9d058b2c08567294822bea5396) Thanks [@jplhomer](https://github.com/jplhomer)! - Update useShopQuery to accept a custom Storefront API secret token, and forward the Buyer IP.

## 0.13.0

### Minor 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.13.0",
"version": "0.13.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '0.13.0';
export const LIB_VERSION = '0.13.1';
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.13.0",
"@shopify/hydrogen": "^0.13.1",
"miniflare": "^1.3.3",
"react": "0.0.0-experimental-2bf7c02f0-20220314",
"react-dom": "0.0.0-experimental-2bf7c02f0-20220314"
Expand Down

0 comments on commit 855972a

Please sign in to comment.