Skip to content

Commit

Permalink
[ci] release 2023-07 (#1420)
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 832a0ea commit 49fb53d
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 27 deletions.
7 changes: 0 additions & 7 deletions .changeset/serious-starfishes-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-news-study.md

This file was deleted.

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

## 5.4.3

### Patch Changes

- Fix subrequest performance in development. ([#1411](https://github.com/Shopify/hydrogen/pull/1411)) by [@frandiox](https://github.com/frandiox)

- Increase the request body size limit to 100mb when running locally. ([#1421](https://github.com/Shopify/hydrogen/pull/1421)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`29414664`](https://github.com/Shopify/hydrogen/commit/294146644df57592a775ae33cdf4359015155d72), [`832a0eaf`](https://github.com/Shopify/hydrogen/commit/832a0eafad331f61b7cfdf90dec6427f1aaaef6b)]:
- @shopify/remix-oxygen@1.1.7
- @shopify/mini-oxygen@2.2.3

## 5.4.2

### 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.4.2",
"version": "5.4.3",
"commands": {
"hydrogen:build": {
"id": "hydrogen:build",
Expand Down
6 changes: 3 additions & 3 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.2",
"version": "5.4.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@oclif/core": "2.11.7",
"@shopify/cli-kit": "3.49.2",
"@shopify/hydrogen-codegen": "^0.0.2",
"@shopify/mini-oxygen": "^2.2.2",
"@shopify/mini-oxygen": "^2.2.3",
"@shopify/oxygen-cli": "^2.0.0",
"ansi-escapes": "^6.2.0",
"diff": "^5.1.0",
Expand All @@ -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.6"
"@shopify/remix-oxygen": "^1.1.7"
},
"peerDependenciesMeta": {
"@remix-run/dev": {
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.7.11

### Patch Changes

- Fix subrequest performance in development. ([#1411](https://github.com/Shopify/hydrogen/pull/1411)) by [@frandiox](https://github.com/frandiox)

## 2023.7.10

### 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.7.10",
"version": "2023.7.11",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
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.7.10';
export const LIB_VERSION = '2023.7.11';
6 changes: 6 additions & 0 deletions packages/mini-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/mini-oxygen

## 2.2.3

### Patch Changes

- Increase the request body size limit to 100mb when running locally. ([#1421](https://github.com/Shopify/hydrogen/pull/1421)) by [@frandiox](https://github.com/frandiox)

## 2.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mini-oxygen/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": "2.2.2",
"version": "2.2.3",
"license": "MIT",
"type": "module",
"description": "Development assistant for custom Shopify Oxygen hosted storefronts",
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.7

### Patch Changes

- Fix subrequest performance in development. ([#1411](https://github.com/Shopify/hydrogen/pull/1411)) by [@frandiox](https://github.com/frandiox)

## 1.1.6

### 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.6",
"version": "1.1.7",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
6 changes: 3 additions & 3 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.2",
"@shopify/hydrogen": "^2023.7.10",
"@shopify/remix-oxygen": "^1.1.6",
"@shopify/cli-hydrogen": "^5.4.3",
"@shopify/hydrogen": "^2023.7.11",
"@shopify/remix-oxygen": "^1.1.7",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
6 changes: 3 additions & 3 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.2",
"@shopify/hydrogen": "^2023.7.10",
"@shopify/remix-oxygen": "^1.1.6",
"@shopify/cli-hydrogen": "^5.4.3",
"@shopify/hydrogen": "^2023.7.11",
"@shopify/remix-oxygen": "^1.1.7",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
Expand Down

0 comments on commit 49fb53d

Please sign in to comment.