Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 317b212

Browse files
brandonrobertsopen-sauced[bot]
authored andcommitted
chore(minor): release 1.51.0 [skip ci]
## [1.51.0](v1.50.0...v1.51.0) (2023-06-06) ### 🍕 Features * add share tracking ([#1250](#1250)) ([5b7d331](5b7d331)) * implement dynamic redirect on auth ([#1240](#1240)) ([548cc4d](548cc4d)) ### 🐛 Bug Fixes * Footer Location on Smaller Screens ([#1242](#1242)) ([8b2356a](8b2356a)) * reports select issue ([#1239](#1239)) ([a48bc87](a48bc87)) * update contributors hook to use contributor API endpoint ([#1238](#1238)) ([eff01c0](eff01c0)) * update hook for Posthog ([cd4f32c](cd4f32c)) * update medium activity threshold for repositories ([#1251](#1251)) ([4730533](4730533)), closes [#1224](#1224)
1 parent 3edec79 commit 317b212

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55

66
> All notable changes to this project will be documented in this file
77
8+
## [1.51.0](https://github.com/open-sauced/insights/compare/v1.50.0...v1.51.0) (2023-06-06)
9+
10+
11+
### 🍕 Features
12+
13+
* add share tracking ([#1250](https://github.com/open-sauced/insights/issues/1250)) ([5b7d331](https://github.com/open-sauced/insights/commit/5b7d3317d4670d46611ed6bb1439e24974f7ddc4))
14+
* implement dynamic redirect on auth ([#1240](https://github.com/open-sauced/insights/issues/1240)) ([548cc4d](https://github.com/open-sauced/insights/commit/548cc4df7c4758c9fbe45054ab4b889b7180f011))
15+
16+
17+
### 🐛 Bug Fixes
18+
19+
* Footer Location on Smaller Screens ([#1242](https://github.com/open-sauced/insights/issues/1242)) ([8b2356a](https://github.com/open-sauced/insights/commit/8b2356ab0b28a3582c32a28985356110e405448e))
20+
* reports select issue ([#1239](https://github.com/open-sauced/insights/issues/1239)) ([a48bc87](https://github.com/open-sauced/insights/commit/a48bc879b23bf9bfe43164b4377a607741a58d2a))
21+
* update contributors hook to use contributor API endpoint ([#1238](https://github.com/open-sauced/insights/issues/1238)) ([eff01c0](https://github.com/open-sauced/insights/commit/eff01c0f88c05f57925a0ec021e78676ba9d915f))
22+
* update hook for Posthog ([cd4f32c](https://github.com/open-sauced/insights/commit/cd4f32c506dc370a88fa2fa451995704f4818994))
23+
* update medium activity threshold for repositories ([#1251](https://github.com/open-sauced/insights/issues/1251)) ([4730533](https://github.com/open-sauced/insights/commit/4730533c2426a58f39bbc4d6b06cd7291d96652f)), closes [#1224](https://github.com/open-sauced/insights/issues/1224)
24+
825
## [1.51.0-beta.2](https://github.com/open-sauced/insights/compare/v1.51.0-beta.1...v1.51.0-beta.2) (2023-06-06)
926

1027

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@open-sauced/insights",
33
"description": "🍕The dashboard for open source discovery.",
44
"keywords": [],
5-
"version": "1.51.0-beta.2",
5+
"version": "1.51.0",
66
"author": "TED Vortex <[email protected]>",
77
"private": true,
88
"license": "MIT",

0 commit comments

Comments
 (0)