Skip to content

Commit

Permalink
chore(release): publish v0.26.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent b6bab84 commit 7499f1f
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 12 deletions.
19 changes: 19 additions & 0 deletions 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.26.0](https://github.com/kelvininc/ui-components/compare/v0.25.1...v0.26.0) (2023-11-10)


### Bug Fixes

* **schema-form:** add placeholder on multi select dropdowns ([b07b700](https://github.com/kelvininc/ui-components/commit/b07b700aefeae9f10bc2fcf29261501945292515))
* **tab-navigation:** implement deterministic tab width calculation ([84bda2c](https://github.com/kelvininc/ui-components/commit/84bda2c67bbeb6db8f70da737aca3c0df99d8164))


### Features

* **text-field-input:** allow input width fit to content ([6a31cef](https://github.com/kelvininc/ui-components/commit/6a31cef1728e84c191d07276b2f5cbc04ed05a9a))
* **text-field:** add click event handler ([4fbd392](https://github.com/kelvininc/ui-components/commit/4fbd392b94f1a0039920490701123322e69f47bb))
* **text-field:** add value prefix and badge ([44eacef](https://github.com/kelvininc/ui-components/commit/44eacefcaaf6701993c5c85cad9cd755010bb635))





## [0.25.1](https://github.com/kelvininc/ui-components/compare/v0.25.0...v0.25.1) (2023-11-06)


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.25.1"
"version": "0.26.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.26.0](https://github.com/kelvininc/ui-components/compare/v0.25.1...v0.26.0) (2023-11-10)

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





## [0.25.1](https://github.com/kelvininc/ui-components/compare/v0.25.0...v0.25.1) (2023-11-06)

**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.25.1",
"version": "0.26.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.25.1",
"@kelvininc/ui-components": "0.26.0",
"tslib": "^2.3.0"
},
"devDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/react-ui-components/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.

# [0.26.0](https://github.com/kelvininc/ui-components/compare/v0.25.1...v0.26.0) (2023-11-10)


### Bug Fixes

* **schema-form:** add placeholder on multi select dropdowns ([b07b700](https://github.com/kelvininc/ui-components/commit/b07b700aefeae9f10bc2fcf29261501945292515))
* **tab-navigation:** implement deterministic tab width calculation ([84bda2c](https://github.com/kelvininc/ui-components/commit/84bda2c67bbeb6db8f70da737aca3c0df99d8164))


### Features

* **text-field-input:** allow input width fit to content ([6a31cef](https://github.com/kelvininc/ui-components/commit/6a31cef1728e84c191d07276b2f5cbc04ed05a9a))
* **text-field:** add value prefix and badge ([44eacef](https://github.com/kelvininc/ui-components/commit/44eacefcaaf6701993c5c85cad9cd755010bb635))





## [0.25.1](https://github.com/kelvininc/ui-components/compare/v0.25.0...v0.25.1) (2023-11-06)

**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.25.1",
"version": "0.26.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.25.1",
"@kelvininc/ui-components": "0.26.0",
"@monaco-editor/react": "^4.4.6",
"@rjsf/core": "5.12.0",
"@rjsf/utils": "5.12.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/ui-components/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.

# [0.26.0](https://github.com/kelvininc/ui-components/compare/v0.25.1...v0.26.0) (2023-11-10)


### Bug Fixes

* **tab-navigation:** implement deterministic tab width calculation ([84bda2c](https://github.com/kelvininc/ui-components/commit/84bda2c67bbeb6db8f70da737aca3c0df99d8164))


### Features

* **text-field-input:** allow input width fit to content ([6a31cef](https://github.com/kelvininc/ui-components/commit/6a31cef1728e84c191d07276b2f5cbc04ed05a9a))
* **text-field:** add click event handler ([4fbd392](https://github.com/kelvininc/ui-components/commit/4fbd392b94f1a0039920490701123322e69f47bb))
* **text-field:** add value prefix and badge ([44eacef](https://github.com/kelvininc/ui-components/commit/44eacefcaaf6701993c5c85cad9cd755010bb635))





## [0.25.1](https://github.com/kelvininc/ui-components/compare/v0.25.0...v0.25.1) (2023-11-06)


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

0 comments on commit 7499f1f

Please sign in to comment.