-
-
Notifications
You must be signed in to change notification settings - Fork 225
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 1.32.0 [skip ci]
## [1.32.0](v1.31.0...v1.32.0) (2023-03-02) ### 🍕 Features * add ability to delete an insight page ([#920](#920)) ([e1cd798](e1cd798)), closes [#853](#853) * add loading state to highlight cards ([#921](#921)) ([63c2cc1](63c2cc1)), closes [#903](#903) * default explore topic matches user interest ([#930](#930)) ([e73c9dd](e73c9dd)), closes [#929](#929) * implement highlights feed page ([#913](#913)) ([6271c91](6271c91)), closes [#900](#900) [#829](#829) * navigate to user contributions tab if there are no user highlights ([#918](#918)) ([3bb20ef](3bb20ef)), closes [#914](#914) [#916](#916) * update default user profile bio ([#926](#926)) ([2a95817](2a95817)), closes [#922](#922)
- Loading branch information
1 parent
291a694
commit 7522f14
Showing
2 changed files
with
13 additions
and
1 deletion.
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
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/insights", | ||
"description": "🍕The dashboard for open source discovery.", | ||
"keywords": [], | ||
"version": "1.32.0-beta.1", | ||
"version": "1.32.0", | ||
"author": "TED Vortex <[email protected]>", | ||
"private": true, | ||
"license": "MIT", | ||
|