Skip to content

Commit

Permalink
chore: release candidate v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Jun 3, 2024
1 parent 02912b5 commit ded434e
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.26.4](https://github.com/bcgov/platform-services-registry/compare/v0.26.3...v0.26.4) (2024-06-03)

### Features

* **2914:** add provisioned date in request schemas ([dddd423](https://github.com/bcgov/platform-services-registry/commit/dddd423eff2969d70ad1e6c2dc8b31cc677fb77f))
* label for private product and request dashboards, is test filter for private requests ([59d8315](https://github.com/bcgov/platform-services-registry/commit/59d8315e603958f78782140bed50f0904c3ded7d))

### Bug Fixes

* run build error with no isTest for public cloud products ([e20f903](https://github.com/bcgov/platform-services-registry/commit/e20f903ccf3c6603f1738718f53f6a8d0372772b))

### Refactors

* **2032:** move security dashboard to root directory ([3f969f8](https://github.com/bcgov/platform-services-registry/commit/3f969f82f92b401ccfe7d0c84ff378141189cc20))
* **2404:** move service account verification logic into core ([288d0c6](https://github.com/bcgov/platform-services-registry/commit/288d0c6d13ed1550bc7083e416a06c94c245aff8))
* **2832:** rename created to created in request schemas ([051a8ac](https://github.com/bcgov/platform-services-registry/commit/051a8ac4da15d641654d8ff7f065d7e32194a2d9))
## [0.26.3](https://github.com/bcgov/platform-services-registry/compare/v0.26.2...v0.26.3) (2024-05-30)
## [0.26.2](https://github.com/bcgov/platform-services-registry/compare/v0.26.1...v0.26.2) (2024-05-30)
## [0.26.1](https://github.com/bcgov/platform-services-registry/compare/v0.26.0...v0.26.1) (2024-05-29)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.26.3
0.26.4
2 changes: 1 addition & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.26.3",
"version": "0.26.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.26.3",
"version": "0.26.4",
"private": true,
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",
Expand Down

0 comments on commit ded434e

Please sign in to comment.