Skip to content

Commit

Permalink
[ci] release 2023-07
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent eb9451e commit f244e4e
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-wombats-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-fishes-ring.md

This file was deleted.

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

## 5.4.1

### Patch Changes

- Add token flag, environmentTag flag, environment selection screen, rename health check to deployment verification ([#1381](https://github.com/Shopify/hydrogen/pull/1381)) by [@vincentezw](https://github.com/vincentezw)

- Updated dependencies [[`eb9451ed`](https://github.com/Shopify/hydrogen/commit/eb9451ed7883f610d1412bdab2553523859ac701)]:
- @shopify/remix-oxygen@1.1.5

## 5.4.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": "5.4.0",
"version": "5.4.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": "5.4.0",
"version": "5.4.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"@remix-run/dev": "1.19.1",
"@remix-run/react": "1.19.1",
"@shopify/hydrogen-react": "^2023.7.4",
"@shopify/remix-oxygen": "^1.1.4"
"@shopify/remix-oxygen": "^1.1.5"
},
"peerDependenciesMeta": {
"@remix-run/dev": {
Expand Down
6 changes: 6 additions & 0 deletions packages/remix-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/remix-oxygen

## 1.1.5

### Patch Changes

- Fix debug-network logger utility. Avoid logging debug-network errors multiple times. ([#1400](https://github.com/Shopify/hydrogen/pull/1400)) by [@frandiox](https://github.com/frandiox)

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-oxygen/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": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
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 @@ -14,9 +14,9 @@
"dependencies": {
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.4.0",
"@shopify/cli-hydrogen": "^5.4.1",
"@shopify/hydrogen": "^2023.7.9",
"@shopify/remix-oxygen": "^1.1.4",
"@shopify/remix-oxygen": "^1.1.5",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
4 changes: 2 additions & 2 deletions templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.4.0",
"@shopify/cli-hydrogen": "^5.4.1",
"@shopify/hydrogen": "^2023.7.9",
"@shopify/remix-oxygen": "^1.1.4",
"@shopify/remix-oxygen": "^1.1.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
Expand Down

0 comments on commit f244e4e

Please sign in to comment.