Skip to content

Commit

Permalink
chore(minor): release 2.63.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.63.0](v2.62.0...v2.63.0) (2024-09-19)

### 🍕 Features

* updated `/explore` page ([#4053](#4053)) ([37ee0f5](37ee0f5))

### 🐛 Bug Fixes

* Prevent OSCR score from popping out of dev card with long usernames ([#4010](#4010)) ([b92f477](b92f477))
* redirect all explore requests to the new explore page ([#4112](#4112)) ([182f091](182f091))
* set workspaces for `/explore` "Discover Workspaces" section ([#4106](#4106)) ([41c7248](41c7248))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Sep 19, 2024
1 parent f5cbb68 commit 11428f6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

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

## [2.63.0](https://github.com/open-sauced/app/compare/v2.62.0...v2.63.0) (2024-09-19)


### 🍕 Features

* updated `/explore` page ([#4053](https://github.com/open-sauced/app/issues/4053)) ([37ee0f5](https://github.com/open-sauced/app/commit/37ee0f5f5d66c39bff5b99bf7036db8c14e4b48b))


### 🐛 Bug Fixes

* Prevent OSCR score from popping out of dev card with long usernames ([#4010](https://github.com/open-sauced/app/issues/4010)) ([b92f477](https://github.com/open-sauced/app/commit/b92f477d5691e5f1ffa4957c404bbfb090d220ec))
* redirect all explore requests to the new explore page ([#4112](https://github.com/open-sauced/app/issues/4112)) ([182f091](https://github.com/open-sauced/app/commit/182f091abc393d5226102ba18aaa006e2ee12add))
* set workspaces for `/explore` "Discover Workspaces" section ([#4106](https://github.com/open-sauced/app/issues/4106)) ([41c7248](https://github.com/open-sauced/app/commit/41c72489df14b9ae563136c0cd50aae64185f92c))

## [2.63.0-beta.4](https://github.com/open-sauced/app/compare/v2.63.0-beta.3...v2.63.0-beta.4) (2024-09-19)


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

0 comments on commit 11428f6

Please sign in to comment.