From 4d4246ca9302d2aed5378f342285043d53ecbe3d Mon Sep 17 00:00:00 2001 From: funtigr Date: Sat, 25 Jan 2025 00:45:51 +0000 Subject: [PATCH] chore: release candidate v0.43.8 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- app/package.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2bb78a3d..b5641d7f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.43.8](https://github.com/bcgov/platform-services-registry/compare/v0.43.7...v0.43.8) (2025-01-25) + +### Features + +* **4502:** use BCSans font in emails ([6ecd1c6](https://github.com/bcgov/platform-services-registry/commit/6ecd1c67efe7f1e00e5110ca820e4d7594068988)) +* **4746:** add password input components ([c148ac6](https://github.com/bcgov/platform-services-registry/commit/c148ac60fdaf095b2c94e8108fd0b26179e0bda3)) ## [0.43.7](https://github.com/bcgov/platform-services-registry/compare/v0.43.6...v0.43.7) (2025-01-24) ### Features diff --git a/VERSION b/VERSION index 0a73ae3dd..78a8537bf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.43.7 +0.43.8 diff --git a/app/package.json b/app/package.json index 9881b7036..ea4a9d7fe 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc-app", "description": "B.C. Government's Platform Product Registry - App", - "version": "0.43.7", + "version": "0.43.8", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index 9aed3a7d9..cea20322f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc", "description": "B.C. Government's Platform Product Registry", - "version": "0.43.7", + "version": "0.43.8", "private": true, "scripts": { "lint": "eslint --no-eslintrc --config .eslintrc.root.json .",