chore: version packages - #1164
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
thesys-pr-creator
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 09:34
5044f51 to
55ad906
Compare
thesys-pr-creator
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 10:02
55ad906 to
e85bf78
Compare
thesys-pr-creator
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 14:22
e85bf78 to
25123e5
Compare
thesys-pr-creator
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 14:29
25123e5 to
afce77d
Compare
thesys-pr-creator
Bot
force-pushed
the
changeset-release/main
branch
from
September 11, 2026 17:21
afce77d to
07e2512
Compare
thesys-pr-creator
Bot
force-pushed
the
changeset-release/main
branch
from
September 15, 2026 05:04
07e2512 to
3670e75
Compare
AbhinRustagi
approved these changes
Sep 15, 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
@openuidev/devtools@0.2.0
Minor Changes
0a46d6fThanks @abhithesys! - Internal peer dependencies now declare bounded tested-compatibility ranges:@openuidev/react-langrequires">=0.3.0 <0.4.0". Minor (breaking) ratherthan patch on purpose: react-lang 0.2.x depends on devtools with
^0.1.0, soa 0.1.x release would be pulled into existing react-lang 0.2.x installs and
fail them with an unsatisfiable peer. Bumping to 0.2.0 keeps old react-lang
paired with old devtools; react-lang >=0.3.0 picks up the new line.
Patch Changes
f8d9b92]:@openuidev/lang-core@0.3.0
Minor Changes
f8d9b92Thanks @abhithesys! - Adopt automated release management via changesets. The lang-family packages(
lang-core,react-lang,svelte-lang,vue-lang) now version together asa fixed group; this release unifies them on a single version line.
@openuidev/react-email@0.3.0
Minor Changes
f8d9b92Thanks @abhithesys! -@openuidev/react-langpeer dependency now declares a boundedtested-compatibility range (
">=0.3.0 <0.4.0") instead of an exact pin.Minor (breaking) because the new floor excludes react-lang 0.2.x: upgrade
react-lang together with react-email.
Patch Changes
f8d9b92]:@openuidev/react-headless@0.14.0
Minor Changes
f8d9b92Thanks @abhithesys! - Adopt automated release management via changesets.react-headlessandreact-uinow version together as a fixed group; this release unifies them ona single version line.
@openuidev/react-lang@0.3.0
Minor Changes
f8d9b92Thanks @abhithesys! - Adopt automated release management via changesets. The lang-family packages(
lang-core,react-lang,svelte-lang,vue-lang) now version together asa fixed group; this release unifies them on a single version line.
Patch Changes
0a46d6f,f8d9b92]:@openuidev/react-ui@0.14.0
Minor Changes
f8d9b92Thanks @abhithesys! - Adopt automated release management via changesets.react-headlessandreact-uinow version together as a fixed group; this release unifies them ona single version line.
Patch Changes
f8d9b92,f8d9b92]:@openuidev/svelte-lang@0.3.0
Minor Changes
f8d9b92Thanks @abhithesys! - Adopt automated release management via changesets. The lang-family packages(
lang-core,react-lang,svelte-lang,vue-lang) now version together asa fixed group; this release unifies them on a single version line.
Patch Changes
f8d9b92]:@openuidev/vue-lang@0.3.0
Minor Changes
f8d9b92Thanks @abhithesys! - Adopt automated release management via changesets. The lang-family packages(
lang-core,react-lang,svelte-lang,vue-lang) now version together asa fixed group; this release unifies them on a single version line.
Patch Changes
f8d9b92]:@openuidev/assistant-ui@0.0.4
Patch Changes
f8d9b92Thanks @abhithesys! - Internal@openuidev/*peer dependencies now declare boundedtested-compatibility ranges (e.g.
">=0.3.0 <0.4.0") instead ofworkspace:ranges, so a mismatched pair is caught at install time instead of failing at
runtime.
f8d9b92,f8d9b92]:@openuidev/browser-bundle@0.1.2
Patch Changes
f8d9b92,f8d9b92]:@openuidev/observability-cloud@0.0.3
Patch Changes
2fac47aThanks @abhithesys! -SDK_VERSIONis now derived from package.json at build time instead of ahardcoded constant that had drifted (wire envelopes previously reported
0.0.1regardless of the released version).