Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/cruel-apes-relax.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-cars-thank.md

This file was deleted.

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

## 0.15.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5

## 0.15.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/button",
"version": "0.15.4",
"version": "0.15.5",
"description": "An element that triggers an action based on user interaction.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
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.16.10

### Patch Changes

- [#1735](https://github.com/launchdarkly/launchpad-ui/pull/1735) [`f83142a`](https://github.com/launchdarkly/launchpad-ui/commit/f83142ae74d1cc82a74f13a4c373d49e5a5998e5) Thanks [@Zuzze](https://github.com/Zuzze)! - Figma code connect files, design links and component overview added

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5

## 0.16.9

### Patch 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.16.9",
"version": "0.16.10",
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @launchpad-ui/core

## 0.59.5

### Patch Changes

- Updated dependencies []:
- @launchpad-ui/button@0.15.5
- @launchpad-ui/drawer@0.9.5
- @launchpad-ui/dropdown@0.10.5
- @launchpad-ui/filter@0.11.5
- @launchpad-ui/form@0.15.5
- @launchpad-ui/menu@0.16.5
- @launchpad-ui/modal@0.21.5
- @launchpad-ui/navigation@0.16.5

## 0.59.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/core",
"version": "0.59.4",
"version": "0.59.5",
"description": "Contains all LaunchPad design system packages.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/drawer

## 0.9.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/button@0.15.5

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/drawer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/drawer",
"version": "0.9.4",
"version": "0.9.5",
"description": "A partial overlay that appears from the right side of the screen.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/dropdown

## 0.10.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/button@0.15.5

## 0.10.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/dropdown",
"version": "0.10.4",
"version": "0.10.5",
"description": "An element that displays a list of actions or options to a user.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/filter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/filter

## 0.11.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/button@0.15.5
- @launchpad-ui/dropdown@0.10.5
- @launchpad-ui/menu@0.16.5

## 0.11.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/filter",
"version": "0.11.4",
"version": "0.11.5",
"description": "filter a list of results",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/form

## 0.15.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/button@0.15.5

## 0.15.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/form",
"version": "0.15.4",
"version": "0.15.5",
"description": "Elements for composing forms, such as input fields, labels, radio buttons, etc.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/icons

## 0.24.5

### Patch Changes

- [#1783](https://github.com/launchdarkly/launchpad-ui/pull/1783) [`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63) Thanks [@pd-sa-github-launchpad-ui](https://github.com/pd-sa-github-launchpad-ui)! - feat(icons): sync and connect icons with figma library

New icons: bold, code, italic, list-numbers

## 0.24.4

### 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.24.4",
"version": "0.24.5",
"description": "An element that supplements content and represents an action or feature within LaunchDarkly.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/menu

## 0.16.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/form@0.15.5

## 0.16.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/menu",
"version": "0.16.4",
"version": "0.16.5",
"description": "An element that presents a list of items a user can choose from.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/modal

## 0.21.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/button@0.15.5

## 0.21.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/modal",
"version": "0.21.4",
"version": "0.21.5",
"description": "An element that presents users information and actions over a page.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/navigation

## 0.16.5

### Patch Changes

- Updated dependencies [[`c689b72`](https://github.com/launchdarkly/launchpad-ui/commit/c689b72725749d3a40b68e389e62a38b4cbf7b63)]:
- @launchpad-ui/icons@0.24.5
- @launchpad-ui/dropdown@0.10.5
- @launchpad-ui/menu@0.16.5

## 0.16.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/navigation",
"version": "0.16.4",
"version": "0.16.5",
"description": "An element used to provide navigation links to help users move through an app.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
Loading