Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2023
1 parent f6ea128 commit 88b3eea
Show file tree
Hide file tree
Showing 36 changed files with 159 additions and 33 deletions.
6 changes: 0 additions & 6 deletions .changeset/shy-garlics-call.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/wicked-geese-run.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/clipboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/clipboard

## 0.10.12

### Patch Changes

- Updated dependencies []:
- @launchpad-ui/tooltip@0.7.19

## 0.10.11

### 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.10.11",
"version": "0.10.12",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
26 changes: 26 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @launchpad-ui/core

## 0.42.5

### Patch Changes

- [#946](https://github.com/launchdarkly/launchpad-ui/pull/946) [`f6ea1287`](https://github.com/launchdarkly/launchpad-ui/commit/f6ea12877132ec0a3a0d466326df77cf7d367cda) Thanks [@Niznikr](https://github.com/Niznikr)! - [InlineEdit] Forward ref and spread additional props

- [#939](https://github.com/launchdarkly/launchpad-ui/pull/939) [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`f6ea1287`](https://github.com/launchdarkly/launchpad-ui/commit/f6ea12877132ec0a3a0d466326df77cf7d367cda), [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/inline-edit@0.1.1
- @launchpad-ui/snackbar@0.3.58
- @launchpad-ui/popover@0.10.9
- @launchpad-ui/drawer@0.4.13
- @launchpad-ui/modal@0.16.8
- @launchpad-ui/toast@0.2.55
- @launchpad-ui/dropdown@0.6.57
- @launchpad-ui/menu@0.11.4
- @launchpad-ui/navigation@0.11.28
- @launchpad-ui/progress-bubbles@0.6.18
- @launchpad-ui/select@0.3.10
- @launchpad-ui/split-button@0.8.4
- @launchpad-ui/tooltip@0.7.19
- @launchpad-ui/filter@0.5.37
- @launchpad-ui/clipboard@0.10.12
- @launchpad-ui/tag@0.2.9

## 0.42.4

### 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.42.4",
"version": "0.42.5",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @launchpad-ui/drawer

## 0.4.13

### Patch Changes

- [#939](https://github.com/launchdarkly/launchpad-ui/pull/939) [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.4.12

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

## 0.6.57

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9

## 0.6.56

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

## 0.5.37

### Patch Changes

- Updated dependencies []:
- @launchpad-ui/dropdown@0.6.57
- @launchpad-ui/menu@0.11.4
- @launchpad-ui/tooltip@0.7.19

## 0.5.36

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

## 0.1.1

### Patch Changes

- [#946](https://github.com/launchdarkly/launchpad-ui/pull/946) [`f6ea1287`](https://github.com/launchdarkly/launchpad-ui/commit/f6ea12877132ec0a3a0d466326df77cf7d367cda) Thanks [@Niznikr](https://github.com/Niznikr)! - [InlineEdit] Forward ref and spread additional props

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-edit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/inline-edit",
"version": "0.1.0",
"version": "0.1.1",
"status": "alpha",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @launchpad-ui/menu

## 0.11.4

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9
- @launchpad-ui/tooltip@0.7.19

## 0.11.3

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

## 0.16.8

### Patch Changes

- [#939](https://github.com/launchdarkly/launchpad-ui/pull/939) [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.16.7

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

## 0.11.28

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9
- @launchpad-ui/dropdown@0.6.57
- @launchpad-ui/menu@0.11.4
- @launchpad-ui/tooltip@0.7.19

## 0.11.27

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

## 0.10.9

### Patch Changes

- [#939](https://github.com/launchdarkly/launchpad-ui/pull/939) [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.10.8

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

## 0.6.18

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9

## 0.6.17

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

## 0.3.10

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9
- @launchpad-ui/modal@0.16.8
- @launchpad-ui/tooltip@0.7.19

## 0.3.9

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

## 0.3.58

### Patch Changes

- [#939](https://github.com/launchdarkly/launchpad-ui/pull/939) [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.3.57

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

## 0.8.4

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9
- @launchpad-ui/dropdown@0.6.57
- @launchpad-ui/tooltip@0.7.19

## 0.8.3

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

## 0.2.9

### Patch Changes

- Updated dependencies []:
- @launchpad-ui/tooltip@0.7.19

## 0.2.8

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

## 0.2.55

### Patch Changes

- [#939](https://github.com/launchdarkly/launchpad-ui/pull/939) [`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.2.54

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

## 0.7.19

### Patch Changes

- Updated dependencies [[`9bbdd9e2`](https://github.com/launchdarkly/launchpad-ui/commit/9bbdd9e20bcbd5af8ab60ab3c03869c8665a8962)]:
- @launchpad-ui/popover@0.10.9

## 0.7.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/tooltip",
"version": "0.7.18",
"version": "0.7.19",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 88b3eea

Please sign in to comment.