Skip to content

Commit 79c98f0

Browse files
chore: version packages (#1122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ff53eee commit 79c98f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+335
-151
lines changed

.changeset/breezy-books-brake.md

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

.changeset/polite-kings-return.md

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

packages/card/CHANGELOG.md

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

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`51987f5`](https://github.com/launchdarkly/launchpad-ui/commit/51987f538462e2a8378aa9e15a7ef99020c941c4)]:
8+
- @launchpad-ui/form@0.10.11
9+
310
## 0.2.10
411

512
### Patch Changes

packages/card/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/card",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"status": "alpha",
55
"publishConfig": {
66
"access": "public"

packages/clipboard/CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @launchpad-ui/clipboard
22

3+
## 0.11.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @launchpad-ui/tooltip@0.8.8
9+
310
## 0.11.10
411

512
### Patch Changes
@@ -509,7 +516,7 @@
509516
.selector {
510517
color: #000;
511518

512-
[data-theme='dark'] & {
519+
[data-theme="dark"] & {
513520
color: #fff;
514521
}
515522
}
@@ -519,11 +526,11 @@
519526

520527
```css
521528
:root,
522-
[data-theme='default'] {
529+
[data-theme="default"] {
523530
--my-component-color-text: #000;
524531
}
525532

526-
[data-theme='dark'] {
533+
[data-theme="dark"] {
527534
--my-component-color-text: #fff;
528535
}
529536

@@ -1093,13 +1100,13 @@
10931100
Before:
10941101

10951102
```js
1096-
import alertStyles from '@launchpad-ui/alert/styles/Alert.css';
1103+
import alertStyles from "@launchpad-ui/alert/styles/Alert.css";
10971104
```
10981105

10991106
After:
11001107

11011108
```js
1102-
import alertStyles from '@launchpad-ui/alert/style.css';
1109+
import alertStyles from "@launchpad-ui/alert/style.css";
11031110
```
11041111

11051112
The `core` package no longer bundles styles. If you need to import stylesheets for the components (in a Remix app for example) simply import them from the individual packages that come included when you install the `core` package.

packages/clipboard/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/clipboard",
3-
"version": "0.11.10",
3+
"version": "0.11.11",
44
"status": "beta",
55
"publishConfig": {
66
"access": "public"

packages/components/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#1114](https://github.com/launchdarkly/launchpad-ui/pull/1114) [`51987f5`](https://github.com/launchdarkly/launchpad-ui/commit/51987f538462e2a8378aa9e15a7ef99020c941c4) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
8+
39
## 0.1.0
410

511
### Minor 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.1.0",
3+
"version": "0.1.1",
44
"status": "beta",
55
"publishConfig": {
66
"access": "public"

packages/core/CHANGELOG.md

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

3+
## 0.47.11
4+
5+
### Patch Changes
6+
7+
- [#1114](https://github.com/launchdarkly/launchpad-ui/pull/1114) [`51987f5`](https://github.com/launchdarkly/launchpad-ui/commit/51987f538462e2a8378aa9e15a7ef99020c941c4) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies
8+
9+
- Updated dependencies [[`51987f5`](https://github.com/launchdarkly/launchpad-ui/commit/51987f538462e2a8378aa9e15a7ef99020c941c4), [`ff53eee`](https://github.com/launchdarkly/launchpad-ui/commit/ff53eee1874f5264ffcf27f57852c55568e0f2dc)]:
10+
- @launchpad-ui/inline-edit@0.2.11
11+
- @launchpad-ui/data-table@0.2.8
12+
- @launchpad-ui/focus-trap@0.1.15
13+
- @launchpad-ui/navigation@0.12.11
14+
- @launchpad-ui/pagination@0.4.11
15+
- @launchpad-ui/dropdown@0.6.85
16+
- @launchpad-ui/tab-list@0.5.8
17+
- @launchpad-ui/drawer@0.5.11
18+
- @launchpad-ui/filter@0.6.11
19+
- @launchpad-ui/select@0.4.11
20+
- @launchpad-ui/toggle@0.7.8
21+
- @launchpad-ui/modal@0.17.11
22+
- @launchpad-ui/form@0.10.11
23+
- @launchpad-ui/menu@0.12.11
24+
- @launchpad-ui/tag@0.3.11
25+
- @launchpad-ui/popover@0.11.8
26+
- @launchpad-ui/split-button@0.9.11
27+
- @launchpad-ui/card@0.2.11
28+
- @launchpad-ui/progress-bubbles@0.7.8
29+
- @launchpad-ui/tooltip@0.8.8
30+
- @launchpad-ui/clipboard@0.11.11
31+
332
## 0.47.10
433

534
### Patch Changes
@@ -1353,15 +1382,15 @@
13531382
**Before**
13541383

13551384
```js
1356-
import { Add } from '@launchpad-ui/icons';
1385+
import { Add } from "@launchpad-ui/icons";
13571386

13581387
const MyIcon = () => <Add size="medium" />;
13591388
```
13601389

13611390
**After**
13621391

13631392
```js
1364-
import { Icon } from '@launchpad-ui/icons';
1393+
import { Icon } from "@launchpad-ui/icons";
13651394

13661395
const MyIcon = () => <Icon name="add" size="medium" />;
13671396
```
@@ -1371,17 +1400,17 @@
13711400
For example, if importing a static asset returns a resolved URL you can do the following in your app to load the icons:
13721401

13731402
```js
1374-
import { IconContext } from '@launchpad-ui/icons';
1375-
import icons from '@launchpad-ui/icons/sprite.svg';
1376-
import { createRoot } from 'react-dom/client';
1403+
import { IconContext } from "@launchpad-ui/icons";
1404+
import icons from "@launchpad-ui/icons/sprite.svg";
1405+
import { createRoot } from "react-dom/client";
13771406

1378-
const domNode = document.getElementById('root');
1407+
const domNode = document.getElementById("root");
13791408
const root = createRoot(domNode);
13801409

13811410
root.render(
13821411
<IconContext.Provider value={{ path: icons }}>
13831412
<App />
1384-
</IconContext.Provider>
1413+
</IconContext.Provider>,
13851414
);
13861415
```
13871416

@@ -1651,13 +1680,13 @@
16511680
Before:
16521681

16531682
```js
1654-
import { Add } from '@launchpad-ui/core';
1683+
import { Add } from "@launchpad-ui/core";
16551684
```
16561685

16571686
After:
16581687

16591688
```js
1660-
import { Add } from '@launchpad-ui/icons';
1689+
import { Add } from "@launchpad-ui/icons";
16611690
```
16621691

16631692
## 0.38.3
@@ -2467,7 +2496,7 @@
24672496
.selector {
24682497
color: #000;
24692498

2470-
[data-theme='dark'] & {
2499+
[data-theme="dark"] & {
24712500
color: #fff;
24722501
}
24732502
}
@@ -2477,11 +2506,11 @@
24772506

24782507
```css
24792508
:root,
2480-
[data-theme='default'] {
2509+
[data-theme="default"] {
24812510
--my-component-color-text: #000;
24822511
}
24832512

2484-
[data-theme='dark'] {
2513+
[data-theme="dark"] {
24852514
--my-component-color-text: #fff;
24862515
}
24872516

@@ -5123,13 +5152,13 @@
51235152
Before:
51245153

51255154
```js
5126-
import alertStyles from '@launchpad-ui/alert/styles/Alert.css';
5155+
import alertStyles from "@launchpad-ui/alert/styles/Alert.css";
51275156
```
51285157

51295158
After:
51305159

51315160
```js
5132-
import alertStyles from '@launchpad-ui/alert/style.css';
5161+
import alertStyles from "@launchpad-ui/alert/style.css";
51335162
```
51345163

51355164
The `core` package no longer bundles styles. If you need to import stylesheets for the components (in a Remix app for example) simply import them from the individual packages that come included when you install the `core` package.
@@ -5936,7 +5965,7 @@
59365965
This requires that you wrap your app with [LazyMotion](https://www.framer.com/docs/lazy-motion/) to use these components:
59375966

59385967
```jsx
5939-
import { LazyMotion, domAnimation } from 'framer-motion';
5968+
import { LazyMotion, domAnimation } from "framer-motion";
59405969

59415970
<LazyMotion features={domAnimation}>
59425971
<App />

packages/core/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/core",
3-
"version": "0.47.10",
3+
"version": "0.47.11",
44
"status": "beta",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)