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 Oct 5, 2022
1 parent b38dd84 commit 41ce923
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-moles-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-brooms-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ties-love.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

## 1.4.4

## 1.4.3

## 1.4.2
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": "1.4.3",
"version": "1.4.4",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
12 changes: 11 additions & 1 deletion packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 1.4.4

### Patch Changes

- Prevent unhandled errors when `location.hash` is not a valid element selector for scrolling. ([#2209](https://github.com/Shopify/hydrogen/pull/2209)) by [@potench](https://github.com/potench)

* Changing the content of a CSS Module should now trigger HMR instead of a full page refresh when using `global` CSS mode. ([#2175](https://github.com/Shopify/hydrogen/pull/2175)) by [@frandiox](https://github.com/frandiox)

- Fix imports from `@shopify/hydrogen/experimental` at build time. Previously, importing from this path would end up in unresolved client components. ([#2198](https://github.com/Shopify/hydrogen/pull/2198)) by [@frandiox](https://github.com/frandiox)

## 1.4.3

### Patch Changes
Expand Down Expand Up @@ -325,7 +335,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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=14"
},
"version": "1.4.3",
"version": "1.4.4",
"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 = '1.4.3';
export const LIB_VERSION = '1.4.4';
2 changes: 1 addition & 1 deletion packages/playground/async-config/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": "^1.4.3",
"@shopify/hydrogen": "^1.4.4",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^1.4.3",
"@shopify/hydrogen": "^1.4.4",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@headlessui/react": "^1.7.0",
"@shopify/hydrogen": "^1.4.3",
"@shopify/hydrogen": "^1.4.4",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"vite": "^2.9.13"
},
"dependencies": {
"@shopify/hydrogen": "^1.4.3",
"@shopify/hydrogen": "^1.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit 41ce923

Please sign in to comment.