Skip to content

Commit

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

# [0.25.0](https://github.com/kelvininc/ui-components/compare/v0.24.0...v0.25.0) (2023-11-03)


### Bug Fixes

* **dropdowns:** use default z-index constant ([d1953b5](https://github.com/kelvininc/ui-components/commit/d1953b56ee2ff8730eefee665a022b891b989c59))


* feat(text-field)!: focus/blur input on `forcedFocus` change ([0f86798](https://github.com/kelvininc/ui-components/commit/0f86798b7899cf2a5ffcfc0c4a570a255afdaf20))


### Features

* add new confidence illustrations ([84bc221](https://github.com/kelvininc/ui-components/commit/84bc22121be25ecde8f36a4dddf0b4c043fa0d03))
* **dropdowns:** add click outside event emitter ([fb2889a](https://github.com/kelvininc/ui-components/commit/fb2889aba34c7df4b4941186d0d8c33a0f00b442))
* **icon:** add kv-send-message icon ([0be4c66](https://github.com/kelvininc/ui-components/commit/0be4c66f9b4bc50692e64382a9ea61074324a9b7))
* **select-option:** move slot location and add part ([a7cbaee](https://github.com/kelvininc/ui-components/commit/a7cbaee5ec1759c8a727f7cd341e15179f351e8e))
* **select:** isolate inner and outer border styling ([013bf5c](https://github.com/kelvininc/ui-components/commit/013bf5cd45d026e80e61f66f059b4f55bac7c85a))


### BREAKING CHANGES

* removed `highlighted` property





# [0.24.0](https://github.com/kelvininc/ui-components/compare/v0.23.0...v0.24.0) (2023-10-04)


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.24.0"
"version": "0.25.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.25.0](https://github.com/kelvininc/ui-components/compare/v0.24.0...v0.25.0) (2023-11-03)

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





# [0.24.0](https://github.com/kelvininc/ui-components/compare/v0.23.0...v0.24.0) (2023-10-04)

**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.24.0",
"version": "0.25.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.24.0",
"@kelvininc/ui-components": "0.25.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/react-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.25.0](https://github.com/kelvininc/ui-components/compare/v0.24.0...v0.25.0) (2023-11-03)

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





# [0.24.0](https://github.com/kelvininc/ui-components/compare/v0.23.0...v0.24.0) (2023-10-04)


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

# [0.25.0](https://github.com/kelvininc/ui-components/compare/v0.24.0...v0.25.0) (2023-11-03)


### Bug Fixes

* **dropdowns:** use default z-index constant ([d1953b5](https://github.com/kelvininc/ui-components/commit/d1953b56ee2ff8730eefee665a022b891b989c59))


* feat(text-field)!: focus/blur input on `forcedFocus` change ([0f86798](https://github.com/kelvininc/ui-components/commit/0f86798b7899cf2a5ffcfc0c4a570a255afdaf20))


### Features

* add new confidence illustrations ([84bc221](https://github.com/kelvininc/ui-components/commit/84bc22121be25ecde8f36a4dddf0b4c043fa0d03))
* **dropdowns:** add click outside event emitter ([fb2889a](https://github.com/kelvininc/ui-components/commit/fb2889aba34c7df4b4941186d0d8c33a0f00b442))
* **icon:** add kv-send-message icon ([0be4c66](https://github.com/kelvininc/ui-components/commit/0be4c66f9b4bc50692e64382a9ea61074324a9b7))
* **select-option:** move slot location and add part ([a7cbaee](https://github.com/kelvininc/ui-components/commit/a7cbaee5ec1759c8a727f7cd341e15179f351e8e))
* **select:** isolate inner and outer border styling ([013bf5c](https://github.com/kelvininc/ui-components/commit/013bf5cd45d026e80e61f66f059b4f55bac7c85a))


### BREAKING CHANGES

* removed `highlighted` property





# [0.24.0](https://github.com/kelvininc/ui-components/compare/v0.23.0...v0.24.0) (2023-10-04)


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

0 comments on commit 83247b8

Please sign in to comment.