Skip to content

Commit

Permalink
Merge pull request #355 from Shopify/changeset-release/v0.x-2022-10
Browse files Browse the repository at this point in the history
[ci] release v0.x-2022-10 (alpha)
  • Loading branch information
jplhomer committed Jan 5, 2023
2 parents d979fed + 46b96b9 commit b45ddb7
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"changesets": [
"big-planes-warn",
"bright-lemons-promise",
"brown-spiders-tickle",
"curvy-apes-yawn",
"dull-windows-enjoy",
"empty-seals-arrive",
"four-snakes-provide",
"loud-birds-talk",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/cli-hydrogen

## 4.0.0-alpha.7

### Patch Changes

- Change environment variable names to use what Oxygen will populate. ([#354](https://github.com/Shopify/h2/pull/354)) by [@jplhomer](https://github.com/jplhomer)

- Defer CJS imports to improve CLI start up ([#352](https://github.com/Shopify/h2/pull/352)) by [@frandiox](https://github.com/frandiox)

## 4.0.0-alpha.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/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": "4.0.0-alpha.6",
"version": "4.0.0-alpha.7",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@headlessui/react": "^1.7.2",
"@remix-run/react": "0.0.0-experimental-e18af792a",
"@shopify/cli": "^3.23.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.6",
"@shopify/cli-hydrogen": "^4.0.0-alpha.7",
"@shopify/hydrogen-react": "^2022.10.3",
"@shopify/hydrogen": "^2.0.0-alpha.1",
"@shopify/remix-oxygen": "^1.0.0-alpha.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@remix-run/react": "0.0.0-experimental-e18af792a",
"@shopify/cli": "^3.23.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.6",
"@shopify/cli-hydrogen": "^4.0.0-alpha.7",
"@shopify/hydrogen-react": "^2022.10.3",
"@shopify/hydrogen": "^2.0.0-alpha.1",
"@shopify/remix-oxygen": "^1.0.0-alpha.1",
Expand Down

0 comments on commit b45ddb7

Please sign in to comment.