Skip to content

Commit d0c889e

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

37 files changed

+226
-40
lines changed

.changeset/weak-swans-take.md

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

packages/box/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/launchdarkly/launchpad-ui/pull/1741) [`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react version
8+
39
## 0.1.32
410

511
### 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.1.32",
3+
"version": "0.2.0",
44
"status": "alpha",
55
"publishConfig": {
66
"access": "public"

packages/button/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/launchdarkly/launchpad-ui/pull/1741) [`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react version
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6)]:
12+
- @launchpad-ui/icons@0.22.0
13+
314
## 0.12.61
415

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

packages/components/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/launchdarkly/launchpad-ui/pull/1741) [`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react version
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6)]:
12+
- @launchpad-ui/icons@0.22.0
13+
314
## 0.13.0
415

516
### 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.13.0",
3+
"version": "0.14.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.57.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/launchdarkly/launchpad-ui/pull/1741) [`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react version
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6)]:
12+
- @launchpad-ui/focus-trap@0.3.0
13+
- @launchpad-ui/navigation@0.14.0
14+
- @launchpad-ui/dropdown@0.8.0
15+
- @launchpad-ui/overlay@0.4.0
16+
- @launchpad-ui/popover@0.12.0
17+
- @launchpad-ui/tooltip@0.10.0
18+
- @launchpad-ui/button@0.13.0
19+
- @launchpad-ui/drawer@0.7.0
20+
- @launchpad-ui/filter@0.9.0
21+
- @launchpad-ui/portal@0.2.0
22+
- @launchpad-ui/modal@0.19.0
23+
- @launchpad-ui/table@0.7.0
24+
- @launchpad-ui/form@0.13.0
25+
- @launchpad-ui/menu@0.14.0
26+
327
## 0.56.14
428

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

packages/drawer/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#1741](https://github.com/launchdarkly/launchpad-ui/pull/1741) [`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6) Thanks [@vezaynk](https://github.com/vezaynk)! - bump react version
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`fbd9260`](https://github.com/launchdarkly/launchpad-ui/commit/fbd92603385f45426b8160e5ca05cef207a1e6b6)]:
12+
- @launchpad-ui/focus-trap@0.3.0
13+
- @launchpad-ui/button@0.13.0
14+
- @launchpad-ui/portal@0.2.0
15+
- @launchpad-ui/icons@0.22.0
16+
317
## 0.6.4
418

519
### Patch Changes

0 commit comments

Comments
 (0)