Skip to content

Commit

Permalink
Merge pull request #1490 from cloud-pi-native/release-please--branche…
Browse files Browse the repository at this point in the history
…s--main--components--console

chore(main): release 8.21.0
  • Loading branch information
this-is-tobi authored Dec 16, 2024
2 parents e89e6e9 + 1307322 commit 5b0fd4c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.20.0"
".": "8.21.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [8.21.0](https://github.com/cloud-pi-native/console/compare/v8.20.0...v8.21.0) (2024-12-16)


### Features

* :construction: zone kv store management ([628a6e5](https://github.com/cloud-pi-native/console/commit/628a6e57cb439c8b899acdb8bf1995eedbe0a184))


### Bug Fixes

* :bug: fix not displaying swagger ([6f708a1](https://github.com/cloud-pi-native/console/commit/6f708a150402835c4ef044bdb8e69f20dfe3ee32))
* :bug: retry delete project is failed ([c5856fa](https://github.com/cloud-pi-native/console/commit/c5856fadc49acd238ee61d289cf8441a5b3a2e18))

## [8.20.0](https://github.com/cloud-pi-native/console/compare/v8.19.1...v8.20.0) (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/client",
"type": "module",
"version": "8.20.0",
"version": "8.21.0",
"private": false,
"description": "cpn-console client",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/server",
"type": "module",
"version": "8.20.0",
"version": "8.21.0",
"description": "cpn-console server",
"main": "dist/server.js",
"module": "dist/server.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cpn-console/root",
"type": "module",
"version": "8.20.0",
"version": "8.21.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 5b0fd4c

Please sign in to comment.