Skip to content

Commit

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


### Bug Fixes

* **schema-form:** spread formContext prop to pass default values ([1ba1bc9](https://github.com/kelvininc/ui-components/commit/1ba1bc956a4c487edf1d80cd843f437da3b4d5c2))
* **search:** disable the auto resize input ([b28535e](https://github.com/kelvininc/ui-components/commit/b28535eb016dd9eefa458cc299a5a722d76afd90))


### Features

* **icons:** add support documentation orchestration and assets management icons ([5fcd760](https://github.com/kelvininc/ui-components/commit/5fcd760ddd43cb9497782a40c5629a770594635c))
* **time-picker:** expose z-index property ([3f78790](https://github.com/kelvininc/ui-components/commit/3f78790d65d9bf44804054212a1ee62b9009564c))





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


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.26.0"
"version": "0.27.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.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





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

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


### Bug Fixes

* **schema-form:** spread formContext prop to pass default values ([1ba1bc9](https://github.com/kelvininc/ui-components/commit/1ba1bc956a4c487edf1d80cd843f437da3b4d5c2))
* **search:** disable the auto resize input ([b28535e](https://github.com/kelvininc/ui-components/commit/b28535eb016dd9eefa458cc299a5a722d76afd90))





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


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

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


### Bug Fixes

* **search:** disable the auto resize input ([b28535e](https://github.com/kelvininc/ui-components/commit/b28535eb016dd9eefa458cc299a5a722d76afd90))


### Features

* **icons:** add support documentation orchestration and assets management icons ([5fcd760](https://github.com/kelvininc/ui-components/commit/5fcd760ddd43cb9497782a40c5629a770594635c))
* **time-picker:** expose z-index property ([3f78790](https://github.com/kelvininc/ui-components/commit/3f78790d65d9bf44804054212a1ee62b9009564c))





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


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

0 comments on commit 95d7482

Please sign in to comment.