Skip to content

Commit

Permalink
chore(minor): release 1.30.0-alpha.2 on alpha channel [skip ci]
Browse files Browse the repository at this point in the history
## [1.30.0-alpha.2](v1.30.0-alpha.1...v1.30.0-alpha.2) (2023-02-17)

### 🍕 Features

* add  highlights to user profile page ([#859](#859)) ([4b01376](4b01376)), closes [#830](#830)
* add dropdown for topics in Explore ([#877](#877)) ([9579902](9579902)), closes [#533](#533)
* disable create insight page button if the page name is missing ([#857](#857)) ([95da564](95da564)), closes [#852](#852)

### 🐛 Bug Fixes

* enable displaying/editing of insight page repos from API ([f4cc62f](f4cc62f))
* formatting ([065ede0](065ede0))
* reset text input fields when clear button is clicked ([#869](#869)) ([783098d](783098d)), closes [#858](#858)
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Feb 17, 2023
1 parent 065ede0 commit 162b0b7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,22 @@

> All notable changes to this project will be documented in this file
## [1.30.0-alpha.2](https://github.com/open-sauced/insights/compare/v1.30.0-alpha.1...v1.30.0-alpha.2) (2023-02-17)


### 🍕 Features

* add highlights to user profile page ([#859](https://github.com/open-sauced/insights/issues/859)) ([4b01376](https://github.com/open-sauced/insights/commit/4b013767176a9f1e8bec47a5190dc0d0a18e6ac1)), closes [#830](https://github.com/open-sauced/insights/issues/830)
* add dropdown for topics in Explore ([#877](https://github.com/open-sauced/insights/issues/877)) ([9579902](https://github.com/open-sauced/insights/commit/95799029ea5e47fff7862146a24daeedf22288e4)), closes [#533](https://github.com/open-sauced/insights/issues/533)
* disable create insight page button if the page name is missing ([#857](https://github.com/open-sauced/insights/issues/857)) ([95da564](https://github.com/open-sauced/insights/commit/95da5649e64642d70e8b95b8f8e9d753f8c2bde2)), closes [#852](https://github.com/open-sauced/insights/issues/852)


### 🐛 Bug Fixes

* enable displaying/editing of insight page repos from API ([f4cc62f](https://github.com/open-sauced/insights/commit/f4cc62f5e6f39b96ec76041998b3664ab8068f8b))
* formatting ([065ede0](https://github.com/open-sauced/insights/commit/065ede07e9218568f363e66cbb997d0c88597310))
* reset text input fields when clear button is clicked ([#869](https://github.com/open-sauced/insights/issues/869)) ([783098d](https://github.com/open-sauced/insights/commit/783098dfbd18a3e5f03e3d6d8001c6cfcea1dde1)), closes [#858](https://github.com/open-sauced/insights/issues/858)

## [1.30.0-alpha.1](https://github.com/open-sauced/insights/compare/v1.29.0...v1.30.0-alpha.1) (2023-02-14)

## [1.30.0-beta.4](https://github.com/open-sauced/insights/compare/v1.30.0-beta.3...v1.30.0-beta.4) (2023-02-17)
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
Expand Up @@ -2,7 +2,7 @@
"name": "@open-sauced/insights",
"description": "🍕The dashboard for open source discovery.",
"keywords": [],
"version": "1.30.0-alpha.1",
"version": "1.30.0-alpha.2",
"author": "TED Vortex <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit 162b0b7

Please sign in to comment.