chore: exit pre mode and prepare v6.0.0 release - #375
Closed
cristinecula wants to merge 29 commits into
Closed
Conversation
BREAKING CHANGE: relies on @neovici/cosmoz-tokens
## [6.0.0-beta.1](v5.6.2...v6.0.0-beta.1) (2026-04-02) ### ⚠ BREAKING CHANGES * relies on @neovici/cosmoz-tokens ### Features * adopt untitled ui look ([32d70d9](32d70d9)) * refine inline variant and clean up storybook ([2705df4](2705df4)) * set toggle to untitled ui/tokens and fix test ([00053ba](00053ba)) ### Bug Fixes * add explicit rootDir for TypeScript 6 compatibility ([4f08400](4f08400)) * list next branch to CI workflow ([bde65aa](bde65aa)) * single quote lint issue ([83912cb](83912cb))
## [6.0.0-beta.2](v6.0.0-beta.1...v6.0.0-beta.2) (2026-04-09) ### Bug Fixes * use attribute bindings for error-message, hint and fix tooltip/error rendering ([#255](#255)) ([892bed1](892bed1))
## [6.0.0-beta.4](v6.0.0-beta.3...v6.0.0-beta.4) (2026-05-27) ### Features * position hint and error absolutely to prevent autocomplete dropdown offset ([#291](#291)) ([9282102](9282102))
* feat: adapt cell variant for table layout * fix: reserved space removed for inline variant(omnitable header)
## [6.0.0-beta.5](v6.0.0-beta.4...v6.0.0-beta.5) (2026-05-28) ### Features * adapt cell variant for table layout ([#297](#297)) ([4d97f69](4d97f69))
* fix: allow clicks to pass through inline label to input * chore: add changeset for inline label pointer-events fix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
🦋 Changeset detectedLatest commit: 8ce1c4b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Author
|
Superseded: master has been integrated into beta directly (including changelog cleanup and @changesets/cli v3), so a fresh prep PR from beta follows. |
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.
Release prep for v6.0.0 (merge beta → master)
Exits changesets pre mode and stages the stable 6.0.0 release of the Untitled UI redesign beta cycle.
What this PR does
.changeset/pre.jsonflipsmode: "pre"→"exit"(no other file changes; produced byexitPre()from@changesets/pre, byte-identical tonpx changeset pre exit).v6-untitled-ui.md('@neovici/cosmoz-input': major) covering the full Untitled UI redesign: styles/render rewrite on@neovici/cosmoz-tokens,variant(inline/cell) +hint/compact/requiredsupport, cell variant for table layout (feat: adapt cell variant for table layout #297), hint/error absolute positioning (feat: position hint and error absolutely to prevent autocomplete dropdown offset #291), inline-label pointer-events fix, cosmoz-toggle redesign, removal of legacy--cosmoz-input-*hooks /.line/no-label-float/always-float-label, and the new runtime deps.master...beta:inline-label-pointer-events— valid (inline labelpointer-events: nonesurvives in net diff)curly-mugs-remain— valid (tokens bump + wrap transition)ready-guests-hope— reworded: it now describes the three new runtime dependencies (cosmoz-icons/tokens/tooltip) + storybook a11y addon, not a generic "bump deps"## [6.0.0-beta.5](...)heading (semantic-release leftover) and collapsed the6.0.0-beta.6/7/8sections; content is folded into the upcoming stable entry. Top of changelog is now## 5.8.0(latest stable)..changeset/pre/andpre.jsontrimmed — this is the v3-native layout (@changesets/cli3.x normalizes pre state this way on any read; exit-modeversionapplies all on-disk changesets, includingpre/).Merge-conflict guidance (package.json / package-lock.json)
Merging this branch into master will conflict in
package.json+package-lock.json. Resolution: keep beta's runtime dependencies (@neovici/cosmoz-icons,@neovici/cosmoz-tokens,@neovici/cosmoz-tooltip) and master's newer devDependencies, and keep@changesets/cli ^3.0.0(master's version — required bychangesets/action@v2; the beta branch still pins^2.28.1). Then regenerate the lockfile. All other files auto-merge.Expected
[ci] releasePR outcomeAfter this PR merges to master, CI (changesets action, push-only) opens the version PR that:
@neovici/cosmoz-input5.8.2 (npm latest) / 6.0.0-beta.8 (beta tag) → 6.0.0## 6.0.0changelog entry with Major Changes (Untitled UI redesign) + Patch Changes (3 patches: tokens bump/transition, inline label pointer-events, new runtime deps + a11y addon).changeset/pre.jsonand consumes all four changeset fileschangeset publish→ npm publish onlatest(provenance) + GitHub release[ci] release (beta), legacy semantic-release release commits with skip-ci tokens); an expanded squash body would suppress all workflows on the master push — no CI, no[ci] releasePR.