Skip to content

Commit 992a879

Browse files
chore: version packages (#1751)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a7b499e commit 992a879

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+286
-51
lines changed

.changeset/big-forks-send.md

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

.changeset/chatty-insects-clean.md

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

apps/vscode/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#1752](https://github.com/launchdarkly/launchpad-ui/pull/1752) [`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react-aria
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b)]:
12+
- @launchpad-ui/tokens@0.15.0
13+
314
## 0.2.0
415

516
### Minor 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.2.0",
4+
"version": "0.3.0",
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.0
4+
5+
### Minor Changes
6+
7+
- [#1752](https://github.com/launchdarkly/launchpad-ui/pull/1752) [`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react-aria
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b)]:
12+
- @launchpad-ui/tokens@0.15.0
13+
- @launchpad-ui/vars@0.5.0
14+
315
## 0.3.0
416

517
### Minor 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.3.0",
3+
"version": "0.4.0",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @launchpad-ui/button
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#1752](https://github.com/launchdarkly/launchpad-ui/pull/1752) [`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react-aria
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b)]:
12+
- @launchpad-ui/tokens@0.15.0
13+
- @launchpad-ui/icons@0.24.0
14+
315
## 0.14.0
416

517
### 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.14.0",
3+
"version": "0.15.0",
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.16.0
4+
5+
### Minor Changes
6+
7+
- [#1752](https://github.com/launchdarkly/launchpad-ui/pull/1752) [`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react-aria
8+
9+
### Patch Changes
10+
11+
- [#1750](https://github.com/launchdarkly/launchpad-ui/pull/1750) [`c36b68d`](https://github.com/launchdarkly/launchpad-ui/commit/c36b68dc6374776211f471222a382220471cce1b) Thanks [@pheggeseth](https://github.com/pheggeseth)! - Set min-width on Alert content wrapper to let it shrink to fit flex container
12+
13+
- Updated dependencies [[`a7b499e`](https://github.com/launchdarkly/launchpad-ui/commit/a7b499e6edc11ac166a75fd3cb8a72c75e956d9b)]:
14+
- @launchpad-ui/tokens@0.15.0
15+
- @launchpad-ui/icons@0.24.0
16+
317
## 0.15.1
418

519
### 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.15.1",
3+
"version": "0.16.0",
44
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)