Skip to content

Commit

Permalink
chore: publish v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 20, 2021
1 parent 445a640 commit 4b6aedf
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/cft-group/elephas-react/compare/v1.5.0...v1.6.0) (2021-01-20)


### Features

* **toggle-button:** create toggle-button component ([96ceb82](https://github.com/cft-group/elephas-react/commit/96ceb82e776a40d4c55a435e36643d6bf57f6193))
* **upload, checkbox-group, radio-group:** add ref prop ([445a640](https://github.com/cft-group/elephas-react/commit/445a6403d935601027e71e7470eed53a5d76e295))





# [1.5.0](https://github.com/cft-group/elephas-react/compare/v1.4.1...v1.5.0) (2020-12-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.6.0",
"packages": [
"src/packages/*"
],
Expand Down
12 changes: 12 additions & 0 deletions src/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/cft-group/elephas-react/compare/v1.5.0...v1.6.0) (2021-01-20)


### Features

* **toggle-button:** create toggle-button component ([96ceb82](https://github.com/cft-group/elephas-react/commit/96ceb82e776a40d4c55a435e36643d6bf57f6193))
* **upload, checkbox-group, radio-group:** add ref prop ([445a640](https://github.com/cft-group/elephas-react/commit/445a6403d935601027e71e7470eed53a5d76e295))





# [1.5.0](https://github.com/cft-group/elephas-react/compare/v1.4.1...v1.5.0) (2020-12-30)


Expand Down
2 changes: 1 addition & 1 deletion src/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elephas/react-core",
"version": "1.5.0",
"version": "1.6.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
Expand Down
11 changes: 11 additions & 0 deletions src/packages/layout/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.6.0](https://github.com/cft-group/elephas-react/compare/v1.5.0...v1.6.0) (2021-01-20)


### Features

* **toggle-button:** create toggle-button component ([96ceb82](https://github.com/cft-group/elephas-react/commit/96ceb82e776a40d4c55a435e36643d6bf57f6193))





# [1.5.0](https://github.com/cft-group/elephas-react/compare/v1.4.1...v1.5.0) (2020-12-30)

**Note:** Version bump only for package @elephas/react-layout
Expand Down
4 changes: 2 additions & 2 deletions src/packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elephas/react-layout",
"version": "1.5.0",
"version": "1.6.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
Expand All @@ -18,7 +18,7 @@
"module": "elephas-react-layout.esm.min.js",
"types": "types/packages/layout/src/index.d.ts",
"dependencies": {
"@elephas/react-core": "1.5.0"
"@elephas/react-core": "1.6.0"
},
"peerDependencies": {
"@elephas/core": "^1.7.0",
Expand Down

0 comments on commit 4b6aedf

Please sign in to comment.