Skip to content

Commit

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

### 🍕 Features

* add repos/contributors treemap to list activity page ([#1853](#1853)) ([70a67f0](70a67f0))
* display featured insight pages to new contributors ([#1859](#1859)) ([5344c59](5344c59))

### 🐛 Bug Fixes

* fixed API querystring param for repo_id for treemap API call ([0b914ba](0b914ba))
* made dynamic treemap import ssr false ([9a94bf0](9a94bf0))
  • Loading branch information
nickytonline authored and open-sauced[bot] committed Oct 11, 2023
1 parent 9a94bf0 commit ae164ed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@

> All notable changes to this project will be documented in this file
## [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)


### 🍕 Features

* 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))


### 🐛 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))

## [1.69.0-beta.7](https://github.com/open-sauced/insights/compare/v1.69.0-beta.6...v1.69.0-beta.7) (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.7",
"version": "1.69.0-beta.8",
"author": "Brian Douglas <[email protected]>",
"private": true,
"license": "Apache 2.0",
Expand Down

0 comments on commit ae164ed

Please sign in to comment.