Skip to content

Commit

Permalink
Merge pull request #1395 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.13.0
  • Loading branch information
ArnaudTA authored Sep 27, 2024
2 parents e93907c + e05f358 commit e300226
Show file tree
Hide file tree
Showing 5 changed files with 18 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.12.3"
".": "8.13.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [8.13.0](https://github.com/cloud-pi-native/console/compare/v8.12.3...v8.13.0) (2024-09-27)


### Features

* :loud_sound: add logger object ([02c6715](https://github.com/cloud-pi-native/console/commit/02c67150d738ae200f8937adb88bf32001ff2b8c))
* :sparkles: plugins can return warning to not interupt hook ([3e132c3](https://github.com/cloud-pi-native/console/commit/3e132c3238cc98d1d75ec956ce55efebe2c5304a))


### Bug Fixes

* :bug: change imports exports to not use z.lazy, fix swagger-ui ([64a60fe](https://github.com/cloud-pi-native/console/commit/64a60fe6bc84ea9de51519049252957726963afa))
* :bug: dsfr tabs require rewrite DsoHome.vue ([ea03623](https://github.com/cloud-pi-native/console/commit/ea0362303757ac239e5b753af6777514cb714b03))

## [8.12.3](https://github.com/cloud-pi-native/console/compare/v8.12.2...v8.12.3) (2024-09-19)


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

0 comments on commit e300226

Please sign in to comment.