Skip to content

Commit

Permalink
chore(minor): release 2.24.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.24.0](v2.23.0...v2.24.0) (2024-05-02)

### 🍕 Features

* implement `ContributorsChart` for repo pages ([#3302](#3302)) ([b52b0e6](b52b0e6))
* implemented the StarSearch feedback component ([#3298](#3298)) ([1297274](1297274))

### 🐛 Bug Fixes

* explore links 404 ([#3297](#3297)) ([ba05a16](ba05a16))
* filter out undefined values for building workspace owners array ([#3305](#3305)) ([bd4e1fe](bd4e1fe))
* return 404 on invalid workspace ID ([#3301](#3301)) ([d09c229](d09c229))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed May 2, 2024
1 parent 5697d90 commit 325a886
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.24.0](https://github.com/open-sauced/app/compare/v2.23.0...v2.24.0) (2024-05-02)


### 🍕 Features

* implement `ContributorsChart` for repo pages ([#3302](https://github.com/open-sauced/app/issues/3302)) ([b52b0e6](https://github.com/open-sauced/app/commit/b52b0e6ba566ed937456e77d4af1d69e36d6b76e))
* implemented the StarSearch feedback component ([#3298](https://github.com/open-sauced/app/issues/3298)) ([1297274](https://github.com/open-sauced/app/commit/1297274c79e670ee29d351a74f7bd8a8b1b4a9e6))


### 🐛 Bug Fixes

* explore links 404 ([#3297](https://github.com/open-sauced/app/issues/3297)) ([ba05a16](https://github.com/open-sauced/app/commit/ba05a16f55f73b518eb6b62ed388d92ebfe8f70e))
* filter out undefined values for building workspace owners array ([#3305](https://github.com/open-sauced/app/issues/3305)) ([bd4e1fe](https://github.com/open-sauced/app/commit/bd4e1fe394529409581387cdbd7591e478d2e44f))
* return 404 on invalid workspace ID ([#3301](https://github.com/open-sauced/app/issues/3301)) ([d09c229](https://github.com/open-sauced/app/commit/d09c229a39d23213893d00dc3d0a95f545ea7bd3))

## [2.24.0-beta.4](https://github.com/open-sauced/app/compare/v2.24.0-beta.3...v2.24.0-beta.4) (2024-05-02)


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.24.0-beta.4",
"version": "2.24.0",
"author": "Brian Douglas <brian@opensauced.pizza>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit 325a886

Please sign in to comment.