Skip to content

Commit 0712af0

Browse files
committed
chore: release candidate v0.43.10
1 parent 81022c2 commit 0712af0

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.43.10](https://github.com/bcgov/platform-services-registry/compare/v0.43.9...v0.43.10) (2025-02-05)
2+
3+
### Features
4+
5+
* **4740:** deploy developer docs in GitHub Pages ([06ccac1](https://github.com/bcgov/platform-services-registry/commit/06ccac183840174c1e1b249f9d70020cab1abaf5))
6+
* **4829:** implement maintenance-app with its deployment pipeline ([0264c1f](https://github.com/bcgov/platform-services-registry/commit/0264c1f4e656d73ea5b3d2695fea2cb07327ce59))
7+
* **4853:** enhance Tasks admin page ([411aa58](https://github.com/bcgov/platform-services-registry/commit/411aa5884d2c847f22ef77741b5890e21a980656))
8+
9+
### Bug Fixes
10+
11+
* **4846:** send emails when signing eMOU on exisiting products ([8af780a](https://github.com/bcgov/platform-services-registry/commit/8af780a98ab2f58dd2c455974184756adabddfbb))
12+
13+
### Refactors
14+
15+
* **4794:** upgrade ESlint version to V9 in app directory ([799a0d0](https://github.com/bcgov/platform-services-registry/commit/799a0d06d49cd833b411bc96b4703201a8b82a3d))
16+
* **4794:** upgrade ESlint version to V9 in root directory ([98f2252](https://github.com/bcgov/platform-services-registry/commit/98f22528281f845c8c3482c0eeff237a986ac6c0))
117
## [0.43.9](https://github.com/bcgov/platform-services-registry/compare/v0.43.8...v0.43.9) (2025-01-30)
218

319
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.43.9
1+
0.43.10

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

0 commit comments

Comments
 (0)