Skip to content

Commit

Permalink
chore(minor): release 2.41.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.41.0](v2.40.0...v2.41.0) (2024-07-03)

### 🐛 Bug Fixes

* now OSCR that is 0 gets rendered as a dash ([#3662](#3662)) ([5e12564](5e12564))
* now workspace pages on smaller screens keep their layout in bounds ([#3664](#3664)) ([8b2a879](8b2a879))
* remove dots from `IssueChart` & `PRChart` ([#3659](#3659)) ([deb24a0](deb24a0))
* reset input after deleting contributor insight list ([#3600](#3600)) ([2a2ac76](2a2ac76))
* reset input after deleting contributor insight list([#3553](#3553)) ([e436e8d](e436e8d))
* workspace insight header paddings ([#3623](#3623)) ([10438b4](10438b4))

### 🍕 Features

* add range filter when importing GitHub repos for an org ([#3665](#3665)) ([89abf59](89abf59))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Jul 3, 2024
1 parent eb0d2b1 commit dcbe66e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@

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

## [2.41.0](https://github.com/open-sauced/app/compare/v2.40.0...v2.41.0) (2024-07-03)


### 🐛 Bug Fixes

* now OSCR that is 0 gets rendered as a dash ([#3662](https://github.com/open-sauced/app/issues/3662)) ([5e12564](https://github.com/open-sauced/app/commit/5e1256491964dc6e443b0f6db5bef59a9b9c57e9))
* now workspace pages on smaller screens keep their layout in bounds ([#3664](https://github.com/open-sauced/app/issues/3664)) ([8b2a879](https://github.com/open-sauced/app/commit/8b2a8795f2d10a30cc187431cce2e199c4802d9b))
* remove dots from `IssueChart` & `PRChart` ([#3659](https://github.com/open-sauced/app/issues/3659)) ([deb24a0](https://github.com/open-sauced/app/commit/deb24a0be3b040883e4f03c31db50e48a90dbde1))
* reset input after deleting contributor insight list ([#3600](https://github.com/open-sauced/app/issues/3600)) ([2a2ac76](https://github.com/open-sauced/app/commit/2a2ac7653bfe61914a950edb0cbe7d419d1ee2df))
* reset input after deleting contributor insight list([#3553](https://github.com/open-sauced/app/issues/3553)) ([e436e8d](https://github.com/open-sauced/app/commit/e436e8d1f5fccb4ca6e640b85a889dfd53132907))
* workspace insight header paddings ([#3623](https://github.com/open-sauced/app/issues/3623)) ([10438b4](https://github.com/open-sauced/app/commit/10438b4935a2020bd2e1171c2e63c048e0be81cd))


### 🍕 Features

* add range filter when importing GitHub repos for an org ([#3665](https://github.com/open-sauced/app/issues/3665)) ([89abf59](https://github.com/open-sauced/app/commit/89abf59f6770507ce7c659016ca88240e907f2da))

## [2.41.0-beta.1](https://github.com/open-sauced/app/compare/v2.40.1-beta.4...v2.41.0-beta.1) (2024-07-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.41.0-beta.1",
"version": "2.41.0",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit dcbe66e

Please sign in to comment.