Skip to content

Commit

Permalink
chore: merge release 2.56.0 (#3955)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts authored Aug 14, 2024
2 parents e173300 + 6b7eca8 commit dc863f7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

> All notable changes to this project will be documented in this file

## [2.56.0](https://github.com/open-sauced/app/compare/v2.55.2...v2.56.0) (2024-08-14)


### 🍕 Features

* now workspace can be generated from repo page via SBOM ([#3938](https://github.com/open-sauced/app/issues/3938)) ([e2bd019](https://github.com/open-sauced/app/commit/e2bd019134e86a700d7f18b20b755541e57a32cf))


### 🐛 Bug Fixes

* fixed contributor insight contributor grid not loading paged data ([#3945](https://github.com/open-sauced/app/issues/3945)) ([1f645ed](https://github.com/open-sauced/app/commit/1f645ed44433d04acce1619d7a907ceda1384605))
* now the Dev Card share buttons appear on all screen sizes ([#3941](https://github.com/open-sauced/app/issues/3941)) ([5fce569](https://github.com/open-sauced/app/commit/5fce5699245ea395e30b540ce6b265879c84f698))
* remove duplicate `DayRange` select ([#3939](https://github.com/open-sauced/app/issues/3939)) ([126d44f](https://github.com/open-sauced/app/commit/126d44f3957035856dc687590f4232e88193e681))
* validate user exists for `/user/<username>/card` page ([#3933](https://github.com/open-sauced/app/issues/3933)) ([9976453](https://github.com/open-sauced/app/commit/99764535b0690788f86ae951b33a520b5a1bbeb1))

## [2.56.0-beta.4](https://github.com/open-sauced/app/compare/v2.56.0-beta.3...v2.56.0-beta.4) (2024-08-14)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-sauced/app",
"description": "🍕The dashboard for open source discovery.",
"keywords": [],
"version": "2.56.0-beta.4",
"version": "2.56.0",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit dc863f7

Please sign in to comment.