Skip to content

Commit ad7c4e6

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

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

+248
-51
lines changed

.changeset/cold-bears-push.md

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

.changeset/salty-rocks-kick.md

Lines changed: 0 additions & 23 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.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617)]:
8+
- @launchpad-ui/tokens@0.15.1
9+
310
## 0.3.0
411

512
### 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.3.0",
4+
"version": "0.3.1",
55
"description": "LaunchPad VS Code extension",
66
"repository": {
77
"type": "git",

packages/box/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#1792](https://github.com/launchdarkly/launchpad-ui/pull/1792) [`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617) Thanks [@vezaynk](https://github.com/vezaynk)! - bumping dependencies: axios, react, react-dom, react-aria
8+
9+
- Updated dependencies [[`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617)]:
10+
- @launchpad-ui/tokens@0.15.1
11+
- @launchpad-ui/vars@0.5.2
12+
313
## 0.4.1
414

515
### 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.1",
3+
"version": "0.4.2",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @launchpad-ui/button
22

3+
## 0.15.7
4+
5+
### Patch Changes
6+
7+
- [#1792](https://github.com/launchdarkly/launchpad-ui/pull/1792) [`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617) Thanks [@vezaynk](https://github.com/vezaynk)! - bumping dependencies: axios, react, react-dom, react-aria
8+
9+
- Updated dependencies [[`674d160`](https://github.com/launchdarkly/launchpad-ui/commit/674d160366c660794e66fa94b3af421118570ef7), [`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617)]:
10+
- @launchpad-ui/icons@0.24.7
11+
- @launchpad-ui/tokens@0.15.1
12+
313
## 0.15.6
414

515
### 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.6",
3+
"version": "0.15.7",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @launchpad-ui/components
22

3+
## 0.16.12
4+
5+
### Patch Changes
6+
7+
- [#1792](https://github.com/launchdarkly/launchpad-ui/pull/1792) [`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617) Thanks [@vezaynk](https://github.com/vezaynk)! - bumping dependencies: axios, react, react-dom, react-aria
8+
9+
- Updated dependencies [[`674d160`](https://github.com/launchdarkly/launchpad-ui/commit/674d160366c660794e66fa94b3af421118570ef7), [`bd49c43`](https://github.com/launchdarkly/launchpad-ui/commit/bd49c431bf39e8a69adc95961977af21d5f36617)]:
10+
- @launchpad-ui/icons@0.24.7
11+
- @launchpad-ui/tokens@0.15.1
12+
313
## 0.16.11
414

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

0 commit comments

Comments
 (0)