Skip to content

Commit 64ef294

Browse files
chore: version packages (#1866)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afd337e commit 64ef294

25 files changed

Lines changed: 124 additions & 38 deletions

.changeset/icon-updates.md

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

.changeset/popover-fit-width.md

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

.changeset/tooltip-forward-width.md

Lines changed: 0 additions & 5 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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afd337e`](https://github.com/launchdarkly/launchpad-ui/commit/afd337e6a64a72f6803224144d18d878a9895c13)]:
8+
- @launchpad-ui/icons@0.25.3
9+
310
## 0.15.11
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.11",
3+
"version": "0.15.12",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @launchpad-ui/components
22

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- [#1864](https://github.com/launchdarkly/launchpad-ui/pull/1864) [`d76de10`](https://github.com/launchdarkly/launchpad-ui/commit/d76de10177ab0054c2d720ea028c5d0caf36accc) Thanks [@cpurps22](https://github.com/cpurps22)! - Add `fit` width variant to Popover component that sets `width: fit-content` with no min-width constraint
8+
9+
- [#1868](https://github.com/launchdarkly/launchpad-ui/pull/1868) [`c7dbbbc`](https://github.com/launchdarkly/launchpad-ui/commit/c7dbbbcd6089ae3698ac349afe1bbe385a4c7e19) Thanks [@cpurps22](https://github.com/cpurps22)! - Forward `width` prop from Tooltip to Popover styles when `variant="popover"`
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`afd337e`](https://github.com/launchdarkly/launchpad-ui/commit/afd337e6a64a72f6803224144d18d878a9895c13)]:
14+
- @launchpad-ui/icons@0.25.3
15+
316
## 0.17.14
417

518
### 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.14",
3+
"version": "0.18.0",
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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @launchpad-ui/button@0.15.12
9+
- @launchpad-ui/drawer@0.9.12
10+
- @launchpad-ui/dropdown@0.10.12
11+
- @launchpad-ui/filter@0.11.12
12+
- @launchpad-ui/form@0.15.12
13+
- @launchpad-ui/menu@0.16.12
14+
- @launchpad-ui/modal@0.21.12
15+
- @launchpad-ui/navigation@0.16.14
16+
317
## 0.59.13
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.13",
3+
"version": "0.59.14",
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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afd337e`](https://github.com/launchdarkly/launchpad-ui/commit/afd337e6a64a72f6803224144d18d878a9895c13)]:
8+
- @launchpad-ui/icons@0.25.3
9+
- @launchpad-ui/button@0.15.12
10+
311
## 0.9.11
412

513
### Patch Changes

0 commit comments

Comments
 (0)