Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @kong-ui-public/cli@2.0.2
 - @kong-ui-public/entities-plugins@2.5.2
  • Loading branch information
kongponents-bot committed Dec 20, 2023
1 parent 608a401 commit 2e6591c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/core/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/cli@2.0.1...@kong-ui-public/cli@2.0.2) (2023-12-20)


### Bug Fixes

* check for no string ([0f98557](https://github.com/Kong/public-ui-components/commit/0f985578d8b6bfd00d6b22f523bbc76bd6ec43bf))





## [2.0.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/cli@2.0.0...@kong-ui-public/cli@2.0.1) (2023-12-12)

**Note:** Version bump only for package @kong-ui-public/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong-ui-public/cli",
"version": "2.0.1",
"version": "2.0.2",
"private": true,
"type": "module",
"main": "./bin/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/entities/entities-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.2](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@2.5.1...@kong-ui-public/entities-plugins@2.5.2) (2023-12-20)


### Bug Fixes

* **plugins:** card component is not KCard [khcp-9970] ([#1017](https://github.com/Kong/public-ui-components/issues/1017)) ([608a401](https://github.com/Kong/public-ui-components/commit/608a40124bd3bf2a5830f3857dd93d491fdcb204))





## [2.5.1](https://github.com/Kong/public-ui-components/compare/@kong-ui-public/entities-plugins@2.5.0...@kong-ui-public/entities-plugins@2.5.1) (2023-12-19)

**Note:** Version bump only for package @kong-ui-public/entities-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/entities/entities-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kong-ui-public/entities-plugins",
"version": "2.5.1",
"version": "2.5.2",
"type": "module",
"main": "./dist/entities-plugins.umd.js",
"module": "./dist/entities-plugins.es.js",
Expand Down

0 comments on commit 2e6591c

Please sign in to comment.