This commit is contained in:
Fran Dios 2021-11-11 17:33:32 +09:00
parent b1b5ba2ad8
commit 2a8fc362f5
14 changed files with 29 additions and 15 deletions

View File

@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "0.6.3",
"version": "0.6.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {}

View File

@ -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

View File

@ -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": {

View File

@ -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.

View File

@ -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": {

View File

@ -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": {
@ -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",

View File

@ -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.

View File

@ -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": {
@ -17,7 +17,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"@shopify/hydrogen": "^0.6.3"
"@shopify/hydrogen": "^0.6.4"
},
"peerDependencies": {
"@shopify/hydrogen": "^0.4.0"

View File

@ -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

View File

@ -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",

View File

@ -1 +1 @@
export const LIB_VERSION = '0.6.3';
export const LIB_VERSION = '0.6.4';

View File

@ -1,5 +1,5 @@
{
"name": "hydrogen-playground",
"version": "0.6.2",
"version": "0.6.4",
"private": true
}

View File

@ -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",
@ -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",

View File

@ -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",
@ -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"