Skip to content

Commit b26ed0a

Browse files
authored
Merge pull request #5359 from bcgov/changelog/0.57.0
chore(release): release candidate v0.57.0
2 parents e33295e + 5ffc5dd commit b26ed0a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.57.0](https://github.com/bcgov/platform-services-registry/compare/v0.56.0...v0.57.0) (2025-04-02)
2+
3+
### Features
4+
5+
* **5357:** send NATs message when eMOU completed ([c01fd24](https://github.com/bcgov/platform-services-registry/commit/c01fd24622928d12b2177373162f1e05ce56f326))
6+
7+
### Bug Fixes
8+
9+
* **5355:** remove logic to set default value on edit page ([a43488b](https://github.com/bcgov/platform-services-registry/commit/a43488be57af9132df51911009159b23eb2889af))
110
## [0.56.0](https://github.com/bcgov/platform-services-registry/compare/v0.55.0...v0.56.0) (2025-04-01)
211

312
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.56.0
1+
0.57.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.56.0",
4+
"version": "0.57.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.56.0",
4+
"version": "0.57.0",
55
"private": true,
66
"scripts": {
77
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",

0 commit comments

Comments
 (0)