Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Nov 10, 2021
1 parent 2b82a45 commit 0b8a73d
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 13 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.2",
"version": "0.6.3",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {}
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.3 - 2021-11-10

- No updates. Transitive dependency bump.

## 0.6.2 - 2021-11-10

- Wrap instances of `<Money>` in client components due to render prop usage
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.2",
"version": "0.6.3",
"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.2",
"version": "0.6.3",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@shopify/hydrogen": "^0.6.2",
"@shopify/hydrogen": "^0.6.3",
"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.3 - 2021-11-10

- No updates. Transitive dependency bump.

## 0.6.2 - 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.2",
"version": "0.6.3",
"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.2"
"@shopify/hydrogen": "^0.6.3"
},
"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.3 - 2021-11-10

- fix: add trailing slash to user components glob

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.2",
"version": "0.6.3",
"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.2';
export const LIB_VERSION = '0.6.3';
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.2",
"version": "0.6.3",
"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.2",
"@shopify/hydrogen": "^0.6.3",
"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.2",
"version": "0.6.3",
"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.2",
"@shopify/hydrogen": "^0.6.3",
"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 0b8a73d

Please sign in to comment.