diff --git a/CHANGELOG.md b/CHANGELOG.md index cd278554d..5fbf57651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.42.0](https://github.com/bcgov/platform-services-registry/compare/v0.41.1...v0.42.0) (2024-12-05) + +### Features + +* **4093:** add task type 'Review Requests' ([1884c0f](https://github.com/bcgov/platform-services-registry/commit/1884c0fe2a3784745ae602d0cc0382dcf140685d)) +* **4188:** provide input box for resource requests ([c672284](https://github.com/bcgov/platform-services-registry/commit/c672284cb53636ae33bfdad3967ac2e25190297a)) + +### End-to-end Testing + +* **4125:** edit request for public cloud and couple of fixes ([e6adb46](https://github.com/bcgov/platform-services-registry/commit/e6adb464992232b22e83db528eaad457e9a41c2e)) ## [0.41.1](https://github.com/bcgov/platform-services-registry/compare/v0.41.0...v0.41.1) (2024-12-03) ### Features diff --git a/VERSION b/VERSION index 9ed317fb4..787ffc30a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.41.1 +0.42.0 diff --git a/app/package-lock.json b/app/package-lock.json index a5f2147d9..c26a402f9 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "pltsvc-app", - "version": "0.41.1", + "version": "0.42.0", "hasInstallScript": true, "dependencies": { "@azure/msal-node": "^2.3.0", diff --git a/app/package.json b/app/package.json index bb060076b..67228b5a2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc-app", "description": "B.C. Government's Platform Product Registry - App", - "version": "0.41.1", + "version": "0.42.0", "private": true, "scripts": { "dev": "next dev", diff --git a/package-lock.json b/package-lock.json index bd592532f..ef76bdfe7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pltsvc", - "version": "0.41.1", + "version": "0.42.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pltsvc", - "version": "0.41.1", + "version": "0.42.0", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^21.0.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", diff --git a/package.json b/package.json index 180c3ad3c..bedad0980 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc", "description": "B.C. Government's Platform Product Registry", - "version": "0.41.1", + "version": "0.42.0", "private": true, "scripts": { "lint": "eslint --no-eslintrc --config .eslintrc.root.json .",