Skip to content

Commit

Permalink
Merge pull request #425 from Shopify/changeset-release/2023-01
Browse files Browse the repository at this point in the history
[ci] release 2023-01 (alpha)
  • Loading branch information
jplhomer authored Feb 1, 2023
2 parents 6104e32 + 0bf71d9 commit 11ba991
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"@shopify/hydrogen": "2023.1.0-alpha.0",
"@shopify/remix-oxygen": "1.0.0-alpha.0",
"demo-store": "0.0.0",
"hello-world": "0.0.0"
"hello-world": "0.0.0",
"@shopify/create-hydrogen": "4.0.0-alpha.1"
},
"changesets": [
"big-planes-warn",
Expand All @@ -23,6 +24,7 @@
"loud-otters-act",
"modern-trains-fry",
"odd-monkeys-doubt",
"olive-apes-smash",
"serious-radios-occur",
"shaggy-turkeys-roll",
"small-planes-sniff",
Expand Down
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.11

### Patch Changes

- Introduce create-app CLI package and refactor how new Hydrogen apps are initialized ([#397](https://github.com/Shopify/h2/pull/397)) by [@frandiox](https://github.com/frandiox)

## 4.0.0-alpha.10

### 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.10",
"version": "4.0.0-alpha.11",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts && oclif manifest",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/create-hydrogen

## 4.0.0-alpha.2

### Patch Changes

- Introduce create-app CLI package and refactor how new Hydrogen apps are initialized ([#397](https://github.com/Shopify/h2/pull/397)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`204e6b6`](https://github.com/Shopify/h2/commit/204e6b683ffb0114a5e30d49cd45b79ff26386f6)]:
- @shopify/cli-hydrogen@4.0.0-alpha.11

## 4.0.0-alpha.1

First release of v4.
4 changes: 2 additions & 2 deletions packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"type": "module",
"scripts": {
"build": "tsup --clean --config ./tsup.config.ts",
"dev": "tsup --watch --config ./tsup.config.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@shopify/cli-hydrogen": "^4.0.0-alpha.10"
"@shopify/cli-hydrogen": "^4.0.0-alpha.11"
},
"bin": "dist/create-app.js",
"files": [
Expand Down
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 = '2022.1.0-alpha.1';
export const LIB_VERSION = '2023.1.0-alpha.1';
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": "1.12.0",
"@shopify/cli": "3.29.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.10",
"@shopify/cli-hydrogen": "^4.0.0-alpha.11",
"@shopify/hydrogen": "^2023.1.0-alpha.1",
"@shopify/remix-oxygen": "^1.0.0-alpha.3",
"clsx": "^1.2.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 @@ -15,7 +15,7 @@
"dependencies": {
"@remix-run/react": "1.12.0",
"@shopify/cli": "3.29.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.10",
"@shopify/cli-hydrogen": "^4.0.0-alpha.11",
"@shopify/hydrogen": "^2023.1.0-alpha.1",
"@shopify/remix-oxygen": "^1.0.0-alpha.3",
"@shopify/storefront-kit-react": "^2023.1.3",
Expand Down

0 comments on commit 11ba991

Please sign in to comment.