Skip to content

Commit

Permalink
chore: release candidate v0.43.8
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr committed Jan 25, 2025
1 parent 08b3a87 commit 4d4246c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.7
0.43.8
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 .",
Expand Down

0 comments on commit 4d4246c

Please sign in to comment.