Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Nov 11, 2021
1 parent b1b5ba2 commit 2a8fc36
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.6.3",
"version": "0.6.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {}
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## 0.6.4 - 2021-11-11

- No updates. Transitive dependency bump.

## 0.6.2 - 2021-11-10

- Add ability to explicitly set the root for the running command using the `--root` flag
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-cli",
"version": "0.6.2",
"version": "0.6.4",
"description": "Command line interface for hydrogen",
"license": "MIT",
"engines": {
Expand Down
4 changes: 4 additions & 0 deletions packages/create-hydrogen-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## 0.6.4 - 2021-11-11

- No updates. Transitive dependency bump.

## 0.6.3 - 2021-11-10

- No updates. Transitive dependency bump.
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.6.3",
"version": "0.6.4",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev",
"description": "This is a dev environment for Hydrogen",
"version": "0.6.3",
"version": "0.6.4",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@shopify/hydrogen": "^0.6.3",
"@shopify/hydrogen": "^0.6.4",
"compression": "^1.7.4",
"express": "^4.17.1",
"graphql-tag": "^2.12.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/hydrogen-plugin-sanity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->

## 0.6.4 - 2021-11-11

- No updates. Transitive dependency bump.

## 0.6.3 - 2021-11-10

- No updates. Transitive dependency bump.
Expand Down
4 changes: 2 additions & 2 deletions packages/hydrogen-plugin-sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-plugin-sanity",
"version": "0.6.3",
"version": "0.6.4",
"description": "Hydrogen plugins for integrating with Sanity",
"main": "dist/esnext/index.js",
"publishConfig": {
Expand All @@ -17,7 +17,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"@shopify/hydrogen": "^0.6.3"
"@shopify/hydrogen": "^0.6.4"
},
"peerDependencies": {
"@shopify/hydrogen": "^0.4.0"
Expand Down
4 changes: 3 additions & 1 deletion packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
<!-- ## Unreleased -->

## 0.6.4 - 2021-11-11

- fix: let Vite handle public assets in development
- fix: new lines in hydration request break JSON.parse
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/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.6.3",
"version": "0.6.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 = '0.6.3';
export const LIB_VERSION = '0.6.4';
2 changes: 1 addition & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hydrogen-playground",
"version": "0.6.2",
"version": "0.6.4",
"private": true
}
4 changes: 2 additions & 2 deletions packages/playground/server-components-worker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server-components-worker",
"private": true,
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"dev": "DEV=true node start-worker",
"build": "yarn build:client && yarn build:worker",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^0.6.3",
"@shopify/hydrogen": "^0.6.4",
"miniflare": "^1.3.3",
"react": "18.0.0-alpha-e6be2d531",
"react-dom": "18.0.0-alpha-e6be2d531",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/server-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-server-components",
"private": true,
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"dev": "vite",
"build": "yarn build:client && yarn build:server",
Expand All @@ -12,7 +12,7 @@
"vite": "^2.6.14"
},
"dependencies": {
"@shopify/hydrogen": "^0.6.3",
"@shopify/hydrogen": "^0.6.4",
"react": "18.0.0-alpha-e6be2d531",
"react-dom": "18.0.0-alpha-e6be2d531",
"react-router-dom": "^5.2.0"
Expand Down

0 comments on commit 2a8fc36

Please sign in to comment.