This commit is contained in:
Fran Dios 2021-11-10 12:19:42 +09:00
parent 208a988833
commit 0a303c6549
17 changed files with 32 additions and 20 deletions

View file

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

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.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.0",
"version": "0.6.2",
"description": "Command line interface for hydrogen",
"license": "MIT",
"engines": {

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.2 - 2021-11-10
- Wrap instances of `<Money>` in client components due to render prop usage
- Eliminate use of `Link` client re-exports

View file

@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "0.6.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"license": "MIT",
"private": true,
"scripts": {
@ -32,7 +32,7 @@
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@shopify/hydrogen": "^0.6.1",
"@shopify/hydrogen": "^0.6.2",
"compression": "^1.7.4",
"express": "^4.17.1",
"graphql-tag": "^2.12.4",

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.2 - 2021-11-10
- Added new `hydrogen/typescript` config
- Added `env#node: true` and `parserOptions#sourceType: 'module'` to core config

View file

@ -1,6 +1,6 @@
{
"name": "eslint-plugin-hydrogen",
"version": "0.6.0",
"version": "0.6.2",
"description": "Eslint rules for hydrogen",
"license": "MIT",
"main": "./dist/index.js",

View file

@ -1,6 +1,6 @@
{
"name": "@shopify/generate-docs",
"version": "0.6.0",
"version": "0.6.2",
"description": "Command line interface for generating docs from code comments",
"license": "MIT",
"private": true,

View file

@ -7,6 +7,10 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
<!-- ## Unreleased -->
## 0.6.2 - 2021-11-10
- No updates. Transitive dependency bump.
## 0.6.1 - 2021-11-08
- No updates. Transitive dependency bump.

View file

@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-plugin-sanity",
"version": "0.6.1",
"version": "0.6.2",
"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.1"
"@shopify/hydrogen": "^0.6.2"
},
"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.2 - 2021-11-10
- fix: remove CartProvider from BuyNowButton
- fix: reading property of null for component props

View file

@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "0.6.1",
"version": "0.6.2",
"description": "Modern custom Shopify storefronts",
"license": "MIT",
"main": "dist/esnext/index.js",

View file

@ -1 +1 @@
export const LIB_VERSION = '0.6.1';
export const LIB_VERSION = '0.6.2';

View file

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

View file

@ -1,7 +1,7 @@
{
"name": "server-components-worker",
"private": true,
"version": "0.6.1",
"version": "0.6.2",
"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.1",
"@shopify/hydrogen": "^0.6.2",
"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.1",
"version": "0.6.2",
"scripts": {
"dev": "vite",
"build": "yarn build:client && yarn build:server",
@ -12,7 +12,7 @@
"vite": "^2.6.14"
},
"dependencies": {
"@shopify/hydrogen": "^0.6.1",
"@shopify/hydrogen": "^0.6.2",
"react": "18.0.0-alpha-e6be2d531",
"react-dom": "18.0.0-alpha-e6be2d531",
"react-router-dom": "^5.2.0"