Skip to content

Commit

Permalink
chore: version packages (#1319)
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 748b43e commit 8bccbae
Show file tree
Hide file tree
Showing 58 changed files with 273 additions and 69 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-rules-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/beige-spoons-smoke.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/tall-turkeys-draw.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tasty-coins-nail.md

This file was deleted.

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

## 0.9.17

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.9.16

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

## 0.2.32

### Patch Changes

- [#1324](https://github.com/launchdarkly/launchpad-ui/pull/1324) [`a5092d1`](https://github.com/launchdarkly/launchpad-ui/commit/a5092d102a14e0ada5cd4a161d13570f293bf9c0) Thanks [@Niznikr](https://github.com/Niznikr)! - Deprecate packages

- Updated dependencies [[`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb)]:
- @launchpad-ui/form@0.11.17

## 0.2.31

### 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.31",
"version": "0.2.32",
"status": "alpha",
"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.32

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- [#1324](https://github.com/launchdarkly/launchpad-ui/pull/1324) [`a5092d1`](https://github.com/launchdarkly/launchpad-ui/commit/a5092d102a14e0ada5cd4a161d13570f293bf9c0) Thanks [@Niznikr](https://github.com/Niznikr)! - Deprecate packages

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

## 0.11.31

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

## 0.2.9

### Patch Changes

- [#1320](https://github.com/launchdarkly/launchpad-ui/pull/1320) [`9f486b7`](https://github.com/launchdarkly/launchpad-ui/commit/9f486b73906dff909d2451812bfc46d9abaa1b39) Thanks [@Niznikr](https://github.com/Niznikr)! - Adjust `Input` focus outline offset

- [#1321](https://github.com/launchdarkly/launchpad-ui/pull/1321) [`748b43e`](https://github.com/launchdarkly/launchpad-ui/commit/748b43e524681a9d2da66674b9fa22b5b4b85d02) Thanks [@Niznikr](https://github.com/Niznikr)! - Add `Calendar`, `DateField`, `DatePicker`, `DateRangePicker`, `RangeCalendar`, and `TimeField`

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.2.8

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

## 0.49.19

### Patch Changes

- [#1324](https://github.com/launchdarkly/launchpad-ui/pull/1324) [`a5092d1`](https://github.com/launchdarkly/launchpad-ui/commit/a5092d102a14e0ada5cd4a161d13570f293bf9c0) Thanks [@Niznikr](https://github.com/Niznikr)! - Deprecate packages

- Updated dependencies [[`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb), [`a5092d1`](https://github.com/launchdarkly/launchpad-ui/commit/a5092d102a14e0ada5cd4a161d13570f293bf9c0)]:
- @launchpad-ui/inline-edit@0.3.17
- @launchpad-ui/data-table@0.2.20
- @launchpad-ui/focus-trap@0.1.20
- @launchpad-ui/navigation@0.12.32
- @launchpad-ui/pagination@0.4.32
- @launchpad-ui/clipboard@0.11.32
- @launchpad-ui/dropdown@0.6.106
- @launchpad-ui/markdown@0.5.17
- @launchpad-ui/tab-list@0.5.21
- @launchpad-ui/drawer@0.5.32
- @launchpad-ui/filter@0.7.17
- @launchpad-ui/select@0.4.32
- @launchpad-ui/toggle@0.7.21
- @launchpad-ui/alert@0.9.17
- @launchpad-ui/modal@0.17.32
- @launchpad-ui/form@0.11.17
- @launchpad-ui/menu@0.13.17
- @launchpad-ui/tag@0.3.32
- @launchpad-ui/snackbar@0.5.15
- @launchpad-ui/toast@0.3.28
- @launchpad-ui/card@0.2.32
- @launchpad-ui/popover@0.11.22
- @launchpad-ui/split-button@0.10.17
- @launchpad-ui/progress-bubbles@0.7.22
- @launchpad-ui/tooltip@0.9.11

## 0.49.18

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

## 0.2.20

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.2.19

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

## 0.5.32

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb)]:
- @launchpad-ui/focus-trap@0.1.20

## 0.5.31

### 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.5.31",
"version": "0.5.32",
"status": "alpha",
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/dropdown

## 0.6.106

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies []:
- @launchpad-ui/popover@0.11.22

## 0.6.105

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

## 0.7.17

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb)]:
- @launchpad-ui/dropdown@0.6.106
- @launchpad-ui/menu@0.13.17
- @launchpad-ui/tooltip@0.9.11

## 0.7.16

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

## 0.1.20

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.1.19

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

## 0.11.17

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

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

## 0.11.16

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

## 0.3.17

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb)]:
- @launchpad-ui/form@0.11.17

## 0.3.16

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

## 0.5.17

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

## 0.5.16

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

## 0.13.17

### Patch Changes

- [#1314](https://github.com/launchdarkly/launchpad-ui/pull/1314) [`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies

- Updated dependencies [[`6a7eacd`](https://github.com/launchdarkly/launchpad-ui/commit/6a7eacde2339810283f9eaa0b2f965f425a919fb)]:
- @launchpad-ui/form@0.11.17
- @launchpad-ui/popover@0.11.22
- @launchpad-ui/tooltip@0.9.11

## 0.13.16

### 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.13.16",
"version": "0.13.17",
"status": "beta",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 8bccbae

Please sign in to comment.