Skip to content

Commit 0ef192c

Browse files
chore: version packages
1 parent ccc97d8 commit 0ef192c

39 files changed

Lines changed: 262 additions & 50 deletions

.changeset/editorial-typography-tokens.md

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

.changeset/link-underline-prop.md

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

.changeset/upgrade-react-aria-1-19-0.md

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

apps/vscode/CHANGELOG.md

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

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc97d8`](https://github.com/launchdarkly/launchpad-ui/commit/ccc97d8ab2119437a81a8a17affb5f7fd7c1373a)]:
8+
- @launchpad-ui/tokens@0.17.0
9+
310
## 0.3.3
411

512
### Patch Changes

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "launchpad-design-system",
33
"private": true,
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"description": "LaunchPad VS Code extension",
66
"repository": {
77
"type": "git",

packages/box/CHANGELOG.md

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

3+
## 0.4.5
4+
5+
### Patch Changes
6+
7+
- [#1940](https://github.com/launchdarkly/launchpad-ui/pull/1940) [`ccc97d8`](https://github.com/launchdarkly/launchpad-ui/commit/ccc97d8ab2119437a81a8a17affb5f7fd7c1373a) Thanks [@OneHunnid](https://github.com/OneHunnid)! - Add a Sora-based editorial typography token family for brand-themed surfaces (empty states, hero moments, announcements). Adds `fontFamily.sora` (with an Inter fallback), pixel-named `fontSize.editorial.*`, `fontWeight.editorial.*`, unitless `lineHeight.editorial.*`, a new top-level `letterSpacing.editorial.*` group, seven `text.editorial.*` compositions, and `size.30`/`size.50` primitives. All values mirror the `ai-refresh` `_typography.scss` source of truth. Existing utility `text.*` compositions are unchanged.
8+
9+
Box's `rainbow-sprinkles` now flattens the `fontSize`, `fontWeight`, and `lineHeight` token groups (matching how the `font` typography group is already handled) so the nested `editorial.*` sub-namespaces don't break `defineProperties`' flat-record typing.
10+
11+
- Updated dependencies [[`ccc97d8`](https://github.com/launchdarkly/launchpad-ui/commit/ccc97d8ab2119437a81a8a17affb5f7fd7c1373a)]:
12+
- @launchpad-ui/tokens@0.17.0
13+
- @launchpad-ui/vars@0.5.4
14+
315
## 0.4.4
416

517
### 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.4",
3+
"version": "0.4.5",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @launchpad-ui/button
22

3+
## 0.15.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ccc97d8`](https://github.com/launchdarkly/launchpad-ui/commit/ccc97d8ab2119437a81a8a17affb5f7fd7c1373a)]:
8+
- @launchpad-ui/tokens@0.17.0
9+
- @launchpad-ui/icons@0.26.1
10+
311
## 0.15.16
412

513
### 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.16",
3+
"version": "0.15.17",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @launchpad-ui/components
22

3+
## 0.22.0
4+
5+
### Minor Changes
6+
7+
- [#1888](https://github.com/launchdarkly/launchpad-ui/pull/1888) [`51b495e`](https://github.com/launchdarkly/launchpad-ui/commit/51b495edb66f7ebdc07a5e12af24fed823656236) Thanks [@hsadhvani](https://github.com/hsadhvani)! - Add `underline` prop to Link component with `'always' | 'hover' | 'none'` values
8+
9+
### Patch Changes
10+
11+
- [#1938](https://github.com/launchdarkly/launchpad-ui/pull/1938) [`941f77c`](https://github.com/launchdarkly/launchpad-ui/commit/941f77c91ae47f19533496a9ab3a542c479c6a68) Thanks [@apucacao](https://github.com/apucacao)! - Upgrade `react-aria-components` to 1.19.0 along with the aligned `react-aria` (3.50.0), `react-stately` (3.48.0), and `@react-types/shared` (3.36.0) packages from the same release. The `@react-aria/*`, `@react-stately/*`, and `@internationalized/*` sub-packages were already at the matching versions and are unchanged.
12+
13+
This release is additive — no breaking changes. Notable upstream additions:
14+
15+
- `GridList` and `Tree` support full keyboard interaction with embedded text fields and other interactive elements via the `keyboardNavigationBehavior` prop.
16+
- `Autocomplete` and `Popover` gain inline-completion support, including a new `getTargetRect` prop on `Popover` for positioning overlays relative to arbitrary character positions.
17+
- `Menu`'s `onAction` callback now provides both the item key and its value.
18+
- `DragTypes.has()` accepts multiple MIME types and wildcards.
19+
20+
- Updated dependencies [[`ccc97d8`](https://github.com/launchdarkly/launchpad-ui/commit/ccc97d8ab2119437a81a8a17affb5f7fd7c1373a)]:
21+
- @launchpad-ui/tokens@0.17.0
22+
- @launchpad-ui/icons@0.26.1
23+
324
## 0.21.0
425

526
### Minor Changes

0 commit comments

Comments
 (0)