From 9a3d69449ef1db74e0b3e9930094551f94a1f754 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Thu, 8 Aug 2024 21:13:23 +0000 Subject: [PATCH] chore(patch): release 2.52.0-beta.9 on beta channel [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",