Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blittle committed Jan 20, 2022
1 parent 8b0f046 commit f51d131
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 24 deletions.
4 changes: 2 additions & 2 deletions examples/template-hydrogen-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hydrogen-template-default",
"description": "This the default template for Hydrogen",
"version": "0.8.3",
"version": "0.9.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@shopify/hydrogen": "^0.8.3",
"@shopify/hydrogen": "^0.9.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"graphql-tag": "^2.12.4",
Expand Down
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.8.3",
"version": "0.9.0",
"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.9.0 - 2022-01-20

- No updates. Transitive dependency bump.

## 0.8.3 - 2022-01-13

- New command: `check`, for running audits on the current project to look for common problems
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.8.3",
"version": "0.9.0",
"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.9.0 - 2022-01-20

- No updates. Transitive dependency bump.

## 0.8.3 - 2022-01-13

- 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.8.3",
"version": "0.9.0",
"main": "index.js",
"license": "MIT",
"bin": {
Expand Down
8 changes: 4 additions & 4 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.8.3",
"version": "0.9.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down Expand Up @@ -32,13 +32,13 @@
"vite": "^2.7.0"
},
"dependencies": {
"path-to-regexp": "^6.2.0",
"@headlessui/react": "^1.4.1",
"@shopify/hydrogen": "^0.8.3",
"@shopify/hydrogen": "^0.9.0",
"body-parser": "^1.19.1",
"compression": "^1.7.4",
"express": "^4.17.1",
"body-parser": "^1.19.1",
"graphql-tag": "^2.12.4",
"path-to-regexp": "^6.2.0",
"react": "0.0.0-experimental-0cc724c77-20211125",
"react-dom": "0.0.0-experimental-0cc724c77-20211125",
"react-router-dom": "^5.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin/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.9.0 - 2022-01-20

- No updates. Transitive dependency bump.

## 0.8.0 - 2021-12-07

- No updates. Transitive dependency bump.
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-hydrogen",
"version": "0.8.0",
"version": "0.9.0",
"description": "Eslint rules for hydrogen",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/generate-docs",
"version": "0.8.1",
"version": "0.9.0",
"description": "Command line interface for generating docs from code comments",
"license": "MIT",
"private": true,
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.9.0 - 2022-01-20

- feature: API routes 🎉
- feature: move to undici instead of node-fetch
Expand Down
12 changes: 6 additions & 6 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"engines": {
"node": ">=16.5.0"
},
"version": "0.8.3",
"version": "0.9.0",
"description": "Modern custom Shopify storefronts",
"license": "MIT",
"main": "dist/esnext/index.js",
Expand Down Expand Up @@ -64,14 +64,14 @@
"@graphql-codegen/typescript-react-apollo": "2.2.4",
"@graphql-typed-document-node/core": "^3.1.0",
"@rollup/plugin-graphql": "^1.0.0",
"@types/body-parser": "^1.19.2",
"@types/connect": "^3.4.34",
"@types/graphql": "^14.5.0",
"@types/node": "^15.12.4",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/ws": "^8.2.0",
"@types/body-parser": "^1.19.2",
"babel-loader": "^8.2.2",
"cpy-cli": "3.1.1",
"mkdirp": "^1.0.4",
Expand All @@ -87,9 +87,9 @@
"vite": "^2.7.0"
},
"dependencies": {
"path-to-regexp": "^6.2.0",
"body-parser": "^1.19.1",
"@vitejs/plugin-react": "^1.1.1",
"abort-controller": "^3.0.0",
"body-parser": "^1.19.1",
"connect": "^3.7.0",
"es-module-lexer": "^0.9.0",
"fast-glob": "^3.2.5",
Expand All @@ -100,11 +100,11 @@
"kolorist": "^1.5.1",
"magic-string": "^0.25.7",
"node-fetch": "^2.6.1",
"undici": "^4.12.2",
"abort-controller": "^3.0.0",
"path-to-regexp": "^6.2.0",
"react-error-boundary": "^3.1.3",
"react-helmet-async": "^1.0.9",
"react-ssr-prepass": "^1.4.0",
"undici": "^4.12.2",
"vite-plugin-inspect": "^0.3.6"
}
}
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.8.3';
export const LIB_VERSION = '0.9.0';
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.8.1",
"version": "0.9.0",
"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.8.3",
"version": "0.9.0",
"scripts": {
"dev": "DEV=true node start-worker",
"build": "yarn build:client && yarn build:worker",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "*",
"@shopify/hydrogen": "^0.8.3",
"@shopify/hydrogen": "^0.9.0",
"miniflare": "^1.3.3",
"react": "0.0.0-experimental-0cc724c77-20211125",
"react-dom": "0.0.0-experimental-0cc724c77-20211125",
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.8.3",
"version": "0.9.0",
"scripts": {
"dev": "vite",
"build": "yarn build:client && yarn build:server",
Expand All @@ -12,7 +12,7 @@
"vite": "^2.7.0"
},
"dependencies": {
"@shopify/hydrogen": "^0.8.3",
"@shopify/hydrogen": "^0.9.0",
"react": "0.0.0-experimental-0cc724c77-20211125",
"react-dom": "0.0.0-experimental-0cc724c77-20211125",
"react-router-dom": "^5.2.0"
Expand Down

0 comments on commit f51d131

Please sign in to comment.