Skip to content

Commit 1e8ab18

Browse files
chore(release): 1.7.0 [skip ci]
## [1.7.0](v1.6.0...v1.7.0) (2025-07-10) ### πŸš€ Features * Implement Hybrid Progressive Capture System with GraphQL Integration ([#182](#182)) ([7615479](7615479)) * Improved user exp with data capture and inngest ([#179](#179)) ([e480ace](e480ace)) ### πŸ“š Documentation * add major release trigger methods to release process guide ([#183](#183)) ([91d781d](91d781d))
1 parent 91d781d commit 1e8ab18

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

β€ŽCHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.7.0](https://github.com/bdougie/contributor.info/compare/v1.6.0...v1.7.0) (2025-07-10)
9+
10+
11+
### πŸš€ Features
12+
13+
* Implement Hybrid Progressive Capture System with GraphQL Integration ([#182](https://github.com/bdougie/contributor.info/issues/182)) ([7615479](https://github.com/bdougie/contributor.info/commit/7615479cee7a1689812dd2172f6089bcec04770a))
14+
* Improved user exp with data capture and inngest ([#179](https://github.com/bdougie/contributor.info/issues/179)) ([e480ace](https://github.com/bdougie/contributor.info/commit/e480ace682f6084f2a44d3a15128b861898000bd))
15+
16+
17+
### πŸ“š Documentation
18+
19+
* add major release trigger methods to release process guide ([#183](https://github.com/bdougie/contributor.info/issues/183)) ([91d781d](https://github.com/bdougie/contributor.info/commit/91d781d6a2fced95774f5e49f9bb631348c3a209))
20+
821
## [1.5.0](https://github.com/bdougie/contributor.info/compare/v1.4.0...v1.5.0) (2025-06-22)
922

1023

β€Žpackage-lock.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
@@ -1,7 +1,7 @@
11
{
22
"name": "contributor-info",
33
"private": true,
4-
"version": "1.5.0",
4+
"version": "1.7.0",
55
"type": "module",
66
"engines": {
77
"node": ">=20.0.0",

β€Žpublic/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.5.0](https://github.com/bdougie/contributor.info/compare/v1.4.0...v1.5.0) (2025-06-22)
9+
10+
11+
### πŸš€ Features
12+
13+
* Db performance and health checks ([#114](https://github.com/bdougie/contributor.info/issues/114)) ([3958f01](https://github.com/bdougie/contributor.info/commit/3958f01744df548a93739693dd444321b0ed35cb))
14+
* FOUC Fix ([#113](https://github.com/bdougie/contributor.info/issues/113)) ([47d5a9a](https://github.com/bdougie/contributor.info/commit/47d5a9a07a8b9643ee9ba917e64449eba6b6b4e4))
15+
16+
17+
### πŸ› Bug Fixes
18+
19+
* Filter Distribution Tab to show only merged PRs ([#119](https://github.com/bdougie/contributor.info/issues/119)) ([7d7d5b8](https://github.com/bdougie/contributor.info/commit/7d7d5b8732974aab3e88b1a8503771a173140f36)), closes [#116](https://github.com/bdougie/contributor.info/issues/116)
20+
* improve mobile responsiveness for Feed and Lottery Factor components ([#118](https://github.com/bdougie/contributor.info/issues/118)) ([d7c6074](https://github.com/bdougie/contributor.info/commit/d7c60744df8ed35efe097e343ed6578d57fd1f8c)), closes [#115](https://github.com/bdougie/contributor.info/issues/115)
21+
* Light ([#117](https://github.com/bdougie/contributor.info/issues/117)) ([e0ffe2f](https://github.com/bdougie/contributor.info/commit/e0ffe2fd1bb351d1bf7923e178c59071a3f15e5e))
22+
23+
24+
### πŸ“š Documentation
25+
26+
* backfill user guide with comprehensive feature documentation ([#121](https://github.com/bdougie/contributor.info/issues/121)) ([d2f1792](https://github.com/bdougie/contributor.info/commit/d2f179272536bb174da5f6bb78cb3b015babe21b)), closes [#120](https://github.com/bdougie/contributor.info/issues/120)
27+
828
## [1.4.0](https://github.com/bdougie/contributor.info/compare/v1.3.0...v1.4.0) (2025-06-22)
929

1030

0 commit comments

Comments
Β (0)