Skip to content

Commit

Permalink
chore(minor): release 2.36.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.36.0](v2.35.0...v2.36.0) (2024-06-18)

### 🐛 Bug Fixes

* Contributor Confidence styling ([#3572](#3572)) ([3e7c4ed](3e7c4ed))
* remove GitHub organization permissions request from authentication ([#3570](#3570)) ([673923c](673923c))
* update user search to fallback to GitHub API on error and zero results ([#3569](#3569)) ([a5946d0](a5946d0))

### 🍕 Features

* add contributions filter to contributor profile ([#3556](#3556)) ([f588f9d](f588f9d))
* add workspace layout to user page ([#3537](#3537)) ([2504c34](2504c34))
* enabled loading an existing conversation in StarSearch ([#3563](#3563)) ([cc34e7b](cc34e7b))
* now StarSearch uses the new StarSearch API endpoints for chat creation/updates ([#3565](#3565)) ([0ac0145](0ac0145))
* Repo Pages - move devstats to top of mobile view ([#3574](#3574)) ([658b76a](658b76a))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Jun 18, 2024
1 parent 14c104b commit 1fafa43
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@

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

## [2.36.0](https://github.com/open-sauced/app/compare/v2.35.0...v2.36.0) (2024-06-18)


### 🐛 Bug Fixes

* Contributor Confidence styling ([#3572](https://github.com/open-sauced/app/issues/3572)) ([3e7c4ed](https://github.com/open-sauced/app/commit/3e7c4ed05fe93d7cece9bd4c81b8b1d419af1001))
* remove GitHub organization permissions request from authentication ([#3570](https://github.com/open-sauced/app/issues/3570)) ([673923c](https://github.com/open-sauced/app/commit/673923c227387304090e706267e560f5d7f51fdb))
* update user search to fallback to GitHub API on error and zero results ([#3569](https://github.com/open-sauced/app/issues/3569)) ([a5946d0](https://github.com/open-sauced/app/commit/a5946d04c8fb9b42ee8ef3bdac492a3d9a2c9481))


### 🍕 Features

* add contributions filter to contributor profile ([#3556](https://github.com/open-sauced/app/issues/3556)) ([f588f9d](https://github.com/open-sauced/app/commit/f588f9d14c297286995c3ea184fb46f08def1ebf))
* add workspace layout to user page ([#3537](https://github.com/open-sauced/app/issues/3537)) ([2504c34](https://github.com/open-sauced/app/commit/2504c347dfdf3372b9f5ee83011b5c622e7293d1))
* enabled loading an existing conversation in StarSearch ([#3563](https://github.com/open-sauced/app/issues/3563)) ([cc34e7b](https://github.com/open-sauced/app/commit/cc34e7bf3f9152e632073586812c55b44a080c88))
* now StarSearch uses the new StarSearch API endpoints for chat creation/updates ([#3565](https://github.com/open-sauced/app/issues/3565)) ([0ac0145](https://github.com/open-sauced/app/commit/0ac0145d85025307385452f7badcb6e19c543fd5))
* Repo Pages - move devstats to top of mobile view ([#3574](https://github.com/open-sauced/app/issues/3574)) ([658b76a](https://github.com/open-sauced/app/commit/658b76a60585cdf234325c3d97c0fca5d67cc3ff))

## [2.36.0-beta.7](https://github.com/open-sauced/app/compare/v2.36.0-beta.6...v2.36.0-beta.7) (2024-06-18)


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

0 comments on commit 1fafa43

Please sign in to comment.