Skip to content

Commit

Permalink
Merge pull request #1447 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.17.0
  • Loading branch information
ArnaudTA authored Nov 7, 2024
2 parents 9475ef2 + 5d84d1e commit 3b070ad
Show file tree
Hide file tree
Showing 5 changed files with 15 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.16.0"
".": "8.17.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [8.17.0](https://github.com/cloud-pi-native/console/compare/v8.16.0...v8.17.0) (2024-11-07)


### Features

* :sparkles: config items section ([7c41eea](https://github.com/cloud-pi-native/console/commit/7c41eeaec2855355c0fa683d4b7ec81210eae6af))
* :sparkles: hooks returned store accept null ([1255a32](https://github.com/cloud-pi-native/console/commit/1255a32237a6775e465fc0efe4dfe10bc9463816))
* :sparkles: nexus fine write policy ([14897e6](https://github.com/cloud-pi-native/console/commit/14897e685ff6665da35464d93571a972e2c8dae9))
* :sparkles: record and display last time a user logged ([1e8323b](https://github.com/cloud-pi-native/console/commit/1e8323bbfcd611891fe741434d4cb5f780f45dec))
* gitlab optional internal url ([c1643a1](https://github.com/cloud-pi-native/console/commit/c1643a1eaae350220c4ecf114c7fa16bfb1983a1))

## [8.16.0](https://github.com/cloud-pi-native/console/compare/v8.15.1...v8.16.0) (2024-11-06)


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

0 comments on commit 3b070ad

Please sign in to comment.