-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(minor): release 2.32.0 [skip ci]
## [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
1 parent
8150607
commit 651d4a1
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|