Skip to content

Commit

Permalink
[ci] back-fix release 2023-10 (#1708)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 2cf9b16 commit d5dd8e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/stupid-weeks-fetch.md

This file was deleted.

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

## 6.1.1

### Patch Changes

- Disable deploy command ([#1700](https://github.com/Shopify/hydrogen/pull/1700)) by [@graygilmore](https://github.com/graygilmore)

This command was marked as hidden and is unstable. To use the deploy command, upgrade cli-hydrogen to v7.0.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
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": "6.1.0",
"version": "6.1.1",
"license": "MIT",
"type": "module",
"scripts": {
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.4",
"@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.4",
"@shopify/remix-oxygen": "^2.0.2",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down

0 comments on commit d5dd8e2

Please sign in to comment.