Skip to content

Commit

Permalink
[ci] release 2023-10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 14, 2023
1 parent 3f3b8db commit 1426e4f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-poems-cheat.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/cli-hydrogen

## 6.1.1

### Patch Changes

- Updated dependencies [[`3f3b8dbe`](https://github.com/Shopify/hydrogen/commit/3f3b8dbe8a72080791125154a71168a419c9ad13)]:
- @shopify/hydrogen-codegen@0.2.0

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.1.0",
"version": "6.1.1",
"commands": {
"hydrogen:build": {
"id": "hydrogen:build",
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@graphql-codegen/cli": "5.0.0",
"@oclif/core": "2.11.7",
"@shopify/cli-kit": "3.51.0",
"@shopify/hydrogen-codegen": "^0.1.0",
"@shopify/hydrogen-codegen": "^0.2.0",
"@shopify/mini-oxygen": "^2.2.4",
"@shopify/oxygen-cli": "2.6.2",
"ansi-escapes": "^6.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/hydrogen-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen-codegen

## 0.2.0

### Minor Changes

- Add default values to support the Customer Account API without configuration. ([#1569](https://github.com/Shopify/hydrogen/pull/1569)) by [@frandiox](https://github.com/frandiox)

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-codegen/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.1.0",
"version": "0.2.0",
"license": "MIT",
"type": "module",
"main": "dist/cjs/index.cjs",
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 @@ -21,7 +21,7 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.51.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/cli-hydrogen": "^6.1.1",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/remix-oxygen": "^2.0.2",
"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 @@ -16,7 +16,7 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.51.0",
"@shopify/cli-hydrogen": "^6.1.0",
"@shopify/cli-hydrogen": "^6.1.1",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/remix-oxygen": "^2.0.2",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down

0 comments on commit 1426e4f

Please sign in to comment.