Skip to content

Commit 1435f61

Browse files
committed
chore: release candidate v0.70.0
1 parent 6f45534 commit 1435f61

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.70.0](https://github.com/bcgov/platform-services-registry/compare/v0.69.0...v0.70.0) (2025-06-18)
2+
3+
### Features
4+
5+
* **5782:** add minio deployment via helm ([acea0e9](https://github.com/bcgov/platform-services-registry/commit/acea0e91c8d5f63934b183ae54addffc4fa56b1d))
6+
7+
### Bug Fixes
8+
9+
* **5881:** remove Gold DR cluster from creation UI ([faec6fd](https://github.com/bcgov/platform-services-registry/commit/faec6fd770686c17b3bc155d11060c184b4d3e53))
110
## [0.69.0](https://github.com/bcgov/platform-services-registry/compare/v0.68.0...v0.69.0) (2025-06-17)
211

312
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.69.0
1+
0.70.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.69.0",
4+
"version": "0.70.0",
55
"private": true,
66
"scripts": {
77
"dev": "npx prisma generate && next dev --turbo",

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.69.0",
4+
"version": "0.70.0",
55
"private": true,
66
"scripts": {
77
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",

0 commit comments

Comments
 (0)