Skip to content

Commit

Permalink
chore(minor): release 2.32.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.32.0](v2.31.0...v2.32.0) (2024-05-28)

### 🐛 Bug Fixes

* added more padding between footer and highlights ([#3483](#3483)) ([352cde5](352cde5))
* now if a dynamic widget errors out, StarSearch continues to work ([#3474](#3474)) ([f840d6b](f840d6b))
* now search input is no longer squised on non-macOS devices ([#3487](#3487)) ([15d70ce](15d70ce))
* now StarSearch suggestion boxes have uniform widths ([#3471](#3471)) ([1302d33](1302d33))
* now the outline button shows button text when disabled ([#3485](#3485)) ([cb8bd3a](cb8bd3a))
* **search:** only show one not found message ([#3477](#3477)) ([7714523](7714523))
* update feed highlight to StarSearch ([#3489](#3489)) ([c99921a](c99921a))

### 🍕 Features

* Adds URL parameter validators to fetch requests ([#3467](#3467)) ([4c056d9](4c056d9))
* Updates error copy StarSearch ([#3494](#3494)) ([735c8c6](735c8c6))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed May 28, 2024
1 parent 8150607 commit 651d4a1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@

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

## [2.32.0](https://github.com/open-sauced/app/compare/v2.31.0...v2.32.0) (2024-05-28)


### 🐛 Bug Fixes

* added more padding between footer and highlights ([#3483](https://github.com/open-sauced/app/issues/3483)) ([352cde5](https://github.com/open-sauced/app/commit/352cde5600514f09a23934d214cfa86d77b7e29d))
* now if a dynamic widget errors out, StarSearch continues to work ([#3474](https://github.com/open-sauced/app/issues/3474)) ([f840d6b](https://github.com/open-sauced/app/commit/f840d6b4fbcf5f81d2dacb42099b221bfff6d0c9))
* now search input is no longer squised on non-macOS devices ([#3487](https://github.com/open-sauced/app/issues/3487)) ([15d70ce](https://github.com/open-sauced/app/commit/15d70ce4f158f75bea167daf8b3dbbda50e37b89))
* now StarSearch suggestion boxes have uniform widths ([#3471](https://github.com/open-sauced/app/issues/3471)) ([1302d33](https://github.com/open-sauced/app/commit/1302d3368d0bc2e32ff88b067e6f233baaedf90c))
* now the outline button shows button text when disabled ([#3485](https://github.com/open-sauced/app/issues/3485)) ([cb8bd3a](https://github.com/open-sauced/app/commit/cb8bd3ac4defb0f71dc772ffa2ce31dfc217d585))
* **search:** only show one not found message ([#3477](https://github.com/open-sauced/app/issues/3477)) ([7714523](https://github.com/open-sauced/app/commit/7714523271d72a75c520ac3ae0a936fb7f0f07b7))
* update feed highlight to StarSearch ([#3489](https://github.com/open-sauced/app/issues/3489)) ([c99921a](https://github.com/open-sauced/app/commit/c99921ad9d404dd5a6351b02175e4c213c7d9122))


### 🍕 Features

* Adds URL parameter validators to fetch requests ([#3467](https://github.com/open-sauced/app/issues/3467)) ([4c056d9](https://github.com/open-sauced/app/commit/4c056d93f0bf98353961723acee233cca6611cef))
* Updates error copy StarSearch ([#3494](https://github.com/open-sauced/app/issues/3494)) ([735c8c6](https://github.com/open-sauced/app/commit/735c8c6257253048ec3de10bbc6b34af5dd95b25))

## [2.32.0-beta.8](https://github.com/open-sauced/app/compare/v2.32.0-beta.7...v2.32.0-beta.8) (2024-05-28)


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

0 comments on commit 651d4a1

Please sign in to comment.