[ci] release semver - #3824
Merged
Merged
Conversation
shopify-github-actions-access
Bot
requested a review
from a team
as a code owner
June 30, 2026 01:43
Contributor
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
Contributor
There was a problem hiding this comment.
Pull request overview
This Changesets-generated release PR prepares publishing updated versions of @shopify/mini-oxygen and @shopify/cli-hydrogen by bumping package versions, updating changelogs, and removing the consumed changeset files.
Changes:
- Bump
@shopify/mini-oxygenfrom4.1.0to4.2.0and add the4.2.0changelog entry. - Bump
@shopify/cli-hydrogenfrom12.0.2to13.0.0, update the oclif manifest version, and add the13.0.0changelog entry. - Remove the two changeset markdown files that were applied into the changelogs.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/mini-oxygen/package.json | Updates the published package version to 4.2.0. |
| packages/mini-oxygen/CHANGELOG.md | Adds release notes for 4.2.0 (needs a small markdown bullet formatting fix). |
| packages/cli/package.json | Updates the published package version to 13.0.0. |
| packages/cli/oclif.manifest.json | Aligns the oclif manifest version with 13.0.0. |
| packages/cli/CHANGELOG.md | Adds release notes for 13.0.0 (version bump vs “Patch Changes” labeling needs verification). |
| .changeset/soft-clouds-serve.md | Removes the consumed changeset for @shopify/mini-oxygen. |
| .changeset/lucky-buckets-build.md | Removes the consumed changeset for @shopify/cli-hydrogen. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| ### Minor Changes | ||
|
|
||
| - - Make the Oxygen Vite plugin self-sufficient by inferring a compatibility date from the resolved Hydrogen package when one is not provided. ([#3819](https://github.com/Shopify/hydrogen/pull/3819)) by [@frandiox](https://github.com/frandiox) |
Comment on lines
+3
to
+9
| ## 13.0.0 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Add deploy flags and environment variables for configuring Oxygen's client assets directory and worker directory. The worker directory must contain an `index.js` or `index.mjs` entry point. ([#3819](https://github.com/Shopify/hydrogen/pull/3819)) by [@frandiox](https://github.com/frandiox) | ||
|
|
||
| Deployments now resolve output directories from explicit flags, Vite output directories, then `dist/client` and `dist/server` fallbacks. Custom output deployments and `0.0.0-preview-*` Hydrogen versions default to `node --run build` instead of the Hydrogen build pipeline when no build command is provided. |
Contributor
|
Should be unblocked by: #3827 |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 1, 2026 15:32
fb7cf83 to
0368edd
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 1, 2026 15:35
0368edd to
c61b1f1
Compare
fredericoo
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/mini-oxygen@4.2.0
Minor Changes
Make the Oxygen Vite plugin self-sufficient by inferring a compatibility date from the resolved Hydrogen package when one is not provided. (#3819) by @frandiox
Worker-specific resolve conditions now apply only to the SSR worker environment so browser/client modules continue using Vite's normal client conditions.
oxygen.jsonis now emitted only during SSR builds.The Oxygen Vite plugin now loads Vite environment variables as Mini Oxygen bindings when no env bindings are provided by plugin options or the Hydrogen CLI.
vite previewcan now run the built Oxygen worker in Mini Oxygen, with an optionalpreviewEntryoverride for custom worker output paths.Patch Changes
Fix
~/path alias resolution in the MiniOxygen SSR environment (#3823) by @jibin7joseThe Oxygen Vite plugin now captures the user's
resolve.tsconfigPathssettingfrom the top-level Vite config and forwards it to the custom SSR environment
returned by
configEnvironment(). Because Vite environments are isolated, thetop-level resolve config does not automatically apply to custom environments
created by plugins, so tsconfig path aliases (e.g.
~/assets/favicon.svg)would fail to resolve at runtime.
Fixes Fresh Hydrogen quickstart fails to resolve ~/ aliases during during Dev build,had to use npm i -D vite-tsconfig-paths during Dev build #3816
@shopify/cli-hydrogen@13.0.0
Patch Changes
Add deploy flags and environment variables for configuring Oxygen's client assets directory and worker directory. The worker directory must contain an
index.jsorindex.mjsentry point. (#3819) by @frandioxDeployments now resolve output directories from explicit flags, Vite output directories, then
dist/clientanddist/serverfallbacks. Custom output deployments and0.0.0-preview-*Hydrogen versions default tonode --run buildinstead of the Hydrogen build pipeline when no build command is provided.Updated dependencies [
375ed8e512b8d1f85867e8b7e52c48893cf6e4fb,091f8ec62f9e213b02f68f540d81c65e9ee41cd2]: