diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a3d668e..f494cac80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [2.61.0-beta.16](https://github.com/open-sauced/app/compare/v2.61.0-beta.15...v2.61.0-beta.16) (2024-08-29) + + +### πŸ› Bug Fixes + +* remove set width for repo pages charts ([#4068](https://github.com/open-sauced/app/issues/4068)) ([2dc9062](https://github.com/open-sauced/app/commit/2dc9062ebee2ed6d60c15437a5f2d29052607c9d)) + ## [2.61.0-beta.15](https://github.com/open-sauced/app/compare/v2.61.0-beta.14...v2.61.0-beta.15) (2024-08-29) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 009c2c276..90ff7264f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/app", - "version": "2.61.0-beta.15", + "version": "2.61.0-beta.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/app", - "version": "2.61.0-beta.15", + "version": "2.61.0-beta.16", "hasInstallScript": true, "license": "Apache 2.0", "dependencies": { diff --git a/package.json b/package.json index b1d3ebb22..f96532119 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.61.0-beta.15", + "version": "2.61.0-beta.16", "author": "Brian Douglas ", "private": true, "license": "Apache 2.0",