Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .changeset/chubby-zoos-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/easy-beans-know.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/vars@0.5.1

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"description": "A polymorphic React component with design token sprinkles.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/button

## 0.15.3

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/icons@0.24.3

## 0.15.2

### 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.15.2",
"version": "0.15.3",
"description": "An element that triggers an action based on user interaction.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/components

## 0.16.4

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/icons@0.24.3

## 0.16.3

### 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.16.3",
"version": "0.16.4",
"description": "An implementation of LaunchDarkly's LaunchPad Design System using React Aria Components.",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @launchpad-ui/core

## 0.59.3

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3), [`b036a77`](https://github.com/launchdarkly/launchpad-ui/commit/b036a77baaf2f27783ef4a94190a796d626272fc)]:
- @launchpad-ui/overlay@0.6.1
- @launchpad-ui/tooltip@0.12.1
- @launchpad-ui/button@0.15.3
- @launchpad-ui/portal@0.4.1
- @launchpad-ui/table@0.9.1
- @launchpad-ui/form@0.15.3
- @launchpad-ui/drawer@0.9.3
- @launchpad-ui/modal@0.21.3
- @launchpad-ui/popover@0.14.1
- @launchpad-ui/filter@0.11.3
- @launchpad-ui/menu@0.16.3
- @launchpad-ui/navigation@0.16.3
- @launchpad-ui/dropdown@0.10.3

## 0.59.2

### 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.59.2",
"version": "0.59.3",
"description": "Contains all LaunchPad design system packages.",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/drawer

## 0.9.3

### Patch Changes

- [#1766](https://github.com/launchdarkly/launchpad-ui/pull/1766) [`b036a77`](https://github.com/launchdarkly/launchpad-ui/commit/b036a77baaf2f27783ef4a94190a796d626272fc) Thanks [@vezaynk](https://github.com/vezaynk)! - version bump @react-aria/overlays

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/button@0.15.3
- @launchpad-ui/portal@0.4.1
- @launchpad-ui/icons@0.24.3

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"description": "A partial overlay that appears from the right side of the screen.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
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.10.3

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/button@0.15.3
- @launchpad-ui/icons@0.24.3
- @launchpad-ui/popover@0.14.1

## 0.10.2

### 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.10.2",
"version": "0.10.3",
"description": "An element that displays a list of actions or options to a user.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
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.11.3

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/tooltip@0.12.1
- @launchpad-ui/button@0.15.3
- @launchpad-ui/icons@0.24.3
- @launchpad-ui/menu@0.16.3
- @launchpad-ui/dropdown@0.10.3

## 0.11.2

### 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.11.2",
"version": "0.11.3",
"description": "filter a list of results",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/form

## 0.15.3

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/tooltip@0.12.1
- @launchpad-ui/button@0.15.3
- @launchpad-ui/icons@0.24.3

## 0.15.2

### 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.15.2",
"version": "0.15.3",
"description": "Elements for composing forms, such as input fields, labels, radio buttons, etc.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @launchpad-ui/icons

## 0.24.3

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

## 0.24.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/icons",
"version": "0.24.2",
"version": "0.24.3",
"description": "An element that supplements content and represents an action or feature within LaunchDarkly.",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/menu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @launchpad-ui/menu

## 0.16.3

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/tooltip@0.12.1
- @launchpad-ui/icons@0.24.3
- @launchpad-ui/form@0.15.3
- @launchpad-ui/popover@0.14.1

## 0.16.2

### 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.16.2",
"version": "0.16.3",
"description": "An element that presents a list of items a user can choose from.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/modal

## 0.21.3

### Patch Changes

- [#1766](https://github.com/launchdarkly/launchpad-ui/pull/1766) [`b036a77`](https://github.com/launchdarkly/launchpad-ui/commit/b036a77baaf2f27783ef4a94190a796d626272fc) Thanks [@vezaynk](https://github.com/vezaynk)! - version bump @react-aria/overlays

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/button@0.15.3
- @launchpad-ui/portal@0.4.1
- @launchpad-ui/icons@0.24.3

## 0.21.2

### 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.21.2",
"version": "0.21.3",
"description": "An element that presents users information and actions over a page.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @launchpad-ui/navigation

## 0.16.3

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/tooltip@0.12.1
- @launchpad-ui/icons@0.24.3
- @launchpad-ui/popover@0.14.1
- @launchpad-ui/menu@0.16.3
- @launchpad-ui/dropdown@0.10.3

## 0.16.2

### 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.16.2",
"version": "0.16.3",
"description": "An element used to provide navigation links to help users move through an app.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/overlay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @launchpad-ui/overlay

## 0.6.1

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/portal@0.4.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/overlay",
"version": "0.6.0",
"version": "0.6.1",
"description": "An element that manages modals and popovers.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @launchpad-ui/popover

## 0.14.1

### Patch Changes

- Updated dependencies [[`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3)]:
- @launchpad-ui/overlay@0.6.1

## 0.14.0

### Minor 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.14.0",
"version": "0.14.1",
"description": "An element that displays content within a portal triggered by user interactions.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @launchpad-ui/portal

## 0.4.1

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/portal",
"version": "0.4.0",
"version": "0.4.1",
"description": "An element that renders a subtree in a different part of the DOM.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @launchpad-ui/table

## 0.9.1

### Patch Changes

- [#1767](https://github.com/launchdarkly/launchpad-ui/pull/1767) [`217b7c4`](https://github.com/launchdarkly/launchpad-ui/commit/217b7c4b47e44fd7ad7eb1b0ba8367308da596b3) Thanks [@vezaynk](https://github.com/vezaynk)! - add skipLibCheck for tsconfing.build.json

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchpad-ui/table",
"version": "0.9.0",
"version": "0.9.1",
"description": "An element used to organize and display data to users.",
"repository": "launchdarkly/launchpad-ui",
"license": "Apache-2.0",
Expand Down
Loading
Loading