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 Nov 9, 2021
1 parent 8d9c905 commit a2aa126
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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.1.7](https://github.com/tajo/ladle/compare/[email protected]@0.1.7) (2021-11-09)

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





## [0.1.6](https://github.com/tajo/ladle/compare/[email protected]@0.1.6) (2021-11-08)

**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.1.6",
"version": "0.1.7",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"test": "echo 'no test'"
},
"dependencies": {
"@ladle/react": "^0.3.1",
"@ladle/react": "^0.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/ladle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.2](https://github.com/tajo/ladle/compare/@ladle/[email protected]...@ladle/[email protected]) (2021-11-09)


### Bug Fixes

* cjs package and requiring babel flow ([#29](https://github.com/tajo/ladle/issues/29)) ([8d9c905](https://github.com/tajo/ladle/commit/8d9c905a1c5217a28e5341ad491fb9a29f3a44ba))





## [0.3.1](https://github.com/tajo/ladle/compare/@ladle/[email protected]...@ladle/[email protected]) (2021-11-08)


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.3.1",
"version": "0.3.2",
"author": "[email protected]",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit a2aa126

Please sign in to comment.