Skip to content

Commit

Permalink
chore(minor): release 2.60.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.60.0](v2.59.0...v2.60.0) (2024-08-22)

### 🐛 Bug Fixes

* always show Add to Workspace button on repositories table ([#4003](#4003)) ([5954f32](5954f32))
* resolve incorrect redirect to 404 page on search fields ([#3959](#3959)) ([298161d](298161d))

### 🍕 Features

* copy OSSF Scorecard as image ([#4000](#4000)) ([690fb38](690fb38))
* copy repo page YOLO Chart as image ([#4014](#4014)) ([376dbe2](376dbe2))
* now you can copy the contributor confidence chart as an image ([#3966](#3966)) ([3291c6d](3291c6d))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Aug 22, 2024
1 parent ba38283 commit 7bbc176
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.60.0](https://github.com/open-sauced/app/compare/v2.59.0...v2.60.0) (2024-08-22)


### 🐛 Bug Fixes

* always show Add to Workspace button on repositories table ([#4003](https://github.com/open-sauced/app/issues/4003)) ([5954f32](https://github.com/open-sauced/app/commit/5954f321b1d1051b9ea022d7c9e762896609370b))
* resolve incorrect redirect to 404 page on search fields ([#3959](https://github.com/open-sauced/app/issues/3959)) ([298161d](https://github.com/open-sauced/app/commit/298161dc7dd9973e1db05b80508c5b9bdcac7624))


### 🍕 Features

* copy OSSF Scorecard as image ([#4000](https://github.com/open-sauced/app/issues/4000)) ([690fb38](https://github.com/open-sauced/app/commit/690fb38381275b95b39efe266cad2e1bdcff44b9))
* copy repo page YOLO Chart as image ([#4014](https://github.com/open-sauced/app/issues/4014)) ([376dbe2](https://github.com/open-sauced/app/commit/376dbe28a31f281fc90759c5c4eabd6960027844))
* now you can copy the contributor confidence chart as an image ([#3966](https://github.com/open-sauced/app/issues/3966)) ([3291c6d](https://github.com/open-sauced/app/commit/3291c6d1f878f2693ccabb979a33011f6de7d77b))

## [2.60.0-beta.4](https://github.com/open-sauced/app/compare/v2.60.0-beta.3...v2.60.0-beta.4) (2024-08-22)


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.60.0-beta.4",
"version": "2.60.0",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit 7bbc176

Please sign in to comment.