Skip to content

Commit

Permalink
Merge pull request #1554 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 9.1.0
  • Loading branch information
ArnaudTA authored Feb 19, 2025
2 parents aaf3978 + 1f25259 commit 4793692
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 @@
{
".": "9.0.0"
".": "9.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [9.1.0](https://github.com/cloud-pi-native/console/compare/v9.0.0...v9.1.0) (2025-02-19)


### Features

* :sparkles: display last refresh monitor and display cause to admins ([054ea37](https://github.com/cloud-pi-native/console/commit/054ea37d556b1c6e0fabf0e52f4611395aec18b4))


### Bug Fixes

* :alien: fix nexus monitoring ([8bb7448](https://github.com/cloud-pi-native/console/commit/8bb74480deaa2b88628d2a715496e93aa4d27629))
* :bug: missing icons ([d2b98c2](https://github.com/cloud-pi-native/console/commit/d2b98c201fb9f4ce3181c2d2b55fdac2a85f11f5))

## [9.0.0](https://github.com/cloud-pi-native/console/compare/v8.24.2...v9.0.0) (2025-02-14)


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": "9.0.0",
"version": "9.1.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": "9.0.0",
"version": "9.1.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": "9.0.0",
"version": "9.1.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 4793692

Please sign in to comment.