Skip to content

Commit

Permalink
chore(minor): release 1.69.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.69.0](v1.68.0...v1.69.0) (2023-10-11)

### 🧑‍💻 Code Refactoring

* Remove + icon from list contributors stacked avatar ([#1851](#1851)) ([264f0dd](264f0dd))

### 🍕 Features

* add `Add to list` dropdown to user profile ([#1843](#1843)) ([4d81040](4d81040))
* add contributor search to list contributors ([#1862](#1862)) ([8e99a1d](8e99a1d))
* add lists link to global top nav ([#1861](#1861)) ([9dd61be](9dd61be))
* add repos/contributors treemap to list activity page ([#1853](#1853)) ([70a67f0](70a67f0))
* display featured insight pages to new contributors ([#1859](#1859)) ([5344c59](5344c59))
* upgrade posthog version to support posthog survey feedback ([#1857](#1857)) ([ca44b27](ca44b27))

### 🐛 Bug Fixes

* fixed API querystring param for repo_id for treemap API call ([0b914ba](0b914ba))
* made dynamic treemap import ssr false ([9a94bf0](9a94bf0))
* Repos with long names get cut off ([#1769](#1769)) ([cabf292](cabf292))
* show link to hub list page in nav ([#1858](#1858)) ([099b1aa](099b1aa))
  • Loading branch information
brandonroberts authored and open-sauced[bot] committed Oct 11, 2023
1 parent f546c0f commit cf175da
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@

> All notable changes to this project will be documented in this file
## [1.69.0](https://github.com/open-sauced/insights/compare/v1.68.0...v1.69.0) (2023-10-11)


### 🧑‍💻 Code Refactoring

* Remove + icon from list contributors stacked avatar ([#1851](https://github.com/open-sauced/insights/issues/1851)) ([264f0dd](https://github.com/open-sauced/insights/commit/264f0ddd2fa1378407c65fdc859a9a04ae3f6a5e))


### 🍕 Features

* add `Add to list` dropdown to user profile ([#1843](https://github.com/open-sauced/insights/issues/1843)) ([4d81040](https://github.com/open-sauced/insights/commit/4d81040d1968b75605eb4b42192f1cf982d090e1))
* add contributor search to list contributors ([#1862](https://github.com/open-sauced/insights/issues/1862)) ([8e99a1d](https://github.com/open-sauced/insights/commit/8e99a1df73092edb560357d62bfc700af522ea73))
* add lists link to global top nav ([#1861](https://github.com/open-sauced/insights/issues/1861)) ([9dd61be](https://github.com/open-sauced/insights/commit/9dd61beaa131ddab744c6f62be5c6029400b61d9))
* add repos/contributors treemap to list activity page ([#1853](https://github.com/open-sauced/insights/issues/1853)) ([70a67f0](https://github.com/open-sauced/insights/commit/70a67f08f6ab649621ef2c6115ca43f99ccd44ad))
* display featured insight pages to new contributors ([#1859](https://github.com/open-sauced/insights/issues/1859)) ([5344c59](https://github.com/open-sauced/insights/commit/5344c59538ae77b0d5f662fcd04e5dcc19807cc8))
* upgrade posthog version to support posthog survey feedback ([#1857](https://github.com/open-sauced/insights/issues/1857)) ([ca44b27](https://github.com/open-sauced/insights/commit/ca44b27815d6ad2d68af1b07d998d3bf8282dced))


### 🐛 Bug Fixes

* fixed API querystring param for repo_id for treemap API call ([0b914ba](https://github.com/open-sauced/insights/commit/0b914bab081344fc1d2fc8c67fdcc1bc8e2f09ce))
* made dynamic treemap import ssr false ([9a94bf0](https://github.com/open-sauced/insights/commit/9a94bf08fda293eb1a5f63553e6c8b4f2ce0f223))
* Repos with long names get cut off ([#1769](https://github.com/open-sauced/insights/issues/1769)) ([cabf292](https://github.com/open-sauced/insights/commit/cabf2929f2d31cca95e8d3fe277d483276615118))
* show link to hub list page in nav ([#1858](https://github.com/open-sauced/insights/issues/1858)) ([099b1aa](https://github.com/open-sauced/insights/commit/099b1aa51036111cd8c751ca286202b06be76ec4))

## [1.69.0-beta.8](https://github.com/open-sauced/insights/compare/v1.69.0-beta.7...v1.69.0-beta.8) (2023-10-11)


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
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.69.0-beta.8",
"version": "1.69.0",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit cf175da

Please sign in to comment.