Skip to content

Commit

Permalink
[ci] release v1.x-2022-07 (#2486)
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 Feb 21, 2023
1 parent da52192 commit e623661
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/tame-beans-speak.md

This file was deleted.

8 changes: 7 additions & 1 deletion packages/hydrogen/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.6.7

### Patch Changes

- Fixed a bug when using <CartLineQuantityAdjustButton /> that caused CartLine Attributes to be erased. CartLine Attributes should now be persisted when using that component. ([#2480](https://github.com/Shopify/hydrogen-v1/pull/2480)) by [@blittle](https://github.com/blittle)

## 1.6.6

### Patch Changes
Expand Down Expand Up @@ -546,7 +552,7 @@ If your Store is based on the "Demo Store" tempate, and you are using the `test:
} from '@shopify/hydrogen/platforms';

// Platform entry handler
export default function(request) {
export default function (request) {
if (isAsset(new URL(request.url).pathname)) {
return platformAssetHandler(request);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=14"
},
"version": "1.6.6",
"version": "1.6.7",
"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.6.6';
export const LIB_VERSION = '1.6.7';
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.6.6",
"@shopify/hydrogen": "^1.6.7",
"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.6.6",
"@shopify/hydrogen": "^1.6.7",
"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.6.6",
"@shopify/hydrogen": "^1.6.7",
"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.6.6",
"@shopify/hydrogen": "^1.6.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit e623661

Please sign in to comment.