Skip to content

Commit 041c15e

Browse files
committed
chore: release candidate v0.33.3
1 parent fb0ce85 commit 041c15e

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.33.3](https://github.com/bcgov/platform-services-registry/compare/v0.33.2...v0.33.3) (2024-09-18)
2+
3+
### Bug Fixes
4+
5+
* **3795:** update Keycloak role fetching logic ([fb0ce85](https://github.com/bcgov/platform-services-registry/commit/fb0ce85a66de447398b0d2e4fa1da978d3a48e51))
16
## [0.33.2](https://github.com/bcgov/platform-services-registry/compare/v0.33.1...v0.33.2) (2024-08-15)
27

38
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.33.2
1+
0.33.3

app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.33.2",
4+
"version": "0.33.3",
55
"private": true,
66
"scripts": {
77
"dev": "next dev",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.33.2",
4+
"version": "0.33.3",
55
"private": true,
66
"scripts": {
77
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",

0 commit comments

Comments
 (0)