Skip to content

Commit

Permalink
[ci] release 2024-04
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2024
1 parent cc9b548 commit 7c90168
Show file tree
Hide file tree
Showing 30 changed files with 86 additions and 84 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-tips-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-apricots-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-rockets-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-cougars-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-bikes-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-rivers-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-hairs-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-clouds-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-roses-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-squids-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-rocks-draw.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "2024.4.1",
"@shopify/cli-hydrogen": "^8.0.4",
"@shopify/hydrogen": "2024.4.2",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "2024.4.1",
"@shopify/cli-hydrogen": "^8.0.4",
"@shopify/hydrogen": "2024.4.2",
"@shopify/remix-oxygen": "^2.0.4",
"crypto-js": "^4.2.0",
"graphql": "^16.6.0",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/mini-oxygen": "^3.0.2",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@builder.io/partytown": "^0.8.1",
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "2024.4.1",
"@shopify/cli-hydrogen": "^8.0.4",
"@shopify/hydrogen": "2024.4.2",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand All @@ -29,7 +29,7 @@
"devDependencies": {
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/mini-oxygen": "^3.0.2",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dependencies": {
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "2024.4.1",
"@shopify/cli-hydrogen": "^8.0.4",
"@shopify/hydrogen": "2024.4.2",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/mini-oxygen": "^3.0.2",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@tailwindcss/forms": "^0.5.3",
Expand Down
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

## 8.0.4

### Patch Changes

- Fix `h2 upgrade` command to detect outdated devDependencies. ([#2093](https://github.com/Shopify/hydrogen/pull/2093)) by [@frandiox](https://github.com/frandiox)

- Avoid unhandled promise rejections when showing the upgrade notification. ([#2092](https://github.com/Shopify/hydrogen/pull/2092)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`72e6794e`](https://github.com/Shopify/hydrogen/commit/72e6794eb8c63d533b2a047b52111ff46f4fa641), [`1cd83113`](https://github.com/Shopify/hydrogen/commit/1cd83113550f798bc11aa1202b1e720489c9f49f), [`e9ea1891`](https://github.com/Shopify/hydrogen/commit/e9ea1891b4f9973150b5e174c3e429310d376903), [`ddc7196f`](https://github.com/Shopify/hydrogen/commit/ddc7196f3ffb44e2c5ee31a89ba95d7f6814fb89)]:
- @shopify/mini-oxygen@3.0.2
- @shopify/hydrogen-codegen@0.3.1

## 8.0.3

### 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
Expand Up @@ -1579,5 +1579,5 @@
]
}
},
"version": "8.0.3"
"version": "8.0.4"
}
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": "8.0.3",
"version": "8.0.4",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -59,8 +59,8 @@
"peerDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@remix-run/dev": "^2.1.0",
"@shopify/hydrogen-codegen": "^0.3.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/hydrogen-codegen": "^0.3.1",
"@shopify/mini-oxygen": "^3.0.2",
"graphql-config": "^5.0.3",
"vite": "^5.1.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/hydrogen-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/hydrogen-codegen

## 0.3.1

### Patch Changes

- Use type imports in generated file (`import type` instead of `import`). ([#2094](https://github.com/Shopify/hydrogen/pull/2094)) by [@frandiox](https://github.com/frandiox)

- Import schemas from `@shopify/hydrogen` instead of `@shopify/hydrogen-react` to avoid dependency issues in some situations. ([#2086](https://github.com/Shopify/hydrogen/pull/2086)) by [@frandiox](https://github.com/frandiox)

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen-codegen/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": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"type": "module",
"main": "dist/cjs/index.cjs",
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

## 2024.4.2

### Patch Changes

- Ensure the `getShopifyDomain` method from the [`useShop` hook](https://shopify.dev/docs/api/hydrogen-react/2024-01/hooks/useshop#:~:text=%2D%20storefrontToken-,getShopifyDomain,-%28props%3F%3A) always includes the HTTPS protocol. ([#2079](https://github.com/Shopify/hydrogen/pull/2079)) by [@michenly](https://github.com/michenly)

## 2024.4.1

### Patch 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": "2024.4.1",
"version": "2024.4.2",
"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
15 changes: 15 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @shopify/hydrogen

## 2024.4.2

### Patch Changes

- Adding support for B2B to the customer account client and cart handler to store and manage [buyer context](https://shopify.dev/docs/api/storefront/2024-04/input-objects/BuyerInput). Currently Unstable. ([#1886](https://github.com/Shopify/hydrogen/pull/1886)) by [@dustinfirman](https://github.com/dustinfirman)

- When extending the content security policy, if the default directive is 'none' then the default won't be merged into the final directive. ([#2076](https://github.com/Shopify/hydrogen/pull/2076)) by [@nkgentile](https://github.com/nkgentile)

- Update `content-security-policy-builder` subdependency to ESM version to avoid preprocessing in Vite. ([#2057](https://github.com/Shopify/hydrogen/pull/2057)) by [@frandiox](https://github.com/frandiox)

- Fix Analytics. Provider for error checking and working without privacy banner. ([#2025](https://github.com/Shopify/hydrogen/pull/2025)) by [@wizardlyhel](https://github.com/wizardlyhel)

- Updated dependencies [[`081e1498`](https://github.com/Shopify/hydrogen/commit/081e1498bba752e1bd4642b140104e46ce689a67)]:
- @shopify/hydrogen-react@2024.4.2

## 2024.4.1

### 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": "2024.4.1",
"version": "2024.4.2",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"dist"
],
"dependencies": {
"@shopify/hydrogen-react": "2024.4.1",
"@shopify/hydrogen-react": "2024.4.2",
"content-security-policy-builder": "^2.2.0",
"type-fest": "^4.5.0",
"source-map-support": "^0.5.21",
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 = '2024.4.1';
export const LIB_VERSION = '2024.4.2';
8 changes: 8 additions & 0 deletions packages/mini-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/mini-oxygen

## 3.0.2

### Patch Changes

- Fix issue where `undici` dependency couldn't be found in some situations. ([#2065](https://github.com/Shopify/hydrogen/pull/2065)) by [@frandiox](https://github.com/frandiox)

- Fix HMR when changing files imported into routes. ([#2077](https://github.com/Shopify/hydrogen/pull/2077)) by [@frandiox](https://github.com/frandiox)

## 3.0.1

### 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": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"type": "module",
"description": "Development assistant for custom Shopify Oxygen hosted storefronts",
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 @@ -15,8 +15,8 @@
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "2024.4.1",
"@shopify/cli-hydrogen": "^8.0.4",
"@shopify/hydrogen": "2024.4.2",
"@shopify/remix-oxygen": "^2.0.4",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.8.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/mini-oxygen": "^3.0.2",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@types/eslint": "^8.4.10",
Expand Down
8 changes: 8 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# skeleton

## 2024.4.4

### Patch Changes

- Updated dependencies [[`286589ee`](https://github.com/Shopify/hydrogen/commit/286589ee281c161ad323e3d45a8b9b859aa5b11f), [`ae262b61`](https://github.com/Shopify/hydrogen/commit/ae262b616127a7173d23a1a38a6e658af3105ce8), [`2c11ca3b`](https://github.com/Shopify/hydrogen/commit/2c11ca3b7a00ccca2b621dbc29abd319f9598cc8), [`b70f9c2c`](https://github.com/Shopify/hydrogen/commit/b70f9c2c3db8e863c65509097454b9ad7c81cd52), [`17528db1`](https://github.com/Shopify/hydrogen/commit/17528db1eb3d1baa001bafe0684b4bce28d2e271), [`58ea9bb0`](https://github.com/Shopify/hydrogen/commit/58ea9bb0f0eee83ff89e34e2f1f6ac3c4999e213)]:
- @shopify/cli-hydrogen@8.0.4
- @shopify/hydrogen@2024.4.2

## 1.0.10

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "2024.4.3",
"version": "2024.4.4",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand All @@ -17,8 +17,8 @@
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.59.2",
"@shopify/cli-hydrogen": "^8.0.3",
"@shopify/hydrogen": "2024.4.1",
"@shopify/cli-hydrogen": "^8.0.4",
"@shopify/hydrogen": "2024.4.2",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand All @@ -30,8 +30,8 @@
"@graphql-codegen/cli": "5.0.2",
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@shopify/hydrogen-codegen": "^0.3.0",
"@shopify/mini-oxygen": "^3.0.1",
"@shopify/hydrogen-codegen": "^0.3.1",
"@shopify/mini-oxygen": "^3.0.2",
"@shopify/oxygen-workers-types": "^4.0.0",
"@shopify/prettier-config": "^1.1.2",
"@total-typescript/ts-reset": "^0.4.2",
Expand Down

0 comments on commit 7c90168

Please sign in to comment.