diff --git a/CHANGELOG.md b/CHANGELOG.md index 8967d5fcdb..0c95f4fc3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.24.0-beta.1](https://github.com/open-sauced/app/compare/v2.23.1-beta.1...v2.24.0-beta.1) (2024-05-01) + + +### πŸ• Features + +* implement `ContributorsChart` for repo pages ([#3302](https://github.com/open-sauced/app/issues/3302)) ([b52b0e6](https://github.com/open-sauced/app/commit/b52b0e6ba566ed937456e77d4af1d69e36d6b76e)) + ## [2.23.1-beta.1](https://github.com/open-sauced/app/compare/v2.23.0...v2.23.1-beta.1) (2024-05-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e571d88f85..c9fb478a7d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.23.1-beta.1", + "version": "2.24.0-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.23.1-beta.1", + "version": "2.24.0-beta.1", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index f80b60b521..7e6f8f906b 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.23.1-beta.1", + "version": "2.24.0-beta.1", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",