Skip to content

Commit e3a5502

Browse files
committed
chore: release candidate v0.71.0
1 parent 44bfd39 commit e3a5502

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [0.71.0](https://github.com/bcgov/platform-services-registry/compare/v0.70.0...v0.71.0) (2025-06-26)
2+
3+
### Features
4+
5+
* **4877:** exclude non-business days in decision charts ([4db3378](https://github.com/bcgov/platform-services-registry/commit/4db337849f10ce87cf9e49ffd00c29a90b7f5061))
6+
* **5737:** support email delivery in Airflow dev setup ([9bbd05b](https://github.com/bcgov/platform-services-registry/commit/9bbd05b562d054e53b7af2597715a6024035ac22))
7+
* **5758:** add remote logging support for Airflow tasks ([56326b2](https://github.com/bcgov/platform-services-registry/commit/56326b238373f4dae2db33e258b0372b0b9c90c7))
8+
* **5856:** design table attributes ([65bdeba](https://github.com/bcgov/platform-services-registry/commit/65bdeba006663e1a4ed238fd59de7090a0708f74))
9+
* **5856:** replace team api account table with cc table ([5bb3f5f](https://github.com/bcgov/platform-services-registry/commit/5bb3f5f01bbde0f71eb65a31176e5df5dfe6b056))
10+
* **5877:** consolidate team and additional team members sections ([30b42f8](https://github.com/bcgov/platform-services-registry/commit/30b42f8e4faae47bf756c27576f95c8d9bad9c9a))
11+
* **5901:** verify successful email delivery via CHES ([50a041c](https://github.com/bcgov/platform-services-registry/commit/50a041c611ad6ab642c454e84940d4ab81f07811))
12+
* **5912:** add team members emails for edit request public and private ([fa03a73](https://github.com/bcgov/platform-services-registry/commit/fa03a735ca8905a489a35cc2b4aeb5b38f739c24))
13+
* **5930:** add migration script to replace broken EA ids with Po ids ([ea62e30](https://github.com/bcgov/platform-services-registry/commit/ea62e30761d1cbfcfbd54fa52f7416ce0a709d55))
14+
* **5940:** display human-readable dates on analytics pages ([fb36b89](https://github.com/bcgov/platform-services-registry/commit/fb36b891ec7ad47ac39b8de1eb5328ed6f1fd8a1))
15+
16+
### Bug Fixes
17+
18+
* **5950:** resolve new Airflow Helm config issue ([6f38b1b](https://github.com/bcgov/platform-services-registry/commit/6f38b1bd7b0f5ea804183d0e9cad9eeeb8e2bdd4))
19+
20+
### Docs
21+
22+
* **5393:** add documentation on research into IDIR's source of truth ([a850bac](https://github.com/bcgov/platform-services-registry/commit/a850bacfb55bc4a59c20d6fb9e15b21d55e0d01b))
23+
24+
### Refactors
25+
26+
* **5900:** switch from fetch to axios for HTTP requests ([3f1cbe4](https://github.com/bcgov/platform-services-registry/commit/3f1cbe421e34dd0f902af96710c1036219ca4d18))
127
## [0.70.0](https://github.com/bcgov/platform-services-registry/compare/v0.69.0...v0.70.0) (2025-06-18)
228

329
### Features

VERSION

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

0 commit comments

Comments
 (0)