Skip to content

Commit 7df8c20

Browse files
shopify-github-actions-access[bot]github-actions[bot]wizardlyhel
authored
[ci] release 2025-01 (#2700)
* [ci] release 2025-01 * manual update package version to 2025.1.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Helen Lin <[email protected]>
1 parent 5f5a20a commit 7df8c20

24 files changed

+159
-142
lines changed

.changeset/brave-elephants-yell.md

-10
This file was deleted.

.changeset/clean-baboons-clap.md

-5
This file was deleted.

.changeset/cyan-countries-beg.md

-50
This file was deleted.

.changeset/hungry-kangaroos-shout.md

-5
This file was deleted.

.changeset/nasty-rules-hammer.md

-6
This file was deleted.

.changeset/slow-flies-exist.md

-5
This file was deleted.

.changeset/stupid-socks-suffer.md

-27
This file was deleted.

.changeset/tender-cycles-sneeze.md

-5
This file was deleted.

.changeset/tender-trainers-sell.md

-7
This file was deleted.

.changeset/thick-lamps-attend.md

-9
This file was deleted.

.changeset/witty-baboons-warn.md

-5
This file was deleted.

packages/cli/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @shopify/cli-hydrogen
22

3+
## 9.0.5
4+
5+
### Patch Changes
6+
7+
- Bump vite, Remix versions and tailwind v4 alpha to beta ([#2696](https://github.com/Shopify/hydrogen/pull/2696)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
9+
- Make sure tailwind stylesheet is generated in a style tag ([#2734](https://github.com/Shopify/hydrogen/pull/2734)) by [@wizardlyhel](https://github.com/wizardlyhel)
10+
11+
- Bump cli version ([#2732](https://github.com/Shopify/hydrogen/pull/2732)) by [@wizardlyhel](https://github.com/wizardlyhel)
12+
13+
- Bump SFAPI to 2025-01 ([#2715](https://github.com/Shopify/hydrogen/pull/2715)) by [@rbshop](https://github.com/rbshop)
14+
15+
- Updated dependencies [[`fdab06f5`](https://github.com/Shopify/hydrogen/commit/fdab06f5d34076b526d406698bdf6fca6787660b), [`68110f3f`](https://github.com/Shopify/hydrogen/commit/68110f3f34beb4a8a429b9df0e28a77072b7d84f)]:
16+
- @shopify/mini-oxygen@3.1.1
17+
318
## 9.0.4
419

520
### Patch Changes

packages/cli/oclif.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1748,5 +1748,5 @@
17481748
]
17491749
}
17501750
},
1751-
"version": "9.0.4"
1751+
"version": "9.0.5"
17521752
}

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
7-
"version": "9.0.4",
7+
"version": "9.0.5",
88
"license": "MIT",
99
"type": "module",
1010
"repository": {
@@ -61,7 +61,7 @@
6161
"@graphql-codegen/cli": "^5.0.2",
6262
"@remix-run/dev": "^2.1.0",
6363
"@shopify/hydrogen-codegen": "^0.3.2",
64-
"@shopify/mini-oxygen": "^3.1.0",
64+
"@shopify/mini-oxygen": "^3.1.1",
6565
"graphql-config": "^5.0.3",
6666
"vite": "^5.1.0"
6767
},

packages/create-hydrogen/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @shopify/create-hydrogen
22

3+
## 5.0.15
4+
5+
### Patch Changes
6+
7+
- Bump cli version ([#2732](https://github.com/Shopify/hydrogen/pull/2732)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
9+
- Bump SFAPI to 2025-01 ([#2715](https://github.com/Shopify/hydrogen/pull/2715)) by [@rbshop](https://github.com/rbshop)
10+
311
## 5.0.14
412

513
### Patch Changes

packages/create-hydrogen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
77
"license": "MIT",
8-
"version": "5.0.14",
8+
"version": "5.0.15",
99
"type": "module",
1010
"repository": {
1111
"type": "git",

packages/hydrogen-react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @shopify/hydrogen-react
22

3+
## 2025.1.0
4+
5+
### Patch Changes
6+
7+
- Bump vite, Remix versions and tailwind v4 alpha to beta ([#2696](https://github.com/Shopify/hydrogen/pull/2696)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
9+
- Fix `getProductOptions` crashing when one of variants returns a null `firstSelectableVariant`. ([#2704](https://github.com/Shopify/hydrogen/pull/2704)) by [@wizardlyhel](https://github.com/wizardlyhel)
10+
11+
- Bump SFAPI to 2025-01 ([#2715](https://github.com/Shopify/hydrogen/pull/2715)) by [@rbshop](https://github.com/rbshop)
12+
13+
- Update `decodeEncodedVariant` utility to fix bug if encoding ends with index. ([#2721](https://github.com/Shopify/hydrogen/pull/2721)) by [@lhoffbeck](https://github.com/lhoffbeck)
14+
315
## 2024.10.1
416

517
### Patch Changes

packages/hydrogen/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @shopify/hydrogen
22

3+
## 2025.1.0
4+
5+
### Patch Changes
6+
7+
- Bump vite, Remix versions and tailwind v4 alpha to beta ([#2696](https://github.com/Shopify/hydrogen/pull/2696)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
9+
- Remove deprecated `customerAccountUrl` ([#2730](https://github.com/Shopify/hydrogen/pull/2730)) by [@wizardlyhel](https://github.com/wizardlyhel)
10+
11+
- Fix `getProductOptions` crashing when one of variants returns a null `firstSelectableVariant`. ([#2704](https://github.com/Shopify/hydrogen/pull/2704)) by [@wizardlyhel](https://github.com/wizardlyhel)
12+
13+
- Bump SFAPI to 2025-01 ([#2715](https://github.com/Shopify/hydrogen/pull/2715)) by [@rbshop](https://github.com/rbshop)
14+
15+
- Updated dependencies [[`fdab06f5`](https://github.com/Shopify/hydrogen/commit/fdab06f5d34076b526d406698bdf6fca6787660b), [`650d57b3`](https://github.com/Shopify/hydrogen/commit/650d57b3e07125661e23900e73c0bb3027ddbcde), [`064de138`](https://github.com/Shopify/hydrogen/commit/064de13890c68cabb1c3fdbe7f77409a0cf1c384), [`08b7fa5b`](https://github.com/Shopify/hydrogen/commit/08b7fa5bb99632e4707d0dec4e06f6d16b2816d0)]:
16+
- @shopify/hydrogen-react@2025.1.0
17+
318
## 2024.10.1
419

520
### Patch Changes

packages/mini-oxygen/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @shopify/mini-oxygen
22

3+
## 3.1.1
4+
5+
### Patch Changes
6+
7+
- Bump vite, Remix versions and tailwind v4 alpha to beta ([#2696](https://github.com/Shopify/hydrogen/pull/2696)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
9+
- Bump undici package to 6.21.1 ([#2731](https://github.com/Shopify/hydrogen/pull/2731)) by [@wizardlyhel](https://github.com/wizardlyhel)
10+
311
## 3.1.0
412

513
### Minor Changes

packages/mini-oxygen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public",
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
7-
"version": "3.1.0",
7+
"version": "3.1.1",
88
"license": "MIT",
99
"type": "module",
1010
"description": "Development assistant for custom Shopify Oxygen hosted storefronts",

packages/remix-oxygen/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/remix-oxygen
22

3+
## 2.0.10
4+
5+
### Patch Changes
6+
7+
- Bump vite, Remix versions and tailwind v4 alpha to beta ([#2696](https://github.com/Shopify/hydrogen/pull/2696)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
39
## 2.0.9
410

511
### Patch Changes

packages/remix-oxygen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
77
"type": "module",
8-
"version": "2.0.9",
8+
"version": "2.0.10",
99
"license": "MIT",
1010
"main": "dist/index.cjs",
1111
"module": "dist/production/index.js",

templates/skeleton/CHANGELOG.md

+87
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# skeleton
22

3+
## 2025.1.0
4+
5+
### Patch Changes
6+
7+
- Bump vite, Remix versions and tailwind v4 alpha to beta ([#2696](https://github.com/Shopify/hydrogen/pull/2696)) by [@wizardlyhel](https://github.com/wizardlyhel)
8+
9+
- Workaround for "Error: failed to execute 'insertBefore' on 'Node'" that sometimes happen during development. ([#2701](https://github.com/Shopify/hydrogen/pull/2701)) by [@wizardlyhel](https://github.com/wizardlyhel)
10+
11+
```diff
12+
// root.tsx
13+
14+
/**
15+
* The main and reset stylesheets are added in the Layout component
16+
* to prevent a bug in development HMR updates.
17+
*
18+
* This avoids the "failed to execute 'insertBefore' on 'Node'" error
19+
* that occurs after editing and navigating to another page.
20+
*
21+
* It's a temporary fix until the issue is resolved.
22+
* https://github.com/remix-run/remix/issues/9242
23+
*/
24+
export function links() {
25+
return [
26+
- {rel: 'stylesheet', href: resetStyles},
27+
- {rel: 'stylesheet', href: appStyles},
28+
{
29+
rel: 'preconnect',
30+
href: 'https://cdn.shopify.com',
31+
},
32+
{
33+
rel: 'preconnect',
34+
href: 'https://shop.app',
35+
},
36+
{rel: 'icon', type: 'image/svg+xml', href: favicon},
37+
];
38+
}
39+
40+
...
41+
42+
export function Layout({children}: {children?: React.ReactNode}) {
43+
const nonce = useNonce();
44+
const data = useRouteLoaderData<RootLoader>('root');
45+
46+
return (
47+
<html lang="en">
48+
<head>
49+
<meta charSet="utf-8" />
50+
<meta name="viewport" content="width=device-width,initial-scale=1" />
51+
+ <link rel="stylesheet" href={resetStyles}></link>
52+
+ <link rel="stylesheet" href={appStyles}></link>
53+
54+
```
55+
56+
- Turn on future flag `v3_lazyRouteDiscovery` ([#2702](https://github.com/Shopify/hydrogen/pull/2702)) by [@wizardlyhel](https://github.com/wizardlyhel)
57+
58+
In your vite.config.ts, add the following line:
59+
60+
```diff
61+
export default defineConfig({
62+
plugins: [
63+
hydrogen(),
64+
oxygen(),
65+
remix({
66+
presets: [hydrogen.preset()],
67+
future: {
68+
v3_fetcherPersist: true,
69+
v3_relativeSplatPath: true,
70+
v3_throwAbortReason: true,
71+
+ v3_lazyRouteDiscovery: true,
72+
},
73+
}),
74+
tsconfigPaths(),
75+
],
76+
```
77+
78+
Test your app by running `npm run dev` and nothing should break
79+
80+
- Fix image size warnings on collections page ([#2703](https://github.com/Shopify/hydrogen/pull/2703)) by [@wizardlyhel](https://github.com/wizardlyhel)
81+
82+
- Bump cli version ([#2732](https://github.com/Shopify/hydrogen/pull/2732)) by [@wizardlyhel](https://github.com/wizardlyhel)
83+
84+
- Bump SFAPI to 2025-01 ([#2715](https://github.com/Shopify/hydrogen/pull/2715)) by [@rbshop](https://github.com/rbshop)
85+
86+
- Updated dependencies [[`fdab06f5`](https://github.com/Shopify/hydrogen/commit/fdab06f5d34076b526d406698bdf6fca6787660b), [`ae6d71f0`](https://github.com/Shopify/hydrogen/commit/ae6d71f0976f520ca177c69ff677f852af63859e), [`650d57b3`](https://github.com/Shopify/hydrogen/commit/650d57b3e07125661e23900e73c0bb3027ddbcde), [`064de138`](https://github.com/Shopify/hydrogen/commit/064de13890c68cabb1c3fdbe7f77409a0cf1c384)]:
87+
- @shopify/remix-oxygen@2.0.10
88+
- @shopify/hydrogen@2025.1.0
89+
390
## 2024.10.4
491

592
### Patch Changes

0 commit comments

Comments
 (0)