Skip to content

Commit 554d50b

Browse files
authored
Merge pull request #6200 from bcgov/changelog/0.74.0
chore(release): release candidate v0.74.0
2 parents 8308e68 + b457ef8 commit 554d50b

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [0.74.0](https://github.com/bcgov/platform-services-registry/compare/v0.73.1...v0.74.0) (2025-07-30)
2+
3+
### Features
4+
5+
* **5812:** implement reminders for private cloud reviews ([c37b91d](https://github.com/bcgov/platform-services-registry/commit/c37b91d44c17f6434c86453d0137539e75e28603))
6+
* **5915:** rename createdByEmail and decisionMakerEmail to createdById and decisionMakerId ([39830a8](https://github.com/bcgov/platform-services-registry/commit/39830a820debc26eeae60e502c5b65e8911dde8b))
7+
* **6006:** implement migration script for ministries ([2578079](https://github.com/bcgov/platform-services-registry/commit/25780795aca6cb36bf91fe5191adbba329781127))
8+
* **6006:** implement UI pages for organization ([9dd1e14](https://github.com/bcgov/platform-services-registry/commit/9dd1e14cc1117da93ef5f1c6a3c3a77f88b55260))
9+
* **6027:** add start button, statrted status and user info to tasks sidebar ([83d185d](https://github.com/bcgov/platform-services-registry/commit/83d185d10abef8cbce9e83419bb6f71147001134))
10+
* **6028:** display distinct labels for actioned requests ([0b08f8a](https://github.com/bcgov/platform-services-registry/commit/0b08f8a0a7dfc0cd5742feab4b9a5481307dbc5e))
11+
12+
### Bug Fixes
13+
14+
* **0000:** remove deprecated ministries ([3c429e5](https://github.com/bcgov/platform-services-registry/commit/3c429e523828e35730a0a0653cdbecdf2f61615e))
15+
16+
### Refactors
17+
18+
* **6168:** improve team API accounts page ([2d03fa0](https://github.com/bcgov/platform-services-registry/commit/2d03fa00cd7bc535dbccb4b9c54a628a1f2a8cb6))
19+
* **6168:** limit IDIR provider searched users by roles ([87ef3f9](https://github.com/bcgov/platform-services-registry/commit/87ef3f98786aa645018e9673cdb6ebf32f291f82))
20+
* **6168:** simplify cost page calculation logic ([a0a05da](https://github.com/bcgov/platform-services-registry/commit/a0a05dae2f93d1be897d0c324713718a215f9434))
121
## [0.73.1](https://github.com/bcgov/platform-services-registry/compare/v0.73.0...v0.73.1) (2025-07-21)
222

323
### Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.73.1
1+
0.74.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.73.1",
4+
"version": "0.74.0",
55
"private": true,
66
"scripts": {
77
"dev": "npx prisma generate && next dev --turbopack",

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

0 commit comments

Comments
 (0)