Skip to content

Commit afddbd9

Browse files
chore: version packages (#1744)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 00198f0 commit afddbd9

Some content is hidden

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

43 files changed

+284
-46
lines changed

.changeset/soft-parts-sort.md

Lines changed: 0 additions & 25 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.2.0
4+
5+
### Minor Changes
6+
7+
- [#1743](https://github.com/launchdarkly/launchpad-ui/pull/1743) [`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba) Thanks [@vezaynk](https://github.com/vezaynk)! - Bump all react-aria packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba)]:
12+
- @launchpad-ui/tokens@0.14.0
13+
314
## 0.1.12
415

516
### Patch Changes

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "launchpad-design-system",
33
"private": true,
44
"displayName": "LaunchPad Design System",
5-
"version": "0.1.12",
5+
"version": "0.2.0",
66
"publisher": "launchdarklyofficial",
77
"repository": {
88
"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.3.0
4+
5+
### Minor Changes
6+
7+
- [#1743](https://github.com/launchdarkly/launchpad-ui/pull/1743) [`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba) Thanks [@vezaynk](https://github.com/vezaynk)! - Bump all react-aria packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba)]:
12+
- @launchpad-ui/tokens@0.14.0
13+
- @launchpad-ui/vars@0.4.0
14+
315
## 0.2.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.2.0",
3+
"version": "0.3.0",
44
"status": "alpha",
55
"publishConfig": {
66
"access": "public"

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.14.0
4+
5+
### Minor Changes
6+
7+
- [#1743](https://github.com/launchdarkly/launchpad-ui/pull/1743) [`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba) Thanks [@vezaynk](https://github.com/vezaynk)! - Bump all react-aria packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba)]:
12+
- @launchpad-ui/tokens@0.14.0
13+
- @launchpad-ui/icons@0.23.0
14+
315
## 0.13.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.13.0",
3+
"version": "0.14.0",
44
"status": "beta",
55
"publishConfig": {
66
"access": "public"

packages/components/CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#1743](https://github.com/launchdarkly/launchpad-ui/pull/1743) [`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba) Thanks [@vezaynk](https://github.com/vezaynk)! - Bump all react-aria packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba)]:
12+
- @launchpad-ui/tokens@0.14.0
13+
- @launchpad-ui/icons@0.23.0
14+
315
## 0.14.0
416

517
### 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.14.0",
3+
"version": "0.15.0",
44
"status": "beta",
55
"publishConfig": {
66
"access": "public"

packages/core/CHANGELOG.md

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

3+
## 0.58.0
4+
5+
### Minor Changes
6+
7+
- [#1743](https://github.com/launchdarkly/launchpad-ui/pull/1743) [`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba) Thanks [@vezaynk](https://github.com/vezaynk)! - Bump all react-aria packages
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`00198f0`](https://github.com/launchdarkly/launchpad-ui/commit/00198f0e3798741f45708f604380411bb2706cba)]:
12+
- @launchpad-ui/[email protected]
13+
- @launchpad-ui/[email protected]
14+
- @launchpad-ui/[email protected]
15+
- @launchpad-ui/[email protected]
16+
- @launchpad-ui/[email protected]
17+
- @launchpad-ui/[email protected]
18+
- @launchpad-ui/[email protected]
19+
- @launchpad-ui/[email protected]
20+
- @launchpad-ui/[email protected]
21+
- @launchpad-ui/[email protected]
22+
- @launchpad-ui/[email protected]
23+
- @launchpad-ui/[email protected]
24+
- @launchpad-ui/[email protected]
25+
- @launchpad-ui/[email protected]
26+
327
## 0.57.0
428

529
### Minor Changes

0 commit comments

Comments
 (0)