Skip to content

Commit

Permalink
[ci] back-fix release 2023-07 (#1707)
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 c9847aa commit 891c12b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/smooth-files-provide.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

## 5.5.2

### Patch Changes

- Disable deploy command ([#1699](https://github.com/Shopify/hydrogen/pull/1699)) 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+.

## 5.5.1

### Patch 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": "5.5.1",
"version": "5.5.2",
"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": "5.5.1",
"version": "5.5.2",
"license": "MIT",
"type": "module",
"scripts": {
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": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.5.1",
"@shopify/cli-hydrogen": "^5.5.2",
"@shopify/hydrogen": "^2023.7.13",
"@shopify/remix-oxygen": "^1.1.8",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down
2 changes: 1 addition & 1 deletion templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.5.1",
"@shopify/cli-hydrogen": "^5.5.2",
"@shopify/hydrogen": "^2023.7.13",
"@shopify/remix-oxygen": "^1.1.8",
"graphql": "^16.6.0",
Expand Down

0 comments on commit 891c12b

Please sign in to comment.