Skip to content

Commit

Permalink
chore(minor): release 1.32.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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
brandonroberts authored and open-sauced[bot] committed Mar 2, 2023
1 parent 291a694 commit 7522f14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@

> All notable changes to this project will be documented in this file
## [1.32.0](https://github.com/open-sauced/insights/compare/v1.31.0...v1.32.0) (2023-03-02)


### 🍕 Features

* add ability to delete an insight page ([#920](https://github.com/open-sauced/insights/issues/920)) ([e1cd798](https://github.com/open-sauced/insights/commit/e1cd7988851eb4734b666e29541b7f8155f8ea1b)), closes [#853](https://github.com/open-sauced/insights/issues/853)
* add loading state to highlight cards ([#921](https://github.com/open-sauced/insights/issues/921)) ([63c2cc1](https://github.com/open-sauced/insights/commit/63c2cc1772fed6161b70e25a883d16a0f756d1a2)), closes [#903](https://github.com/open-sauced/insights/issues/903)
* default explore topic matches user interest ([#930](https://github.com/open-sauced/insights/issues/930)) ([e73c9dd](https://github.com/open-sauced/insights/commit/e73c9ddaffa2cd013ea43f2132b98cf28d2951ad)), closes [#929](https://github.com/open-sauced/insights/issues/929)
* implement highlights feed page ([#913](https://github.com/open-sauced/insights/issues/913)) ([6271c91](https://github.com/open-sauced/insights/commit/6271c919fc45bcd8d0ef7eb8f4282a5114a72882)), closes [#900](https://github.com/open-sauced/insights/issues/900) [#829](https://github.com/open-sauced/insights/issues/829)
* navigate to user contributions tab if there are no user highlights ([#918](https://github.com/open-sauced/insights/issues/918)) ([3bb20ef](https://github.com/open-sauced/insights/commit/3bb20ef596cf32e2186678c8e1bcb5c4040e3393)), closes [#914](https://github.com/open-sauced/insights/issues/914) [#916](https://github.com/open-sauced/insights/issues/916)
* update default user profile bio ([#926](https://github.com/open-sauced/insights/issues/926)) ([2a95817](https://github.com/open-sauced/insights/commit/2a9581709365c2bdcbe9a0f1fcbddf6272ff4b72)), closes [#922](https://github.com/open-sauced/insights/issues/922)

## [1.32.0-beta.1](https://github.com/open-sauced/insights/compare/v1.31.0...v1.32.0-beta.1) (2023-03-02)


Expand Down
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/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",
Expand Down

0 comments on commit 7522f14

Please sign in to comment.