Skip to content

Commit 01d092a

Browse files
committed
chore: release candidate v0.74.2
1 parent 90dd983 commit 01d092a

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.74.2](https://github.com/bcgov/platform-services-registry/compare/v0.74.1...v0.74.2) (2025-08-05)
2+
3+
### Bug Fixes
4+
5+
* **000:** resolve issue with ID queries ([718e600](https://github.com/bcgov/platform-services-registry/commit/718e600258f7d2155accd0dff7b89e861359c536))
6+
7+
### Refactors
8+
9+
* **6153:** reorganize cost component structure ([3154957](https://github.com/bcgov/platform-services-registry/commit/3154957b0743dbef133717a16522fa2441972192))
10+
* **6168:** calculate quota proportionally in time ([001ea70](https://github.com/bcgov/platform-services-registry/commit/001ea70d7ecbc229bc5addd4f149e0936d9dd2a5))
111
## [0.74.1](https://github.com/bcgov/platform-services-registry/compare/v0.74.0...v0.74.1) (2025-07-31)
212

313
### Bug Fixes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.74.1
1+
0.74.2

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

0 commit comments

Comments
 (0)