Skip to content

Commit

Permalink
chore(release): publish 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
eunchurn committed May 3, 2022
1 parent b6da6c3 commit 6c3abbb
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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.

## [1.2.7](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.7) (2022-05-03)


### Features

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





## [1.2.6](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.6) (2022-05-03)

**Note:** Version bump only for package root
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.6",
"version": "1.2.7",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/app/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.

## [1.2.7](https://github.com-eunchurn/eunchurn/components/compare/v1.2.5...v1.2.7) (2022-05-03)


### Features

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





## [1.2.6](https://github.com-eunchurn/eunchurn/components/compare/v1.2.5...v1.2.6) (2022-05-03)

**Note:** Version bump only for package app
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "app",
"version": "1.2.6",
"version": "1.2.7",
"private": true,
"dependencies": {
"@eunchurn/react-windrose-chart": "^1.2.6",
"@eunchurn/windrose-chart": "^1.2.6",
"@eunchurn/windrose-chart": "^1.2.7",
"@material-ui/core": "4.12.4",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-windrose/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.

## [1.2.7](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.7) (2022-05-03)


### Features

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





## [1.2.6](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.6) (2022-05-03)

**Note:** Version bump only for package @eunchurn/react-windrose-chart
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.6",
"version": "1.2.7",
"private": false,
"files": [
"lib"
Expand Down
11 changes: 11 additions & 0 deletions packages/windrose-chart/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.

## [1.2.7](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.7) (2022-05-03)


### Features

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





## [1.2.6](https://github.com/eunchurn/components/compare/v1.2.5...v1.2.6) (2022-05-03)

**Note:** Version bump only for package @eunchurn/windrose-chart
Expand Down
2 changes: 1 addition & 1 deletion packages/windrose-chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eunchurn/windrose-chart",
"version": "1.2.6",
"version": "1.2.7",
"private": false,
"files": [
"lib"
Expand Down

0 comments on commit 6c3abbb

Please sign in to comment.