Skip to content

Commit

Permalink
chore: publish v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 24, 2020
1 parent 0dfd3ba commit 13e322b
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.4](https://github.com/cft-group/elephas/compare/v1.4.3...v1.4.4) (2020-12-24)


### Bug Fixes

* **dropdown:** add readonly attribute to remove blinking cursor ([957c5b2](https://github.com/cft-group/elephas/commit/957c5b24b0c660088a394930598e31aa573d0520))
* **input:** fix disabled input text color ([a35d841](https://github.com/cft-group/elephas/commit/a35d8411cd87c39ce4292b34a5c6e30584cd1f5b))
* **select:** set correct arrow color for disabled and readonly states ([0dfd3ba](https://github.com/cft-group/elephas/commit/0dfd3ba76f565610a1b8c8b3464b00e487d15f57))





## [1.4.3](https://github.com/cft-group/elephas/compare/v1.4.2...v1.4.3) (2020-12-16)


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.4.3",
"version": "1.4.4",
"packages": [
"src/packages/*"
],
Expand Down
13 changes: 13 additions & 0 deletions src/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.4](https://github.com/cft-group/elephas/compare/v1.4.3...v1.4.4) (2020-12-24)


### Bug Fixes

* **dropdown:** add readonly attribute to remove blinking cursor ([957c5b2](https://github.com/cft-group/elephas/commit/957c5b24b0c660088a394930598e31aa573d0520))
* **input:** fix disabled input text color ([a35d841](https://github.com/cft-group/elephas/commit/a35d8411cd87c39ce4292b34a5c6e30584cd1f5b))
* **select:** set correct arrow color for disabled and readonly states ([0dfd3ba](https://github.com/cft-group/elephas/commit/0dfd3ba76f565610a1b8c8b3464b00e487d15f57))





## [1.4.3](https://github.com/cft-group/elephas/compare/v1.4.2...v1.4.3) (2020-12-16)


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/core",
"version": "1.4.3",
"version": "1.4.4",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
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.4.4](https://github.com/cft-group/elephas/compare/v1.4.3...v1.4.4) (2020-12-24)

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





## [1.4.3](https://github.com/cft-group/elephas/compare/v1.4.2...v1.4.3) (2020-12-16)

**Note:** Version bump only for package @elephas/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,10 +1,10 @@
{
"name": "@elephas/layout",
"version": "1.4.3",
"version": "1.4.4",
"private": false,
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@elephas/core": "1.4.3"
"@elephas/core": "1.4.4"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
Expand Down

0 comments on commit 13e322b

Please sign in to comment.