Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tajo committed Mar 13, 2022
1 parent 46ab258 commit 5b1d8f3
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 14 deletions.
8 changes: 8 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/tajo/ladle/compare/[email protected]@0.2.10) (2022-03-13)

**Note:** Version bump only for package example





## [0.2.9](https://github.com/tajo/ladle/compare/[email protected]@0.2.9) (2022-03-09)

**Note:** Version bump only for package example
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "echo 'no test'"
},
"dependencies": {
"@ladle/react": "^0.8.1",
"@ladle/react": "^0.8.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/ladle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.2](https://github.com/tajo/ladle/compare/@ladle/[email protected]...@ladle/[email protected]) (2022-03-13)

**Note:** Version bump only for package @ladle/react





## [0.8.1](https://github.com/tajo/ladle/compare/@ladle/[email protected]...@ladle/[email protected]) (2022-03-09)

**Note:** Version bump only for package @ladle/react
Expand Down
2 changes: 1 addition & 1 deletion packages/ladle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ladle/react",
"version": "0.8.1",
"version": "0.8.2",
"author": "[email protected]",
"license": "MIT",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/tajo/ladle/compare/[email protected]@0.1.2) (2022-03-13)

**Note:** Version bump only for package website





## [0.1.1](https://github.com/tajo/ladle/compare/[email protected]@0.1.1) (2022-03-09)

**Note:** Version bump only for package website
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down
8 changes: 8 additions & 0 deletions tests/addons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.10](https://github.com/tajo/ladle/compare/[email protected]@0.1.10) (2022-03-13)

**Note:** Version bump only for package test-addons





## [0.1.9](https://github.com/tajo/ladle/compare/[email protected]@0.1.9) (2022-03-09)

**Note:** Version bump only for package test-addons
Expand Down
4 changes: 2 additions & 2 deletions tests/addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-addons",
"version": "0.1.9",
"version": "0.1.10",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn test-dev && yarn test-prod"
},
"dependencies": {
"@ladle/react": "^0.8.1",
"@ladle/react": "^0.8.2",
"@playwright/test": "^1.19.1",
"http-server": "^14.1.0",
"react": "^17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions tests/commonjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/tajo/ladle/compare/[email protected]@0.2.10) (2022-03-13)

**Note:** Version bump only for package test-commonjs





## [0.2.9](https://github.com/tajo/ladle/compare/[email protected]@0.2.9) (2022-03-09)

**Note:** Version bump only for package test-commonjs
Expand Down
4 changes: 2 additions & 2 deletions tests/commonjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-commonjs",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn test-prod && yarn test-dev"
},
"dependencies": {
"@ladle/react": "^0.8.1",
"@ladle/react": "^0.8.2",
"@playwright/test": "^1.19.1",
"http-server": "^14.1.0",
"react": "^17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions tests/decorators/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/tajo/ladle/compare/[email protected]@0.2.10) (2022-03-13)

**Note:** Version bump only for package test-decorators





## [0.2.9](https://github.com/tajo/ladle/compare/[email protected]@0.2.9) (2022-03-09)

**Note:** Version bump only for package test-decorators
Expand Down
4 changes: 2 additions & 2 deletions tests/decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-decorators",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn test-dev && yarn test-prod"
},
"dependencies": {
"@ladle/react": "^0.8.1",
"@ladle/react": "^0.8.2",
"@playwright/test": "^1.19.1",
"http-server": "^14.1.0",
"react": "^17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions tests/programmatic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/tajo/ladle/compare/[email protected]@0.2.10) (2022-03-13)

**Note:** Version bump only for package test-programmatic





## [0.2.9](https://github.com/tajo/ladle/compare/[email protected]@0.2.9) (2022-03-09)

**Note:** Version bump only for package test-programmatic
Expand Down
4 changes: 2 additions & 2 deletions tests/programmatic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-programmatic",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -14,7 +14,7 @@
"test": "yarn test-dev && yarn test-prod"
},
"dependencies": {
"@ladle/react": "^0.8.1",
"@ladle/react": "^0.8.2",
"@playwright/test": "^1.19.1",
"http-server": "^14.1.0",
"react": "^17.0.2",
Expand Down
8 changes: 8 additions & 0 deletions tests/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.10](https://github.com/tajo/ladle/compare/[email protected]@0.2.10) (2022-03-13)

**Note:** Version bump only for package test-provider





## [0.2.9](https://github.com/tajo/ladle/compare/[email protected]@0.2.9) (2022-03-09)

**Note:** Version bump only for package test-provider
Expand Down
4 changes: 2 additions & 2 deletions tests/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test-provider",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "yarn test-dev && yarn test-prod"
},
"dependencies": {
"@ladle/react": "^0.8.1",
"@ladle/react": "^0.8.2",
"@playwright/test": "^1.19.1",
"http-server": "^14.1.0",
"react": "^17.0.2",
Expand Down

0 comments on commit 5b1d8f3

Please sign in to comment.