Skip to content

Commit

Permalink
[ci] release 2023-10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2023
1 parent 26c969b commit 4f07fb2
Show file tree
Hide file tree
Showing 27 changed files with 113 additions and 81 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-cameras-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/bright-steaks-talk.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/eleven-rivers-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-zoos-grab.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/spicy-cobras-sniff.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/tiny-donkeys-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-lamps-fly.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/express/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

### Patch Changes

- Updated dependencies [[`8fce70de`](https://github.com/Shopify/hydrogen/commit/8fce70de32bd61ee86a6d895ac43cc1f78f1bf49), [`e8cc49fe`](https://github.com/Shopify/hydrogen/commit/e8cc49feff18f5ee72d5f6965ff2094addc23466)]:
- @shopify/hydrogen@2023.10.3

## null

### Patch Changes

- Updated dependencies [[`69624b32`](https://github.com/Shopify/hydrogen/commit/69624b3276fa18a654e222db226c7403ebdc8ead)]:
- @shopify/hydrogen@2023.10.2

Expand Down
4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/node": "2.1.0",
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/hydrogen": "2023.10.2",
"@shopify/hydrogen": "2023.10.3",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.18.2",
Expand All @@ -29,7 +29,7 @@
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
"@shopify/cli": "3.50.0",
"@shopify/cli-hydrogen": "^6.0.2",
"@shopify/cli-hydrogen": "^6.0.3",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/morgan": "^1.9.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/cli-hydrogen

## 6.0.3

### Patch Changes

- Remove error boundary from robots.txt in hydrogen template ([#1492](https://github.com/Shopify/hydrogen/pull/1492)) by [@andrewcohen](https://github.com/andrewcohen)

- Fix peer dependencies across packages. ([#1489](https://github.com/Shopify/hydrogen/pull/1489)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`8fce70de`](https://github.com/Shopify/hydrogen/commit/8fce70de32bd61ee86a6d895ac43cc1f78f1bf49)]:
- @shopify/mini-oxygen@2.2.4

## 6.0.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": "6.0.2",
"version": "6.0.3",
"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": "6.0.2",
"version": "6.0.3",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@oclif/core": "2.11.7",
"@shopify/cli-kit": "3.50.0",
"@shopify/hydrogen-codegen": "^0.1.0",
"@shopify/mini-oxygen": "^2.2.3",
"@shopify/mini-oxygen": "^2.2.4",
"@shopify/oxygen-cli": "^2.3.2",
"ansi-escapes": "^6.2.0",
"diff": "^5.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/create-hydrogen

## 4.3.4

### Patch Changes

- Remove error boundary from robots.txt in hydrogen template ([#1492](https://github.com/Shopify/hydrogen/pull/1492)) by [@andrewcohen](https://github.com/andrewcohen)

- Updated dependencies [[`26c969bb`](https://github.com/Shopify/hydrogen/commit/26c969bb10166c87c95184ab60188ada9ad2c780), [`8fce70de`](https://github.com/Shopify/hydrogen/commit/8fce70de32bd61ee86a6d895ac43cc1f78f1bf49)]:
- @shopify/cli-hydrogen@6.0.3

## 4.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"license": "MIT",
"version": "4.3.3",
"version": "4.3.4",
"type": "module",
"scripts": {
"build": "tsup --clean",
"dev": "tsup --watch",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@shopify/cli-hydrogen": "^6.0.1"
"@shopify/cli-hydrogen": "^6.0.3"
},
"bin": "dist/create-app.js",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/hydrogen-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen-react

## 2023.10.1

### Patch Changes

- This change adds an optional prop to the `ShopPayButton` that adds order attribution support for either the Headless or Hydrogen sales channel. ([#1447](https://github.com/Shopify/hydrogen/pull/1447)) by [@QuintonC](https://github.com/QuintonC)

## 2023.10.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/hydrogen-react",
"version": "2023.10.0",
"version": "2023.10.1",
"description": "React components, hooks, and utilities for creating custom Shopify storefronts",
"homepage": "https://github.com/Shopify/hydrogen/tree/main/packages/hydrogen-react",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/hydrogen

## 2023.10.3

### Patch Changes

- Fix peer dependencies across packages. ([#1489](https://github.com/Shopify/hydrogen/pull/1489)) by [@frandiox](https://github.com/frandiox)

- Adds default channel value of "hydrogen" to the ShopPayButton component exported out of the @shopify/hydrogen package. ([#1447](https://github.com/Shopify/hydrogen/pull/1447)) by [@QuintonC](https://github.com/QuintonC)

- Updated dependencies [[`e8cc49fe`](https://github.com/Shopify/hydrogen/commit/e8cc49feff18f5ee72d5f6965ff2094addc23466)]:
- @shopify/hydrogen-react@2023.10.1

## 2023.10.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.10.2",
"version": "2023.10.3",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dist"
],
"dependencies": {
"@shopify/hydrogen-react": "2023.10.0",
"@shopify/hydrogen-react": "2023.10.1",
"content-security-policy-builder": "^2.1.1",
"type-fest": "^4.5.0"
},
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.10.2';
export const LIB_VERSION = '2023.10.3';
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.4

### Patch Changes

- Fix peer dependencies across packages. ([#1489](https://github.com/Shopify/hydrogen/pull/1489)) by [@frandiox](https://github.com/frandiox)

## 2.2.3

### 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.3",
"version": "2.2.4",
"license": "MIT",
"type": "module",
"description": "Development assistant for custom Shopify Oxygen hosted storefronts",
Expand Down
8 changes: 8 additions & 0 deletions packages/remix-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/remix-oxygen

## 2.0.2

### Patch Changes

- Change peer dependency of `@shopify/oxygen-workers-types` to allow for `^4.0.0` versions. ([#1494](https://github.com/Shopify/hydrogen/pull/1494)) by [@frandiox](https://github.com/frandiox)

- Fix peer dependencies across packages. ([#1489](https://github.com/Shopify/hydrogen/pull/1489)) by [@frandiox](https://github.com/frandiox)

## 2.0.1

### 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": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
6 changes: 3 additions & 3 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.50.0",
"@shopify/cli-hydrogen": "^6.0.2",
"@shopify/hydrogen": "~2023.10.2",
"@shopify/remix-oxygen": "^2.0.1",
"@shopify/cli-hydrogen": "^6.0.3",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/remix-oxygen": "^2.0.2",
"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 @@ -16,9 +16,9 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.50.0",
"@shopify/cli-hydrogen": "^6.0.2",
"@shopify/hydrogen": "~2023.10.2",
"@shopify/remix-oxygen": "^2.0.1",
"@shopify/cli-hydrogen": "^6.0.3",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/remix-oxygen": "^2.0.2",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
32 changes: 32 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# skeleton

## 1.0.1

### Patch Changes

- In TypeScript projects, when updating to the latest `@shopify/remix-oxygen` adapter release, please update also to the latest version of `@shopify/oxygen-workers-types`: ([#1494](https://github.com/Shopify/hydrogen/pull/1494)) by [@frandiox](https://github.com/frandiox)

```diff
"devDependencies": {
"@remix-run/dev": "2.1.0",
"@remix-run/eslint-config": "2.1.0",
- "@shopify/oxygen-workers-types": "^3.17.3",
+ "@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
...
},
```

- Since Remix is now a peer dependency of `@shopify/remix-oxygen`, you need to add `@remix-run/server-runtime` to your dependencies with the same version you have for the rest of Remix dependencies. ([#1489](https://github.com/Shopify/hydrogen/pull/1489)) by [@frandiox](https://github.com/frandiox)

```diff
"dependencies": {
"@remix-run/react": "2.1.0"
+ "@remix-run/server-runtime": "2.1.0"
...
}
```

- Updated dependencies [[`9b4f4534`](https://github.com/Shopify/hydrogen/commit/9b4f453407338874bd8f1a1f619b607670e021d0), [`26c969bb`](https://github.com/Shopify/hydrogen/commit/26c969bb10166c87c95184ab60188ada9ad2c780), [`8fce70de`](https://github.com/Shopify/hydrogen/commit/8fce70de32bd61ee86a6d895ac43cc1f78f1bf49), [`e8cc49fe`](https://github.com/Shopify/hydrogen/commit/e8cc49feff18f5ee72d5f6965ff2094addc23466)]:
- @shopify/remix-oxygen@2.0.2
- @shopify/cli-hydrogen@6.0.3
- @shopify/hydrogen@2023.10.3

## 1.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skeleton",
"private": true,
"sideEffects": false,
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "shopify hydrogen build",
"dev": "shopify hydrogen dev --codegen",
Expand All @@ -16,9 +16,9 @@
"@remix-run/react": "2.1.0",
"@remix-run/server-runtime": "2.1.0",
"@shopify/cli": "3.50.0",
"@shopify/cli-hydrogen": "^6.0.0",
"@shopify/hydrogen": "~2023.10.2",
"@shopify/remix-oxygen": "^2.0.1",
"@shopify/cli-hydrogen": "^6.0.3",
"@shopify/hydrogen": "~2023.10.3",
"@shopify/remix-oxygen": "^2.0.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
Expand Down

0 comments on commit 4f07fb2

Please sign in to comment.