Skip to content

Commit

Permalink
Merge pull request #1463 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.18.0
  • Loading branch information
ArnaudTA authored Nov 20, 2024
2 parents 4548a80 + 3becbb1 commit 67a938f
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.17.2"
".": "8.18.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.18.0](https://github.com/cloud-pi-native/console/compare/v8.17.2...v8.18.0) (2024-11-20)


### Features

* :sparkles: build project kv with config for projects ([f1c687f](https://github.com/cloud-pi-native/console/commit/f1c687f55ee4c8b8c2f342e431fb3f0982ffd72c))
* ✨ add PAT ([2c35cd7](https://github.com/cloud-pi-native/console/commit/2c35cd72a1d0fb14f8c1a633b86e7ef00da80bab))


### Bug Fixes

* :bug: fix weird front behviours ([e06cf11](https://github.com/cloud-pi-native/console/commit/e06cf117c0fef4f49749d80a7ac5b8de813c6ed7))

## [8.17.2](https://github.com/cloud-pi-native/console/compare/v8.17.1...v8.17.2) (2024-11-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": "8.17.2",
"version": "8.18.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.17.2",
"version": "8.18.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.17.2",
"version": "8.18.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 67a938f

Please sign in to comment.