Skip to content

Commit b9b0123

Browse files
committed
chore: release candidate v0.56.0
1 parent 898c829 commit b9b0123

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.56.0](https://github.com/bcgov/platform-services-registry/compare/v0.55.0...v0.56.0) (2025-04-01)
2+
3+
### Features
4+
5+
* **5285:** add cost estimation on Quota section ([9acfb52](https://github.com/bcgov/platform-services-registry/commit/9acfb528b3d0f5d3e5683998a45a23eacf8d7133))
6+
7+
### Bug Fixes
8+
9+
* **0000:** add provision client credentials on nats-provision ([5abe34c](https://github.com/bcgov/platform-services-registry/commit/5abe34cd94ae9db1d1ad487c4108347044f1aa93))
10+
* **5302:** resolve issue of empty TF plan detail ([abd814d](https://github.com/bcgov/platform-services-registry/commit/abd814d22d790360bf403ddf1a748cf303eca670))
11+
* **5304:** restrict same id users to be added to team contacts ([a67f6ec](https://github.com/bcgov/platform-services-registry/commit/a67f6ecaeeb5765b5e450f9c11b9c4cd52f5e7c8))
12+
* **5337:** delete only pending billings for the current project ([fa1785f](https://github.com/bcgov/platform-services-registry/commit/fa1785fa04f015e982b67230bf0ae5039320ed67))
113
## [0.55.0](https://github.com/bcgov/platform-services-registry/compare/v0.54.0...v0.55.0) (2025-03-27)
214

315
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.55.0
1+
0.56.0

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pltsvc-app",
33
"description": "B.C. Government's Platform Product Registry - App",
4-
"version": "0.55.0",
4+
"version": "0.56.0",
55
"private": true,
66
"scripts": {
77
"dev": "next dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pltsvc",
33
"description": "B.C. Government's Platform Product Registry",
4-
"version": "0.55.0",
4+
"version": "0.56.0",
55
"private": true,
66
"scripts": {
77
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",

0 commit comments

Comments
 (0)