Skip to content

Commit

Permalink
chore(release): publish v0.28.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent 3dec149 commit d2c9734
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 12 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.28.0](https://github.com/kelvininc/ui-components/compare/v0.27.0...v0.28.0) (2023-12-20)


### Bug Fixes

* **dropdowns:** change dropdown search input size to small ([a6615ea](https://github.com/kelvininc/ui-components/commit/a6615ea39caeac4513d38f9a40286aeddb57f9c8))
* **illustrations:** remove added height from illustrations ([fe73acf](https://github.com/kelvininc/ui-components/commit/fe73acf6e5ef5d016f78d4b6f9a6d34f26f6a7e1))
* **multi-select-dropdown:** fix 'disabled' styling selector to check for true value ([db93ac2](https://github.com/kelvininc/ui-components/commit/db93ac26efb03c7d1ab03d3e4c8a2ba97c3e7fec))
* **schema-form:** prevent 'onChange' event when using array properties ([ef1251a](https://github.com/kelvininc/ui-components/commit/ef1251af5aba366d15ac951031f6abf164832326))
* **select:** set 'min-width' to 'max-content' to avoid overflow ([ea4bf1f](https://github.com/kelvininc/ui-components/commit/ea4bf1fe0bffcb1e6548e49a1f3505eb67c8a1c7))
* **single-select-dropdown:** set correct fallback 'selectOption' value ([9a6b08a](https://github.com/kelvininc/ui-components/commit/9a6b08a9bde8a708d20417fc6f402e1b26f8355d))
* **text-field:** add min and max values when the type is number ([13e13a7](https://github.com/kelvininc/ui-components/commit/13e13a7296286c52ca0979f6b0a996d221ac17f4))


### Features

* **illustrations:** add new illustrations ([bcafea3](https://github.com/kelvininc/ui-components/commit/bcafea3bb2c3d41a6e982bdc1f5daa92ef918c46))
* **schema-form:** add 'select' widget to boolean fields ([5e7849d](https://github.com/kelvininc/ui-components/commit/5e7849d091f38cfac5cb87df5e0533614c614267))
* **schema-form:** add file widget ([bbe20c3](https://github.com/kelvininc/ui-components/commit/bbe20c31db3f545e8d0e11c6d0f4188fbb92ab31))





# [0.27.0](https://github.com/kelvininc/ui-components/compare/v0.26.0...v0.27.0) (2023-11-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"**/tsconfig.json",
"**/tslint.json"
],
"version": "0.27.0"
"version": "0.28.0"
}
8 changes: 8 additions & 0 deletions packages/angular-ui-components/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.

# [0.28.0](https://github.com/kelvininc/ui-components/compare/v0.27.0...v0.28.0) (2023-12-20)

**Note:** Version bump only for package @kelvininc/angular-ui-components





# [0.27.0](https://github.com/kelvininc/ui-components/compare/v0.26.0...v0.27.0) (2023-11-17)

**Note:** Version bump only for package @kelvininc/angular-ui-components
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-ui-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/angular-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kelvininc/angular-ui-components",
"version": "0.27.0",
"version": "0.28.0",
"description": "Kelvin UI Components for Angular applications",
"homepage": "https://docs.kelvininc.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -38,7 +38,7 @@
"rxjs": ">=6.6.0"
},
"dependencies": {
"@kelvininc/ui-components": "0.27.0",
"@kelvininc/ui-components": "0.28.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/react-ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.28.0](https://github.com/kelvininc/ui-components/compare/v0.27.0...v0.28.0) (2023-12-20)


### Bug Fixes

* **dropdowns:** change dropdown search input size to small ([a6615ea](https://github.com/kelvininc/ui-components/commit/a6615ea39caeac4513d38f9a40286aeddb57f9c8))
* **schema-form:** prevent 'onChange' event when using array properties ([ef1251a](https://github.com/kelvininc/ui-components/commit/ef1251af5aba366d15ac951031f6abf164832326))
* **select:** set 'min-width' to 'max-content' to avoid overflow ([ea4bf1f](https://github.com/kelvininc/ui-components/commit/ea4bf1fe0bffcb1e6548e49a1f3505eb67c8a1c7))


### Features

* **schema-form:** add 'select' widget to boolean fields ([5e7849d](https://github.com/kelvininc/ui-components/commit/5e7849d091f38cfac5cb87df5e0533614c614267))
* **schema-form:** add file widget ([bbe20c3](https://github.com/kelvininc/ui-components/commit/bbe20c31db3f545e8d0e11c6d0f4188fbb92ab31))





# [0.27.0](https://github.com/kelvininc/ui-components/compare/v0.26.0...v0.27.0) (2023-11-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-ui-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kelvininc/react-ui-components",
"version": "0.27.0",
"version": "0.28.0",
"description": "Kelvin UI Components for React applications",
"homepage": "https://docs.kelvininc.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -49,7 +49,7 @@
".scripts/"
],
"dependencies": {
"@kelvininc/ui-components": "0.27.0",
"@kelvininc/ui-components": "0.28.0",
"@monaco-editor/react": "^4.4.6",
"@rjsf/core": "5.12.0",
"@rjsf/utils": "5.12.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.28.0](https://github.com/kelvininc/ui-components/compare/v0.27.0...v0.28.0) (2023-12-20)


### Bug Fixes

* **dropdowns:** change dropdown search input size to small ([a6615ea](https://github.com/kelvininc/ui-components/commit/a6615ea39caeac4513d38f9a40286aeddb57f9c8))
* **illustrations:** remove added height from illustrations ([fe73acf](https://github.com/kelvininc/ui-components/commit/fe73acf6e5ef5d016f78d4b6f9a6d34f26f6a7e1))
* **multi-select-dropdown:** fix 'disabled' styling selector to check for true value ([db93ac2](https://github.com/kelvininc/ui-components/commit/db93ac26efb03c7d1ab03d3e4c8a2ba97c3e7fec))
* **select:** set 'min-width' to 'max-content' to avoid overflow ([ea4bf1f](https://github.com/kelvininc/ui-components/commit/ea4bf1fe0bffcb1e6548e49a1f3505eb67c8a1c7))
* **single-select-dropdown:** set correct fallback 'selectOption' value ([9a6b08a](https://github.com/kelvininc/ui-components/commit/9a6b08a9bde8a708d20417fc6f402e1b26f8355d))
* **text-field:** add min and max values when the type is number ([13e13a7](https://github.com/kelvininc/ui-components/commit/13e13a7296286c52ca0979f6b0a996d221ac17f4))


### Features

* **illustrations:** add new illustrations ([bcafea3](https://github.com/kelvininc/ui-components/commit/bcafea3bb2c3d41a6e982bdc1f5daa92ef918c46))
* **schema-form:** add file widget ([bbe20c3](https://github.com/kelvininc/ui-components/commit/bbe20c31db3f545e8d0e11c6d0f4188fbb92ab31))





# [0.27.0](https://github.com/kelvininc/ui-components/compare/v0.26.0...v0.27.0) (2023-11-17)


Expand Down
4 changes: 2 additions & 2 deletions packages/ui-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kelvininc/ui-components",
"version": "0.27.0",
"version": "0.28.0",
"description": "Kelvin UI Components",
"homepage": "https://docs.kelvininc.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit d2c9734

Please sign in to comment.