Skip to content

Commit 9e8e481

Browse files
chore: version packages
1 parent a3cd616 commit 9e8e481

24 files changed

+108
-23
lines changed

.changeset/great-plums-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-times-peel.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/button/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @launchpad-ui/button
22

3+
## 0.15.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2d8a9f2`](https://github.com/launchdarkly/launchpad-ui/commit/2d8a9f2a258a37ee734e1ab7879abfc412db0980)]:
8+
- @launchpad-ui/icons@0.24.8
9+
310
## 0.15.7
411

512
### Patch Changes

packages/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/button",
3-
"version": "0.15.7",
3+
"version": "0.15.8",
44
"description": "An element that triggers an action based on user interaction.",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

packages/components/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @launchpad-ui/components
22

3+
## 0.17.4
4+
5+
### Patch Changes
6+
7+
- [#1807](https://github.com/launchdarkly/launchpad-ui/pull/1807) [`a3cd616`](https://github.com/launchdarkly/launchpad-ui/commit/a3cd61617031c7a8885fc7c00a206dd30c673fe4) Thanks [@ari-launchdarkly](https://github.com/ari-launchdarkly)! - remove snippet from the components
8+
9+
- Updated dependencies [[`2d8a9f2`](https://github.com/launchdarkly/launchpad-ui/commit/2d8a9f2a258a37ee734e1ab7879abfc412db0980)]:
10+
- @launchpad-ui/icons@0.24.8
11+
312
## 0.17.3
413

514
### Patch Changes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/components",
3-
"version": "0.17.3",
3+
"version": "0.17.4",
44
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @launchpad-ui/core
22

3+
## 0.59.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @launchpad-ui/button@0.15.8
9+
- @launchpad-ui/drawer@0.9.8
10+
- @launchpad-ui/dropdown@0.10.8
11+
- @launchpad-ui/filter@0.11.8
12+
- @launchpad-ui/form@0.15.8
13+
- @launchpad-ui/menu@0.16.8
14+
- @launchpad-ui/modal@0.21.8
15+
- @launchpad-ui/navigation@0.16.8
16+
317
## 0.59.7
418

519
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/core",
3-
"version": "0.59.7",
3+
"version": "0.59.8",
44
"description": "Contains all LaunchPad design system packages.",
55
"repository": {
66
"type": "git",

packages/drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @launchpad-ui/drawer
22

3+
## 0.9.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`2d8a9f2`](https://github.com/launchdarkly/launchpad-ui/commit/2d8a9f2a258a37ee734e1ab7879abfc412db0980)]:
8+
- @launchpad-ui/icons@0.24.8
9+
- @launchpad-ui/button@0.15.8
10+
311
## 0.9.7
412

513
### Patch Changes

packages/drawer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchpad-ui/drawer",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"description": "A partial overlay that appears from the right side of the screen.",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)