Skip to content

Commit f2913f4

Browse files
Version Packages (#239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 15e179e commit f2913f4

26 files changed

+121
-41
lines changed

.changeset/loud-cows-retire.md

-5
This file was deleted.

.changeset/nice-mugs-begin.md

-5
This file was deleted.

.changeset/unlucky-teachers-love.md

-5
This file was deleted.

.changeset/wise-cheetahs-suffer.md

-15
This file was deleted.

e2e/addons/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-addons
22

3+
## 0.2.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.2.20
411

512
### Patch Changes

e2e/addons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-addons",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/config-ts/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-provider
22

3+
## 1.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 1.0.13
411

512
### Patch Changes

e2e/config-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-config-ts",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/config/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# test-provider
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#234](https://github.com/tajo/ladle/pull/234) [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590) Thanks [@jcleefw](https://github.com/jcleefw)! - Fix config file to support entry files of array of strings
8+
9+
The `.ladle/config.mjs` files now supports array of strings for stories
10+
11+
```tsx
12+
// array of strings
13+
export default {
14+
stories: [
15+
"src/**/control.stories.{js,jsx,ts,tsx}",
16+
"src/stories.custom.tsx",
17+
],
18+
};
19+
```
20+
21+
### Patch Changes
22+
23+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
24+
- @ladle/react@2.3.0
25+
326
## 0.2.44
427

528
### Patch Changes

e2e/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-config",
3-
"version": "0.2.44",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/css/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-css
22

3+
## 0.0.36
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.0.35
411

512
### Patch Changes

e2e/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-css",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/decorators/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-decorators
22

3+
## 0.2.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.2.44
411

512
### Patch Changes

e2e/decorators/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-decorators",
3-
"version": "0.2.44",
3+
"version": "0.2.45",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/flow/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-flow
22

3+
## 0.2.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.2.43
411

512
### Patch Changes

e2e/flow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-flow",
3-
"version": "0.2.43",
3+
"version": "0.2.44",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/playwright/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# playwright
22

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.0.6
411

512
### Patch Changes

e2e/playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

e2e/programmatic/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-programmatic
22

3+
## 0.2.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.2.44
411

512
### Patch Changes

e2e/programmatic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-programmatic",
3-
"version": "0.2.44",
3+
"version": "0.2.45",
44
"license": "MIT",
55
"private": true,
66
"type": "module",

e2e/provider/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# test-provider
22

3+
## 0.2.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.2.44
411

512
### Patch Changes

e2e/provider/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-provider",
3-
"version": "0.2.44",
3+
"version": "0.2.45",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/example/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example
22

3+
## 0.3.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd), [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590)]:
8+
- @ladle/react@2.3.0
9+
310
## 0.3.20
411

512
### Patch Changes

packages/example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.3.20",
3+
"version": "0.3.21",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/ladle/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @ladle/react
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#238](https://github.com/tajo/ladle/pull/238) [`41d6e97`](https://github.com/tajo/ladle/commit/41d6e977125ba9c7d1d6d63f4b625573c1a88449) Thanks [@tajo](https://github.com/tajo)! - Add red badges to addon buttons to signify when their state is changed.
8+
9+
* [#240](https://github.com/tajo/ladle/pull/240) [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd) Thanks [@tajo](https://github.com/tajo)! - Add the addon Action. Can be used through argTypes or dynamically as a direct import from Ladle.
10+
11+
- [#240](https://github.com/tajo/ladle/pull/240) [`5ca04b6`](https://github.com/tajo/ladle/commit/5ca04b65f9a4ad00e663a42b5fc3a1146d7a49cd) Thanks [@tajo](https://github.com/tajo)! - Add linkTo as a simpler alternative to the useLink hook. It seems you can't really break the rule of hooks while using it directly.
12+
13+
* [#234](https://github.com/tajo/ladle/pull/234) [`15e179e`](https://github.com/tajo/ladle/commit/15e179e51d237bbeb153a306c0fcd64f32ec9590) Thanks [@jcleefw](https://github.com/jcleefw)! - Fix config file to support entry files of array of strings
14+
15+
The `.ladle/config.mjs` files now supports array of strings for stories
16+
17+
```tsx
18+
// array of strings
19+
export default {
20+
stories: [
21+
"src/**/control.stories.{js,jsx,ts,tsx}",
22+
"src/stories.custom.tsx",
23+
],
24+
};
25+
```
26+
327
## 2.2.2
428

529
### Patch Changes

packages/ladle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ladle/react",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"repository": "[email protected]:tajo/ladle.git",
55
"author": "Vojtech Miksu <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)