Skip to content

Commit 0514f71

Browse files
committed
chore: release candidate v0.78.2
1 parent 9aad455 commit 0514f71

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.78.2](https://github.com/bcgov/platform-services-registry/compare/v0.78.0...v0.78.2) (2025-12-09)
2+
3+
### Bug Fixes
4+
5+
* **1000:** increase pre-db memory ([3e495d7](https://github.com/bcgov/platform-services-registry/commit/3e495d7a5f3c5e2764df877ca44577dad35636c6))
6+
* **2574:** adjust postgres 18 data volume path ([1d90f0b](https://github.com/bcgov/platform-services-registry/commit/1d90f0b7bb1dd88ffdf679082e5211da73e986db))
7+
* **2580:** drop deprecated MongoDB driver options ([abf1107](https://github.com/bcgov/platform-services-registry/commit/abf110798e77d8652487b6b1a3d6a5e7a9992c11))
8+
* **2581:** replace alpine base image with node:22.12.0-slim to resolve Corepack/pnpm failures ([9cacb78](https://github.com/bcgov/platform-services-registry/commit/9cacb78ea0405f3a2b8b2e0798cd6bb225cb8e1f))
9+
* **2585:** patch React via React 19.2.1 & Next 15.4.8 ([18a6d77](https://github.com/bcgov/platform-services-registry/commit/18a6d77a423e7a636eed59fd9712d2f764af769a))
110
## [0.78.0](https://github.com/bcgov/platform-services-registry/compare/v0.77.0...v0.78.0) (2025-11-24)
211

312
### Features

VERSION

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

0 commit comments

Comments
 (0)