diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b8a68d16..2b7a0d48d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.52.0-beta.9](https://github.com/open-sauced/app/compare/v2.52.0-beta.8...v2.52.0-beta.9) (2024-08-08) + + +### πŸ› Bug Fixes + +* excluded OSCR from old contributor card list component ([#3901](https://github.com/open-sauced/app/issues/3901)) ([446f27c](https://github.com/open-sauced/app/commit/446f27c7180bca08f5def27b673fc898c4c5c7d6)) + ## [2.52.0-beta.8](https://github.com/open-sauced/app/compare/v2.52.0-beta.7...v2.52.0-beta.8) (2024-08-08) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0d2a85eb2..99f3d39c0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.52.0-beta.8", + "version": "2.52.0-beta.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.52.0-beta.8", + "version": "2.52.0-beta.9", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index 46747a1c4..3af85464f 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@open-sauced/app", "description": "πŸ•The dashboard for open source discovery.", "keywords": [], - "version": "2.52.0-beta.8", + "version": "2.52.0-beta.9", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",