Skip to content

Commit

Permalink
Merge pull request #335 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 authored Dec 14, 2022
2 parents a2918ce + 781589e commit 302f8df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"bright-lemons-promise",
"curvy-apes-yawn",
"empty-seals-arrive",
"loud-otters-act",
"twenty-cheetahs-return"
]
}
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli-hydrogen

## 4.0.0-alpha.3

### Patch Changes

- Fix remix.init in templates ([#334](https://github.com/Shopify/h2/pull/334)) by [@jplhomer](https://github.com/jplhomer)

## 4.0.0-alpha.2

### 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.2",
"version": "4.0.0-alpha.3",
"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.2",
"@shopify/cli-hydrogen": "^4.0.0-alpha.3",
"@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.2",
"@shopify/cli-hydrogen": "^4.0.0-alpha.3",
"@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 302f8df

Please sign in to comment.