Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release 2023-07 #1409

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/giant-chairs-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-trainers-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-pens-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-adults-sin.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.2

### Patch Changes

- Fix product search results header style ([#1405](https://github.com/Shopify/hydrogen/pull/1405)) by [@tatsuya](https://github.com/tatsuya)

- Updated dependencies [[`4f735fd7`](https://github.com/Shopify/hydrogen/commit/4f735fd725aef26cd3bd5b50c87d2c028b93c598)]:
- @shopify/remix-oxygen@1.1.6

## 5.4.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.4.1",
"version": "5.4.2",
"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.1",
"version": "5.4.2",
"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.5"
"@shopify/remix-oxygen": "^1.1.6"
},
"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.10

### Patch Changes

- Ensure `storefrontRedirect` fallback only redirects to relative URLs. ([#1399](https://github.com/Shopify/hydrogen/pull/1399)) by [@frandiox](https://github.com/frandiox)

## 2023.7.9

### 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.9",
"version": "2023.7.10",
"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.9';
export const LIB_VERSION = '2023.7.10';
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.6

### Patch Changes

- Update the Oxygen Remix adapter to make sure that stack traces are logged in production ([#1393](https://github.com/Shopify/hydrogen/pull/1393)) by [@blittle](https://github.com/blittle)

## 1.1.5

### 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.5",
"version": "1.1.6",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
11 changes: 11 additions & 0 deletions templates/demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# demo-store

## 2.1.4

### Patch Changes

- Ensure that the `/discount?redirect=...` route only redirects to relative URLs. ([#1399](https://github.com/Shopify/hydrogen/pull/1399)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`cf5fe844`](https://github.com/Shopify/hydrogen/commit/cf5fe844bad989ec944d03bacf3666a6ab09063c), [`4f735fd7`](https://github.com/Shopify/hydrogen/commit/4f735fd725aef26cd3bd5b50c87d2c028b93c598), [`4156d16b`](https://github.com/Shopify/hydrogen/commit/4156d16bb171a7f5dd4d5feaad7cbd03ffb4610a)]:
- @shopify/cli-hydrogen@5.4.2
- @shopify/remix-oxygen@1.1.6
- @shopify/hydrogen@2023.7.10

## 2.1.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "demo-store",
"private": true,
"sideEffects": false,
"version": "2.1.3",
"version": "2.1.4",
"scripts": {
"dev": "shopify hydrogen dev --codegen-unstable",
"build": "shopify hydrogen build",
Expand All @@ -20,9 +20,9 @@
"@headlessui/react": "^1.7.2",
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.49.2",
"@shopify/cli-hydrogen": "^5.4.0",
"@shopify/hydrogen": "^2023.7.9",
"@shopify/remix-oxygen": "^1.1.3",
"@shopify/cli-hydrogen": "^5.4.2",
"@shopify/hydrogen": "^2023.7.10",
"@shopify/remix-oxygen": "^1.1.6",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"graphql": "^16.6.0",
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.1",
"@shopify/hydrogen": "^2023.7.9",
"@shopify/remix-oxygen": "^1.1.5",
"@shopify/cli-hydrogen": "^5.4.2",
"@shopify/hydrogen": "^2023.7.10",
"@shopify/remix-oxygen": "^1.1.6",
"@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.1",
"@shopify/hydrogen": "^2023.7.9",
"@shopify/remix-oxygen": "^1.1.5",
"@shopify/cli-hydrogen": "^5.4.2",
"@shopify/hydrogen": "^2023.7.10",
"@shopify/remix-oxygen": "^1.1.6",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
Expand Down