Skip to content

Commit 09e47ab

Browse files
chore: version packages
1 parent 9e0dbf9 commit 09e47ab

37 files changed

Lines changed: 290 additions & 44 deletions

.changeset/olive-beers-worry.md

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

packages/box/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [#1898](https://github.com/launchdarkly/launchpad-ui/pull/1898) [`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.17.0 along with aligned `react-aria`, `react-stately`, and `@react-aria/*` packages. Imports migrated to subpath form (e.g. `react-aria-components/Menu`) via Adobe's `use-subpaths` codemod, which reduces consumer bundle size without relying on tree-shaking.
8+
9+
Two upstream behavior changes worth noting:
10+
11+
- `DateField` and `DatePicker` now constrain invalid input on blur instead of while typing (RAC 1.15).
12+
- `Tabs` defaults `shouldSelectOnPressUp` to `true` when an item is a link (RAC 1.17).
13+
314
## 0.4.2
415

516
### Patch Changes

packages/box/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/box",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "A polymorphic React component with design token sprinkles.",
55
"repository": "launchdarkly/launchpad-ui",
66
"license": "Apache-2.0",

packages/button/CHANGELOG.md

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

3+
## 0.15.15
4+
5+
### Patch Changes
6+
7+
- [#1898](https://github.com/launchdarkly/launchpad-ui/pull/1898) [`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.17.0 along with aligned `react-aria`, `react-stately`, and `@react-aria/*` packages. Imports migrated to subpath form (e.g. `react-aria-components/Menu`) via Adobe's `use-subpaths` codemod, which reduces consumer bundle size without relying on tree-shaking.
8+
9+
Two upstream behavior changes worth noting:
10+
11+
- `DateField` and `DatePicker` now constrain invalid input on blur instead of while typing (RAC 1.15).
12+
- `Tabs` defaults `shouldSelectOnPressUp` to `true` when an item is a link (RAC 1.17).
13+
14+
- Updated dependencies [[`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac)]:
15+
- @launchpad-ui/icons@0.25.6
16+
317
## 0.15.14
418

519
### 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.14",
3+
"version": "0.15.15",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @launchpad-ui/components
22

3+
## 0.19.1
4+
5+
### Patch Changes
6+
7+
- [#1898](https://github.com/launchdarkly/launchpad-ui/pull/1898) [`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.17.0 along with aligned `react-aria`, `react-stately`, and `@react-aria/*` packages. Imports migrated to subpath form (e.g. `react-aria-components/Menu`) via Adobe's `use-subpaths` codemod, which reduces consumer bundle size without relying on tree-shaking.
8+
9+
Two upstream behavior changes worth noting:
10+
11+
- `DateField` and `DatePicker` now constrain invalid input on blur instead of while typing (RAC 1.15).
12+
- `Tabs` defaults `shouldSelectOnPressUp` to `true` when an item is a link (RAC 1.17).
13+
14+
- Updated dependencies [[`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac)]:
15+
- @launchpad-ui/icons@0.25.6
16+
317
## 0.19.0
418

519
### Minor 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.19.0",
3+
"version": "0.19.1",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @launchpad-ui/core
22

3+
## 0.59.17
4+
5+
### Patch Changes
6+
7+
- [#1898](https://github.com/launchdarkly/launchpad-ui/pull/1898) [`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.17.0 along with aligned `react-aria`, `react-stately`, and `@react-aria/*` packages. Imports migrated to subpath form (e.g. `react-aria-components/Menu`) via Adobe's `use-subpaths` codemod, which reduces consumer bundle size without relying on tree-shaking.
8+
9+
Two upstream behavior changes worth noting:
10+
11+
- `DateField` and `DatePicker` now constrain invalid input on blur instead of while typing (RAC 1.15).
12+
- `Tabs` defaults `shouldSelectOnPressUp` to `true` when an item is a link (RAC 1.17).
13+
14+
- Updated dependencies [[`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac)]:
15+
- @launchpad-ui/focus-trap@0.5.2
16+
- @launchpad-ui/navigation@0.16.17
17+
- @launchpad-ui/dropdown@0.10.15
18+
- @launchpad-ui/overlay@0.6.3
19+
- @launchpad-ui/popover@0.14.3
20+
- @launchpad-ui/tooltip@0.12.3
21+
- @launchpad-ui/button@0.15.15
22+
- @launchpad-ui/drawer@0.9.15
23+
- @launchpad-ui/filter@0.11.15
24+
- @launchpad-ui/portal@0.4.3
25+
- @launchpad-ui/modal@0.21.15
26+
- @launchpad-ui/table@0.9.3
27+
- @launchpad-ui/form@0.15.15
28+
- @launchpad-ui/menu@0.16.15
29+
330
## 0.59.16
431

532
### 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.16",
3+
"version": "0.59.17",
44
"description": "Contains all LaunchPad design system packages.",
55
"repository": {
66
"type": "git",

packages/drawer/CHANGELOG.md

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

3+
## 0.9.15
4+
5+
### Patch Changes
6+
7+
- [#1898](https://github.com/launchdarkly/launchpad-ui/pull/1898) [`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.17.0 along with aligned `react-aria`, `react-stately`, and `@react-aria/*` packages. Imports migrated to subpath form (e.g. `react-aria-components/Menu`) via Adobe's `use-subpaths` codemod, which reduces consumer bundle size without relying on tree-shaking.
8+
9+
Two upstream behavior changes worth noting:
10+
11+
- `DateField` and `DatePicker` now constrain invalid input on blur instead of while typing (RAC 1.15).
12+
- `Tabs` defaults `shouldSelectOnPressUp` to `true` when an item is a link (RAC 1.17).
13+
14+
- Updated dependencies [[`9e0dbf9`](https://github.com/launchdarkly/launchpad-ui/commit/9e0dbf944d0c976fb70bb59d2052ce8a54fd83ac)]:
15+
- @launchpad-ui/focus-trap@0.5.2
16+
- @launchpad-ui/button@0.15.15
17+
- @launchpad-ui/portal@0.4.3
18+
- @launchpad-ui/icons@0.25.6
19+
320
## 0.9.14
421

522
### Patch Changes

0 commit comments

Comments
 (0)