Skip to content

Commit

Permalink
chore: release candidate v0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr committed Aug 7, 2024
1 parent e0a4fba commit 1042bd2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.33.1](https://github.com/bcgov/platform-services-registry/compare/v0.33.0...v0.33.1) (2024-08-07)

### Features

* **3472:** grant public cloud Azure provider access ([6593d35](https://github.com/bcgov/platform-services-registry/commit/6593d3553d333dc2f953aa02e56f9b9bdf002bab))

### Bug Fixes

* **3452:** grant public products review permissions properly ([8feb824](https://github.com/bcgov/platform-services-registry/commit/8feb8247c175a55a0916e9ede4717b7d3b207949))
* **3453:** display temporary badges and alerts ([bdc029b](https://github.com/bcgov/platform-services-registry/commit/bdc029b3fe8e128b131a51a366d491de7995f493))
## [0.33.0](https://github.com/bcgov/platform-services-registry/compare/v0.32.0...v0.33.0) (2024-08-01)

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

0 comments on commit 1042bd2

Please sign in to comment.