Skip to content

Commit

Permalink
chore(release): 9.0.0-alpha.144 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0-alpha.144](v9.0.0-alpha.143...v9.0.0-alpha.144) (2024-04-24)

### Bug Fixes

* **deps:** update dependency @kong/icons to ^1.9.0 ([#2144](#2144)) ([04d688d](04d688d))
* **deps:** update dependency @kong/icons to ^1.9.1 ([#2155](#2155)) ([c3ad0ca](c3ad0ca))
* **kinput:** add aria label to associate helper text with input [KHCP-11030] ([#2138](#2138)) ([4b3ea54](4b3ea54))
* **kselect:** fix double emits bug ([#2156](#2156)) ([bcf23f4](bcf23f4))
* **ktable:** column visibility design feedback ([#2152](#2152)) ([717b6a9](717b6a9))
* release tags ([b990c8c](b990c8c))
* release tags ([05ae8fb](05ae8fb))
* trigger release ([b2c1f99](b2c1f99))
* trigger release ([417f35b](417f35b))

### Features

* **kcatalogitem:** add card-footer slot ([#2154](#2154)) ([e26025b](e26025b))
* **kcodeblock, kcatalog, kcollapse, kstepper:** components reskin ([#2124](#2124)) ([c3bfe87](c3bfe87)), closes [#2100](#2100) [#2125](#2125)
  • Loading branch information
semantic-release-bot authored and adamdehaven committed Jun 3, 2024
1 parent b4b0528 commit 3c235ce
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# [9.0.0-alpha.144](https://github.com/Kong/kongponents/compare/v9.0.0-alpha.143...v9.0.0-alpha.144) (2024-04-24)


### Bug Fixes

* **deps:** update dependency @kong/icons to ^1.9.0 ([#2144](https://github.com/Kong/kongponents/issues/2144)) ([04d688d](https://github.com/Kong/kongponents/commit/04d688de916858104fa8e58081a7c44de7c77813))
* **deps:** update dependency @kong/icons to ^1.9.1 ([#2155](https://github.com/Kong/kongponents/issues/2155)) ([c3ad0ca](https://github.com/Kong/kongponents/commit/c3ad0cadb9c86616d99a620de766f81719d9414e))
* **kinput:** add aria label to associate helper text with input [KHCP-11030] ([#2138](https://github.com/Kong/kongponents/issues/2138)) ([4b3ea54](https://github.com/Kong/kongponents/commit/4b3ea5452a2b7259d8a2b4f53574ac9329ee13aa))
* **kselect:** fix double emits bug ([#2156](https://github.com/Kong/kongponents/issues/2156)) ([bcf23f4](https://github.com/Kong/kongponents/commit/bcf23f4cf3e9c1553f655a00fc217fe834605fc1))
* **ktable:** column visibility design feedback ([#2152](https://github.com/Kong/kongponents/issues/2152)) ([717b6a9](https://github.com/Kong/kongponents/commit/717b6a9037ad680497dc6726288b8e32236cb7dd))
* release tags ([b990c8c](https://github.com/Kong/kongponents/commit/b990c8cd9aa3d785ea5c257ef3362b293da70d21))
* release tags ([05ae8fb](https://github.com/Kong/kongponents/commit/05ae8fb485a82852169928f89ab201fe5d0fb17a))
* trigger release ([b2c1f99](https://github.com/Kong/kongponents/commit/b2c1f99751615b9135819fef89edcd4dea80fb16))
* trigger release ([417f35b](https://github.com/Kong/kongponents/commit/417f35b5923bad9801566be26a707034683168aa))


### Features

* **kcatalogitem:** add card-footer slot ([#2154](https://github.com/Kong/kongponents/issues/2154)) ([e26025b](https://github.com/Kong/kongponents/commit/e26025b2ce0c2e7753c8b8633f7ee30749c53b91))
* **kcodeblock, kcatalog, kcollapse, kstepper:** components reskin ([#2124](https://github.com/Kong/kongponents/issues/2124)) ([c3bfe87](https://github.com/Kong/kongponents/commit/c3bfe87da67e975910dbcf2b2fee0b28db217361)), closes [#2100](https://github.com/Kong/kongponents/issues/2100) [#2125](https://github.com/Kong/kongponents/issues/2125)

# [9.0.0-alpha.144](https://github.com/Kong/kongponents/compare/v9.0.0-alpha.143...v9.0.0-alpha.144) (2024-04-24)


### Bug Fixes

* **deps:** update dependency @kong/icons to ^1.9.0 ([#2144](https://github.com/Kong/kongponents/issues/2144)) ([04d688d](https://github.com/Kong/kongponents/commit/04d688de916858104fa8e58081a7c44de7c77813))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong/kongponents",
"version": "9.0.0-alpha.149",
"version": "9.0.0-alpha.144",
"description": "Kong Component library",
"type": "module",
"repository": {
Expand Down

0 comments on commit 3c235ce

Please sign in to comment.