chore: version packages#1908
Open
pd-sa-github-launchpad-ui wants to merge 1 commit into
Open
Conversation
commit: |
0734f9d to
9160fdf
Compare
9160fdf to
e11b248
Compare
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
@launchpad-ui/components@0.20.0
Minor Changes
0e8c60bThanks @cmwinters! - AddEmptyStateto display empty content views with an illustration, heading, description, and optional action button.Patch Changes
#1910
d54fac2Thanks @cmwinters! - Adjust dark mode Alert warning variant colors to read more yellow/gold and distinguish from error. Use theme-aware--alert-color-icon-warningtoken for the warning icon fill.#1915
f3bf657Thanks @cmwinters! - Retunecolor.yellowwarning primitives and adjust dark mode Alert warning border token step.#1907
7fe9bc5Thanks @cmwinters! - Add canonicalbrand.limetokens aligned with LD brand guidelines (#DDFF46). Deprecatebrand.yellowandbrand.greenas aliases to lime for backward compatibility. Add BadgeIconlimevariant and lime-based gradients.#1913
091ba18Thanks @cmwinters! - Add corecolor.yellowprimitives and wirefeedback.warningsemantic aliases (bg, text, border, fill) in default and dark themes. Migrate Alert warning styles off temporary hardcoded colors to the new tokens.Updated dependencies [
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/icons@0.26.0
Minor Changes
7fe9bc5Thanks @cmwinters! - Add canonicalbrand.limetokens aligned with LD brand guidelines (#DDFF46). Deprecatebrand.yellowandbrand.greenas aliases to lime for backward compatibility. Add BadgeIconlimevariant and lime-based gradients.Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/tokens@0.16.0
Minor Changes
#1912
56ff3d1Thanks @cpurps22! - Update brand color hex values to match the latest LD brand guidelines:brand.orangelight (#FFB660) and dark (#D57B10),brand.pinkdark (#C51A77), andbrand.limelight (#EDFF9E) and dark (#ADD300).#1907
7fe9bc5Thanks @cmwinters! - Add canonicalbrand.limetokens aligned with LD brand guidelines (#DDFF46). Deprecatebrand.yellowandbrand.greenas aliases to lime for backward compatibility. Add BadgeIconlimevariant and lime-based gradients.#1913
091ba18Thanks @cmwinters! - Add corecolor.yellowprimitives and wirefeedback.warningsemantic aliases (bg, text, border, fill) in default and dark themes. Migrate Alert warning styles off temporary hardcoded colors to the new tokens.Patch Changes
f3bf657Thanks @cmwinters! - Retunecolor.yellowwarning primitives and adjust dark mode Alert warning border token step.@launchpad-ui/box@0.4.4
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/button@0.15.16
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/core@0.59.18
Patch Changes
7fe9bc5]:@launchpad-ui/drawer@0.9.16
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/dropdown@0.10.16
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/filter@0.11.16
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/form@0.15.16
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/menu@0.16.16
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/modal@0.21.16
Patch Changes
#1907
7fe9bc5Thanks @cmwinters! - Add canonicalbrand.limetokens aligned with LD brand guidelines (#DDFF46). Deprecatebrand.yellowandbrand.greenas aliases to lime for backward compatibility. Add BadgeIconlimevariant and lime-based gradients.Updated dependencies [
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/navigation@0.16.18
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/popover@0.14.4
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/table@0.9.4
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/tooltip@0.12.4
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:@launchpad-ui/vars@0.5.3
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:launchpad-design-system@0.3.3
Patch Changes
f3bf657,56ff3d1,7fe9bc5,091ba18]:Note
Low Risk
Release metadata only (versions/changelogs); functional changes were reviewed in prior PRs. Minor semver bumps may shift brand/warning colors for consumers on upgrade.
Overview
This PR is the Changesets release pass: it removes consumed
.changeset/*entries and bumps package versions, CHANGELOG notes, and dependency pins across the monorepo—no new feature code in the diff itself.The release bundles work already merged on main.
@launchpad-ui/components@0.20.0addsEmptyStateand ships Alert warning fixes (dark-mode gold/yellow styling, token-based icon fill).@launchpad-ui/tokens@0.16.0and@launchpad-ui/icons@0.26.0align brand colors with LD guidelines (brand.lime, updated orange/pink/lime hex), addcolor.yellow/feedback.warningsemantics, and extend icons (BadgeIconlime, lime gradients;brand.yellow/brand.greendeprecated as lime aliases). Dependent packages get patch bumps from@launchpad-ui/tokens@0.16.0(and icons where applicable).Reviewed by Cursor Bugbot for commit e11b248. Bugbot is set up for automated code reviews on this repo. Configure here.