Skip to content

Commit 4c4d8ce

Browse files
chore: version packages (#1755)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4434d41 commit 4c4d8ce

27 files changed

+112
-36
lines changed

.changeset/brave-signs-pump.md

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

.changeset/busy-clocks-bet.md

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

.changeset/lucky-areas-hang.md

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

.changeset/metal-turtles-own.md

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

.changeset/proud-peas-invent.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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`88d2b81`](https://github.com/launchdarkly/launchpad-ui/commit/88d2b81720738dca52b910eea8151317d1a82132), [`34660b0`](https://github.com/launchdarkly/launchpad-ui/commit/34660b0dbfc499e8c5c7e1affcf4c9ff4dd4f106)]:
8+
- @launchpad-ui/icons@0.24.1
9+
310
## 0.15.0
411

512
### Minor 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.0",
3+
"version": "0.15.1",
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.16.2
4+
5+
### Patch Changes
6+
7+
- [#1758](https://github.com/launchdarkly/launchpad-ui/pull/1758) [`bf40864`](https://github.com/launchdarkly/launchpad-ui/commit/bf40864bd7abccf86fc506a0baf1689e055ee6cd) Thanks [@vezaynk](https://github.com/vezaynk)! - react-aria-component type override should be picked up automatically
8+
9+
- [#1762](https://github.com/launchdarkly/launchpad-ui/pull/1762) [`4434d41`](https://github.com/launchdarkly/launchpad-ui/commit/4434d418a67d6429dfbb36913f7fd46a60509352) Thanks [@apucacao](https://github.com/apucacao)! - tweak layout of collection items with icons and descriptions
10+
11+
- [#1759](https://github.com/launchdarkly/launchpad-ui/pull/1759) [`5d666ae`](https://github.com/launchdarkly/launchpad-ui/commit/5d666aeabaec4cd7b003164005ed145919dba9ae) Thanks [@pheggeseth](https://github.com/pheggeseth)! - Remove Tag textValue from Tag removal IconButton aria-label, as it results in the Tag textValue getting included twice in the accessible name of the removal button, such as "Remove tag-name tag-name" instead of "Remove tag-name"
12+
13+
- Updated dependencies [[`88d2b81`](https://github.com/launchdarkly/launchpad-ui/commit/88d2b81720738dca52b910eea8151317d1a82132), [`34660b0`](https://github.com/launchdarkly/launchpad-ui/commit/34660b0dbfc499e8c5c7e1affcf4c9ff4dd4f106)]:
14+
- @launchpad-ui/icons@0.24.1
15+
316
## 0.16.1
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.16.1",
3+
"version": "0.16.2",
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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @launchpad-ui/button@0.15.1
9+
- @launchpad-ui/drawer@0.9.1
10+
- @launchpad-ui/dropdown@0.10.1
11+
- @launchpad-ui/filter@0.11.1
12+
- @launchpad-ui/form@0.15.1
13+
- @launchpad-ui/menu@0.16.1
14+
- @launchpad-ui/modal@0.21.1
15+
- @launchpad-ui/navigation@0.16.1
16+
317
## 0.59.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)