Skip to content

Commit

Permalink
Merge pull request #4878 from bcgov/changelog/0.43.11
Browse files Browse the repository at this point in the history
chore(release): release candidate v0.43.11
  • Loading branch information
junminahn authored Feb 10, 2025
2 parents 6bd386f + 413d8fc commit ab9faf8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [0.43.11](https://github.com/bcgov/platform-services-registry/compare/v0.43.10...v0.43.11) (2025-02-07)

### Features

* **4845:** add email resend button in admin tasks page ([835404b](https://github.com/bcgov/platform-services-registry/commit/835404b5212683c295388d05365376e149503999))

### Bug Fixes

* **4872:** fix deleting create request with initial account coding ([326be8b](https://github.com/bcgov/platform-services-registry/commit/326be8b5075064921370ac011b85a9ece6f9ed93))

### Refactors

* **4869:** add sharable additional team members component ([1a84265](https://github.com/bcgov/platform-services-registry/commit/1a84265648dbad1fa848debba0739c3732efa233))
## [0.43.10](https://github.com/bcgov/platform-services-registry/compare/v0.43.9...v0.43.10) (2025-02-05)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.10
0.43.11
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.10",
"version": "0.43.11",
"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.10",
"version": "0.43.11",
"private": true,
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",
Expand Down

0 comments on commit ab9faf8

Please sign in to comment.