Skip to content

Commit

Permalink
[ci] release 2023-01 (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 8, 2023
1 parent 0b865a7 commit d4c2755
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"fifty-cougars-walk",
"four-snakes-provide",
"fresh-crabs-knock",
"fuzzy-crabs-call",
"little-pigs-argue",
"loud-birds-talk",
"loud-hairs-promise",
"loud-otters-act",
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.13

### Patch Changes

- Create onboarding virtual route ([#414](https://github.com/Shopify/h2/pull/414)) by [@lordofthecactus](https://github.com/lordofthecactus)

## 4.0.0-alpha.12

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

## 2023.1.0-alpha.3

### Patch Changes

- Remove useDataFromMatches and useDataFromFetchers hook from hydrogen package ([#451](https://github.com/Shopify/h2/pull/451)) by [@wizardlyhel](https://github.com/wizardlyhel)

## 2023.1.0-alpha.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"type": "module",
"version": "2023.1.0-alpha.2",
"version": "2023.1.0-alpha.3",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
"types": "dist/production/index.d.ts",
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 = '2023.1.0-alpha.2';
export const LIB_VERSION = '2023.1.0-alpha.3';
4 changes: 2 additions & 2 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@headlessui/react": "^1.7.2",
"@remix-run/react": "1.12.0",
"@shopify/cli": "3.29.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.12",
"@shopify/hydrogen": "^2023.1.0-alpha.2",
"@shopify/cli-hydrogen": "^4.0.0-alpha.13",
"@shopify/hydrogen": "^2023.1.0-alpha.3",
"@shopify/remix-oxygen": "^1.0.0-alpha.4",
"clsx": "^1.2.1",
"concurrently": "^7.5.0",
Expand Down
4 changes: 2 additions & 2 deletions templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"dependencies": {
"@remix-run/react": "1.12.0",
"@shopify/cli": "3.29.0",
"@shopify/cli-hydrogen": "^4.0.0-alpha.12",
"@shopify/hydrogen": "^2023.1.0-alpha.2",
"@shopify/cli-hydrogen": "^4.0.0-alpha.13",
"@shopify/hydrogen": "^2023.1.0-alpha.3",
"@shopify/remix-oxygen": "^1.0.0-alpha.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit d4c2755

Please sign in to comment.