Skip to content

Commit

Permalink
chore(release): publish 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eunchurn committed May 5, 2022
1 parent 0f9e95b commit 2060d79
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.10](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.10) (2022-05-05)


### Bug Fixes

* **deps:** update dependency @testing-library/react to v13.2.0 ([53e7928](https://github.com/eunchurn/components/commit/53e7928001deb5a744e1606f360c0e3aaa8f6746))
* **docs:** images ([113c1a7](https://github.com/eunchurn/components/commit/113c1a7fe7831c141e7f36e10889a32683b626bb))
* **docs:** images update ([0f9e95b](https://github.com/eunchurn/components/commit/0f9e95b1870c6628da008d3a732963ced2df70f0))
* **docs:** images update ([8124ed6](https://github.com/eunchurn/components/commit/8124ed618007761bc313bb1b5299537bc848f69d))
* **script:** ci ([b9000a6](https://github.com/eunchurn/components/commit/b9000a66f1b0e20d38506055d0abd6ebdfb4a614))


### Features

* **package name:** change ([88d3e0b](https://github.com/eunchurn/components/commit/88d3e0b8e03d9bed9bbc9507799edeae19b85cd8))
* **package name:** change ([b6da6c3](https://github.com/eunchurn/components/commit/b6da6c31d1aa871969ddf1e2d111d1d3c3f299da))





## [1.2.9](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.9) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.2.9",
"version": "1.2.10",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
17 changes: 17 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.10](https://github.com-eunchurn/eunchurn/components/compare/v1.2.5...v1.2.10) (2022-05-05)


### Bug Fixes

* **deps:** update dependency @testing-library/react to v13.2.0 ([53e7928](https://github.com-eunchurn/eunchurn/components/commit/53e7928001deb5a744e1606f360c0e3aaa8f6746))


### Features

* **package name:** change ([88d3e0b](https://github.com-eunchurn/eunchurn/components/commit/88d3e0b8e03d9bed9bbc9507799edeae19b85cd8))
* **package name:** change ([b6da6c3](https://github.com-eunchurn/eunchurn/components/commit/b6da6c31d1aa871969ddf1e2d111d1d3c3f299da))





## [1.2.9](https://github.com-eunchurn/eunchurn/components/compare/v1.2.5...v1.2.9) (2022-05-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "app",
"version": "1.2.9",
"version": "1.2.10",
"private": true,
"dependencies": {
"@eunchurn/react-windrose": "^1.2.9",
"@eunchurn/windrose": "^1.2.9",
"@eunchurn/react-windrose": "^1.2.10",
"@eunchurn/windrose": "^1.2.10",
"@material-ui/core": "4.12.4",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.2.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/react-windrose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.10](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.10) (2022-05-05)


### Bug Fixes

* **docs:** images ([113c1a7](https://github.com/eunchurn/components/commit/113c1a7fe7831c141e7f36e10889a32683b626bb))
* **docs:** images update ([8124ed6](https://github.com/eunchurn/components/commit/8124ed618007761bc313bb1b5299537bc848f69d))


### Features

* **package name:** change ([88d3e0b](https://github.com/eunchurn/components/commit/88d3e0b8e03d9bed9bbc9507799edeae19b85cd8))
* **package name:** change ([b6da6c3](https://github.com/eunchurn/components/commit/b6da6c31d1aa871969ddf1e2d111d1d3c3f299da))





## [1.2.9](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.9) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-windrose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eunchurn/react-windrose",
"version": "1.2.9",
"version": "1.2.10",
"private": false,
"files": [
"lib"
Expand Down
18 changes: 18 additions & 0 deletions packages/windrose/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.10](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.10) (2022-05-05)


### Bug Fixes

* **docs:** images ([113c1a7](https://github.com/eunchurn/components/commit/113c1a7fe7831c141e7f36e10889a32683b626bb))
* **docs:** images update ([0f9e95b](https://github.com/eunchurn/components/commit/0f9e95b1870c6628da008d3a732963ced2df70f0))
* **docs:** images update ([8124ed6](https://github.com/eunchurn/components/commit/8124ed618007761bc313bb1b5299537bc848f69d))


### Features

* **package name:** change ([88d3e0b](https://github.com/eunchurn/components/commit/88d3e0b8e03d9bed9bbc9507799edeae19b85cd8))





## [1.2.9](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.9) (2022-05-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/windrose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eunchurn/windrose",
"version": "1.2.9",
"version": "1.2.10",
"private": false,
"files": [
"lib"
Expand Down

0 comments on commit 2060d79

Please sign in to comment.