Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .changeset/agents-md-rac-convention-guidance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-lions-divide.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/upset-pianos-camp.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/components

## 0.22.1

### Patch Changes

- [#1959](https://github.com/launchdarkly/launchpad-ui/pull/1959) [`370ecbd`](https://github.com/launchdarkly/launchpad-ui/commit/370ecbd388df984752df5e3f4f066e6b4db4ac7b) Thanks [@cmwinters](https://github.com/cmwinters) via [@devin-ai-integration](https://github.com/apps/devin-ai-integration)! - Add a divider between `primary` and `destructive` buttons in a compact `ButtonGroup` so split buttons no longer read as one solid fill

- Updated dependencies [[`5ded7a9`](https://github.com/launchdarkly/launchpad-ui/commit/5ded7a9e7ed77045c4a88b80ffa37cd05507813c)]:
- @launchpad-ui/icons@0.26.2

## 0.22.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/components",
"version": "0.22.0",
"version": "0.22.1",
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/icons

## 0.26.2

### Patch Changes

- [#1962](https://github.com/launchdarkly/launchpad-ui/pull/1962) [`5ded7a9`](https://github.com/launchdarkly/launchpad-ui/commit/5ded7a9e7ed77045c4a88b80ffa37cd05507813c) Thanks [@cmwinters](https://github.com/cmwinters) via [@pd-sa-github-launchpad-ui](https://github.com/pd-sa-github-launchpad-ui)! - feat(icons): sync and connect icons with figma library

New icons:

- arrow-brand-right
- home

## 0.26.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/icons",
"version": "0.26.1",
"version": "0.26.2",
"description": "An element that supplements content and represents an action or feature within LaunchDarkly.",
"repository": {
"type": "git",
Expand Down
Loading