Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unstable release #2214

Merged
merged 1 commit into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

## 0.0.0-unstable-20221005100242

## 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": "0.0.0-unstable-20221005100242",
"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

## 0.0.0-unstable-20221005100242

### 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": "0.0.0-unstable-20221005100242",
"description": "Modern custom Shopify storefronts",
"license": "MIT",
"main": "dist/esnext/index.js",
Expand Down
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": "^0.0.0-unstable-20221005100242",
"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": "^0.0.0-unstable-20221005100242",
"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": "^0.0.0-unstable-20221005100242",
"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": "^0.0.0-unstable-20221005100242",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down