Skip to content

Commit

Permalink
Merge pull request #1527 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.23.4
  • Loading branch information
ArnaudTA authored Jan 24, 2025
2 parents 64175f1 + dc6fe2d commit ff7d319
Show file tree
Hide file tree
Showing 5 changed files with 12 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.23.3"
".": "8.23.4"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [8.23.4](https://github.com/cloud-pi-native/console/compare/v8.23.3...v8.23.4) (2025-01-24)


### Bug Fixes

* :bug: duplicates name should not be already allowed ([eb2a4db](https://github.com/cloud-pi-native/console/commit/eb2a4db44596ad2f9f6affbbdb2dea84cb28067c))
* fix gitlab, no first commit on cloned repository ([2d7038f](https://github.com/cloud-pi-native/console/commit/2d7038fd1f5aefb67259666086048d11a6d5537f))

## [8.23.3](https://github.com/cloud-pi-native/console/compare/v8.23.2...v8.23.3) (2025-01-21)


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

0 comments on commit ff7d319

Please sign in to comment.