Skip to content

Commit

Permalink
chore: publish v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 23, 2020
1 parent 467fcf8 commit 8c0ceb9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 4 deletions.
18 changes: 18 additions & 0 deletions 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.3.0](https://github.com/cft-group/elephas-react/compare/v1.2.2...v1.3.0) (2020-10-23)


### Bug Fixes

* **select:** set icon to be passive ([52e34b3](https://github.com/cft-group/elephas-react/commit/52e34b331c4bfe917bfffd264d6d6925e2419bdb))


### Features

* **base-input:** add "isIconPassive" flag ([964c4e4](https://github.com/cft-group/elephas-react/commit/964c4e48a3b6c4e991601321a4c56eb2524c1c14))
* **checkbox:** add description field ([ab9b3d3](https://github.com/cft-group/elephas-react/commit/ab9b3d30785d09b3e5abc9fd99ec506224b0f667))
* **radio:** add description field ([467fcf8](https://github.com/cft-group/elephas-react/commit/467fcf87e6244cdba18fe2d67ca1f7cf6adf382d))





## [1.2.2](https://github.com/cft-group/elephas-react/compare/v1.2.1...v1.2.2) (2020-10-21)


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.2.2",
"version": "1.3.0",
"packages": [
"src/packages/*"
],
Expand Down
18 changes: 18 additions & 0 deletions src/packages/core/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.3.0](https://github.com/cft-group/elephas-react/compare/v1.2.2...v1.3.0) (2020-10-23)


### Bug Fixes

* **select:** set icon to be passive ([52e34b3](https://github.com/cft-group/elephas-react/commit/52e34b331c4bfe917bfffd264d6d6925e2419bdb))


### Features

* **base-input:** add "isIconPassive" flag ([964c4e4](https://github.com/cft-group/elephas-react/commit/964c4e48a3b6c4e991601321a4c56eb2524c1c14))
* **checkbox:** add description field ([ab9b3d3](https://github.com/cft-group/elephas-react/commit/ab9b3d30785d09b3e5abc9fd99ec506224b0f667))
* **radio:** add description field ([467fcf8](https://github.com/cft-group/elephas-react/commit/467fcf87e6244cdba18fe2d67ca1f7cf6adf382d))





## [1.2.2](https://github.com/cft-group/elephas-react/compare/v1.2.1...v1.2.2) (2020-10-21)


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.2.2",
"version": "1.3.0",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions src/packages/layout/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.

# [1.3.0](https://github.com/cft-group/elephas-react/compare/v1.2.2...v1.3.0) (2020-10-23)

**Note:** Version bump only for package @elephas/react-layout





## [1.2.2](https://github.com/cft-group/elephas-react/compare/v1.2.1...v1.2.2) (2020-10-21)

**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.2.2",
"version": "1.3.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.2.2"
"@elephas/react-core": "1.3.0"
},
"peerDependencies": {
"@elephas/core": "^1.2.0",
Expand Down

0 comments on commit 8c0ceb9

Please sign in to comment.