Skip to content

Commit

Permalink
chore: release candidate v0.33.5
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Sep 19, 2024
1 parent 13ab205 commit 90a275a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.33.5](https://github.com/bcgov/platform-services-registry/compare/v0.33.3...v0.33.5) (2024-09-19)

### Bug Fixes

* **3795:** pull all groups using Keycloak pagination ([81088bb](https://github.com/bcgov/platform-services-registry/commit/81088bb11eadd80510b463c9b50acd5e09d8aeee))
* **3795:** remove duplicate group names ([13ab205](https://github.com/bcgov/platform-services-registry/commit/13ab2054827b0d82413bdd5a636571d6e3d609d8))
## [0.33.3](https://github.com/bcgov/platform-services-registry/compare/v0.33.2...v0.33.3) (2024-09-18)

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

0 comments on commit 90a275a

Please sign in to comment.