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](open-sauced/app@v1.31.0...v1.32.0) (2023-03-02)

### ๐Ÿ• Features

* add ability to delete an insight page ([#920](open-sauced/app#920)) ([e1cd798](open-sauced/app@e1cd798)), closes [#853](open-sauced/app#853)
* add loading state to highlight cards ([#921](open-sauced/app#921)) ([63c2cc1](open-sauced/app@63c2cc1)), closes [#903](open-sauced/app#903)
* default explore topic matches user interest ([#930](open-sauced/app#930)) ([e73c9dd](open-sauced/app@e73c9dd)), closes [#929](open-sauced/app#929)
* implement highlights feed page ([#913](open-sauced/app#913)) ([6271c91](open-sauced/app@6271c91)), closes [#900](open-sauced/app#900) [#829](open-sauced/app#829)
* navigate to user contributions tab if there are no user highlights ([#918](open-sauced/app#918)) ([3bb20ef](open-sauced/app@3bb20ef)), closes [#914](open-sauced/app#914) [#916](open-sauced/app#916)
* update default user profile bio ([#926](open-sauced/app#926)) ([2a95817](open-sauced/app@2a95817)), closes [#922](open-sauced/app#922)
  • Loading branch information
ElpisHelle committed Mar 2, 2023
1 parent 4d20d9b commit 3250cc5
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 <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 3250cc5

Please sign in to comment.