Skip to content

Commit

Permalink
chore: version packages (#1443)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 3c7fdd9 commit d1243b7
Show file tree
Hide file tree
Showing 78 changed files with 452 additions and 69 deletions.
19 changes: 0 additions & 19 deletions .changeset/eighty-avocados-add.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/honest-bottles-divide.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# launchpad-design-system

## 0.1.2

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Refresh colors:

- Remove cyan, pink, yellow, and system primitives
- Add green, red, and brand primitives
- Remove warning and flair aliases/variants

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "launchpad-design-system",
"private": true,
"displayName": "LaunchPad Design System",
"version": "0.1.1",
"version": "0.1.2",
"publisher": "launchdarklyofficial",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/alert

## 0.9.39

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988), [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/button@0.12.34
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.9.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/alert",
"version": "0.9.38",
"version": "0.9.39",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/avatar

## 0.6.46

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.6.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/avatar",
"version": "0.6.45",
"version": "0.6.46",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/banner

## 0.10.48

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988), [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/button@0.12.34
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.10.47

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/banner",
"version": "0.10.47",
"version": "0.10.48",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/box

## 0.1.22

### Patch Changes

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/vars@0.3.0

## 0.1.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/box",
"version": "0.1.21",
"version": "0.1.22",
"status": "alpha",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/button

## 0.12.34

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.12.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/button",
"version": "0.12.33",
"version": "0.12.34",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/card/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/card

## 0.2.54

### Patch Changes

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988), [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/form@0.11.39
- @launchpad-ui/tokens@0.12.0

## 0.2.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/card",
"version": "0.2.53",
"version": "0.2.54",
"status": "alpha",
"publishConfig": {
"access": "public"
Expand Down
10 changes: 10 additions & 0 deletions packages/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/chip

## 0.9.46

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.9.45

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/chip",
"version": "0.9.45",
"version": "0.9.46",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/clipboard

## 0.11.54

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988), [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tooltip@0.9.22
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.11.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/clipboard",
"version": "0.11.53",
"version": "0.11.54",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/collapsible/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/collapsible

## 0.1.78

### Patch Changes

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988), [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/button@0.12.34
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.1.77

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/collapsible/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/collapsible",
"version": "0.1.77",
"version": "0.1.78",
"status": "alpha",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/columns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/columns

## 0.1.29

### Patch Changes

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0

## 0.1.28

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/columns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/columns",
"version": "0.1.28",
"version": "0.1.29",
"status": "alpha",
"publishConfig": {
"access": "public"
Expand Down
16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @launchpad-ui/components

## 0.5.0

### Minor Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Refresh colors:

- Remove cyan, pink, yellow, and system primitives
- Add green, red, and brand primitives
- Remove warning and flair aliases/variants

### Patch Changes

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/tokens@0.12.0
- @launchpad-ui/icons@0.19.5

## 0.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/components",
"version": "0.4.12",
"version": "0.5.0",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
40 changes: 40 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @launchpad-ui/core

## 0.50.2

### Patch Changes

- [#1438](https://github.com/launchdarkly/launchpad-ui/pull/1438) [`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988) Thanks [@Niznikr](https://github.com/Niznikr)! - Use updated tokens

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]
- @launchpad-ui/[email protected]

## 0.50.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/core",
"version": "0.50.1",
"version": "0.50.2",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/counter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/counter

## 0.4.23

### Patch Changes

- Updated dependencies [[`3c7fdd9`](https://github.com/launchdarkly/launchpad-ui/commit/3c7fdd9176154cf8bafdc37813dbb5ab6b9a4988)]:
- @launchpad-ui/[email protected]

## 0.4.22

### Patch Changes
Expand Down
Loading

0 comments on commit d1243b7

Please sign in to comment.