Skip to content

Commit

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

# [0.30.0](https://github.com/kelvininc/ui-components/compare/v0.29.1...v0.30.0) (2024-03-12)


### Bug Fixes

* **calendar-advanced-date-selector:** separate total timezone options from filtered ([b4a1714](https://github.com/kelvininc/ui-components/commit/b4a1714ef0de0eb5a3f579121da5ed5b6483f6c3))
* **time-picker:** remove empty group option from timezone list and prevent identical initial and end date ([a617a2d](https://github.com/kelvininc/ui-components/commit/a617a2dbaf3d73fbb4e91593da89a34db03b2b19))
* **toggle-button-group:** change default size to small ([fdffb13](https://github.com/kelvininc/ui-components/commit/fdffb130e4013464e6635c3654b1228e2ce5000a))
* **toggle-button:** change default size to small ([253a9fc](https://github.com/kelvininc/ui-components/commit/253a9fc3be7e6484945402d14af025f519067251))
* **toggle-button:** set icon size to be a square ([98b3e17](https://github.com/kelvininc/ui-components/commit/98b3e17ca28d8d5d9c346375bdce090277077fbc))


* feat!(select): update 'no data available' and 'no results found' states ([75d8e84](https://github.com/kelvininc/ui-components/commit/75d8e840102704405f00638eb9b90383c8aa92a4))


### Features

* add 'disabled' prop 'kv-text-area' and 'absolute-time-picker-dropdown' ([33f69da](https://github.com/kelvininc/ui-components/commit/33f69da9fa97bd16f3cfdfa6fe306dba95fe2c42))
* **icon:** add kv-task-checkmark icon ([f164cab](https://github.com/kelvininc/ui-components/commit/f164cab992f54f727e98746f4ed0818e9b6b3c4b))
* improve styling of text-field, text-area and select components ([fe9d930](https://github.com/kelvininc/ui-components/commit/fe9d9305a74b495940c3d6b0db3c0bd81815a471))
* **schema-form:** add the radio list widget ([71a79a6](https://github.com/kelvininc/ui-components/commit/71a79a66bbb1f4792adb9efa786fbb0fd03a273b))
* **select-option:** add custom style prop to enable option custom styling ([d9a6477](https://github.com/kelvininc/ui-components/commit/d9a64772fddc0591592ebcaccd9967d330e47679))
* **select:** add create new option ([2410c67](https://github.com/kelvininc/ui-components/commit/2410c67a1b6d050cc3c34d890a39b8e640107f63))
* **toggle-button:** update toggle button styling ([5e7cb64](https://github.com/kelvininc/ui-components/commit/5e7cb649301509e27fdcd26b3b1fda8d83307226))


### BREAKING CHANGES

* - 'noDataAvailableLabel' prop was replaced by 'noDataAvailableConfig'





## [0.29.1](https://github.com/kelvininc/ui-components/compare/v0.29.0...v0.29.1) (2024-02-07)


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.29.1"
"version": "0.30.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.30.0](https://github.com/kelvininc/ui-components/compare/v0.29.1...v0.30.0) (2024-03-12)

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





## [0.29.1](https://github.com/kelvininc/ui-components/compare/v0.29.0...v0.29.1) (2024-02-07)

**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.29.1",
"version": "0.30.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.29.1",
"@kelvininc/ui-components": "0.30.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
21 changes: 21 additions & 0 deletions packages/react-ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/kelvininc/ui-components/compare/v0.29.1...v0.30.0) (2024-03-12)


### Bug Fixes

* **calendar-advanced-date-selector:** separate total timezone options from filtered ([b4a1714](https://github.com/kelvininc/ui-components/commit/b4a1714ef0de0eb5a3f579121da5ed5b6483f6c3))


### Features

* add 'disabled' prop 'kv-text-area' and 'absolute-time-picker-dropdown' ([33f69da](https://github.com/kelvininc/ui-components/commit/33f69da9fa97bd16f3cfdfa6fe306dba95fe2c42))
* improve styling of text-field, text-area and select components ([fe9d930](https://github.com/kelvininc/ui-components/commit/fe9d9305a74b495940c3d6b0db3c0bd81815a471))
* **schema-form:** add the radio list widget ([71a79a6](https://github.com/kelvininc/ui-components/commit/71a79a66bbb1f4792adb9efa786fbb0fd03a273b))
* **select-option:** add custom style prop to enable option custom styling ([d9a6477](https://github.com/kelvininc/ui-components/commit/d9a64772fddc0591592ebcaccd9967d330e47679))
* **select:** add create new option ([2410c67](https://github.com/kelvininc/ui-components/commit/2410c67a1b6d050cc3c34d890a39b8e640107f63))
* **toggle-button:** update toggle button styling ([5e7cb64](https://github.com/kelvininc/ui-components/commit/5e7cb649301509e27fdcd26b3b1fda8d83307226))





## [0.29.1](https://github.com/kelvininc/ui-components/compare/v0.29.0...v0.29.1) (2024-02-07)

**Note:** Version bump only for package @kelvininc/react-ui-components
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.29.1",
"version": "0.30.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.29.1",
"@kelvininc/ui-components": "0.30.0",
"@monaco-editor/react": "^4.4.6",
"@rjsf/core": "5.12.0",
"@rjsf/utils": "5.12.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/kelvininc/ui-components/compare/v0.29.1...v0.30.0) (2024-03-12)


### Bug Fixes

* **calendar-advanced-date-selector:** separate total timezone options from filtered ([b4a1714](https://github.com/kelvininc/ui-components/commit/b4a1714ef0de0eb5a3f579121da5ed5b6483f6c3))
* **time-picker:** remove empty group option from timezone list and prevent identical initial and end date ([a617a2d](https://github.com/kelvininc/ui-components/commit/a617a2dbaf3d73fbb4e91593da89a34db03b2b19))
* **toggle-button-group:** change default size to small ([fdffb13](https://github.com/kelvininc/ui-components/commit/fdffb130e4013464e6635c3654b1228e2ce5000a))
* **toggle-button:** change default size to small ([253a9fc](https://github.com/kelvininc/ui-components/commit/253a9fc3be7e6484945402d14af025f519067251))
* **toggle-button:** set icon size to be a square ([98b3e17](https://github.com/kelvininc/ui-components/commit/98b3e17ca28d8d5d9c346375bdce090277077fbc))


* feat!(select): update 'no data available' and 'no results found' states ([75d8e84](https://github.com/kelvininc/ui-components/commit/75d8e840102704405f00638eb9b90383c8aa92a4))


### Features

* add 'disabled' prop 'kv-text-area' and 'absolute-time-picker-dropdown' ([33f69da](https://github.com/kelvininc/ui-components/commit/33f69da9fa97bd16f3cfdfa6fe306dba95fe2c42))
* **icon:** add kv-task-checkmark icon ([f164cab](https://github.com/kelvininc/ui-components/commit/f164cab992f54f727e98746f4ed0818e9b6b3c4b))
* improve styling of text-field, text-area and select components ([fe9d930](https://github.com/kelvininc/ui-components/commit/fe9d9305a74b495940c3d6b0db3c0bd81815a471))
* **schema-form:** add the radio list widget ([71a79a6](https://github.com/kelvininc/ui-components/commit/71a79a66bbb1f4792adb9efa786fbb0fd03a273b))
* **select-option:** add custom style prop to enable option custom styling ([d9a6477](https://github.com/kelvininc/ui-components/commit/d9a64772fddc0591592ebcaccd9967d330e47679))
* **select:** add create new option ([2410c67](https://github.com/kelvininc/ui-components/commit/2410c67a1b6d050cc3c34d890a39b8e640107f63))
* **toggle-button:** update toggle button styling ([5e7cb64](https://github.com/kelvininc/ui-components/commit/5e7cb649301509e27fdcd26b3b1fda8d83307226))


### BREAKING CHANGES

* - 'noDataAvailableLabel' prop was replaced by 'noDataAvailableConfig'





## [0.29.1](https://github.com/kelvininc/ui-components/compare/v0.29.0...v0.29.1) (2024-02-07)


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.29.1",
"version": "0.30.0",
"description": "Kelvin UI Components",
"homepage": "https://docs.kelvininc.com",
"license": "SEE LICENSE IN LICENSE",
Expand Down

0 comments on commit bc04b6a

Please sign in to comment.