Skip to content

Commit

Permalink
Merge pull request #1375 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.12.0
  • Loading branch information
ArnaudTA authored Sep 17, 2024
2 parents edfcce2 + 864142d commit f48eba1
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.11.1"
".": "8.12.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [8.12.0](https://github.com/cloud-pi-native/console/compare/v8.11.1...v8.12.0) (2024-09-17)


### Features

* :sparkles: add admins api tokens ([e141642](https://github.com/cloud-pi-native/console/commit/e141642eb2b717c29cf91f482e91761e7ce4bfa8))
* :sparkles: add users search filter (admin) ([cc1ab56](https://github.com/cloud-pi-native/console/commit/cc1ab56b2ac496ffd01196ee4d97362ab7a08e03))

## [8.11.1](https://github.com/cloud-pi-native/console/compare/v8.11.0...v8.11.1) (2024-09-02)


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

0 comments on commit f48eba1

Please sign in to comment.