Skip to content

Commit 8ef13a0

Browse files
chore(release): πŸš€ 1.17.0 [skip ci]
# [1.17.0](v1.16.0...v1.17.0) (2026-02-19) ### Bug Fixes * **dashboard:** align git log meta line ([5eb6735](5eb6735)) * **frontend:** improve dashboard view ([6637302](6637302)) * **frontend:** key git log commits list ([64b23ed](64b23ed)) * **gitlog:** error on invalid numstat lines ([54d1778](54d1778)) * **gitlog:** treat empty repo as no commits ([e354ce0](e354ce0)) * **gitlog:** warn on invalid numstat entries ([81f5e17](81f5e17)) * **test:** add test cases to parser ([8a903f5](8a903f5)) ### Features * **api:** add git log endpoint ([d152fcb](d152fcb)) * **dashboard:** highlight conventional commits ([7a78329](7a78329)) * **dashboard:** relocate git header info ([4a93dc3](4a93dc3)) * **dashboard:** replace metrics with git log panel ([966399c](966399c)) * **frontend:** add git log store plumbing ([eff5612](eff5612)) * **gitlog:** add safe git log adapter ([257725d](257725d))
1 parent 5eb6735 commit 8ef13a0

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.17.0](https://github.com/dyne/gestalt/compare/v1.16.0...v1.17.0) (2026-02-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **dashboard:** align git log meta line ([5eb6735](https://github.com/dyne/gestalt/commit/5eb673555445a80eeaf279ac30e79f17ce0421f0))
7+
* **frontend:** improve dashboard view ([6637302](https://github.com/dyne/gestalt/commit/66373027b0dc40d72d3046ffa357c0133ee53448))
8+
* **frontend:** key git log commits list ([64b23ed](https://github.com/dyne/gestalt/commit/64b23edb5c1d52ac6f27303c0298559bd8904451))
9+
* **gitlog:** error on invalid numstat lines ([54d1778](https://github.com/dyne/gestalt/commit/54d1778f9f92676756a0a7679c0c615ed696c094))
10+
* **gitlog:** treat empty repo as no commits ([e354ce0](https://github.com/dyne/gestalt/commit/e354ce08f47b1849be52ff8f08111e89a25b0c1f))
11+
* **gitlog:** warn on invalid numstat entries ([81f5e17](https://github.com/dyne/gestalt/commit/81f5e17b56654aa5f6f8b3828f7a1d33a5cf6b08))
12+
* **test:** add test cases to parser ([8a903f5](https://github.com/dyne/gestalt/commit/8a903f5fcbc04eb9f89cbb6f2743a8bb2283fd8e))
13+
14+
15+
### Features
16+
17+
* **api:** add git log endpoint ([d152fcb](https://github.com/dyne/gestalt/commit/d152fcb033ccb19b953d7082fdbaf6570d6c64f3))
18+
* **dashboard:** highlight conventional commits ([7a78329](https://github.com/dyne/gestalt/commit/7a783296b56e618d978e228dee1a469f90761f09))
19+
* **dashboard:** relocate git header info ([4a93dc3](https://github.com/dyne/gestalt/commit/4a93dc37d06d3407c1e6d27d9483a2571fd0b978))
20+
* **dashboard:** replace metrics with git log panel ([966399c](https://github.com/dyne/gestalt/commit/966399cfc09ea35f21dcaa7d44e8cdbd8738c2bc))
21+
* **frontend:** add git log store plumbing ([eff5612](https://github.com/dyne/gestalt/commit/eff561280053224a0a7fe72354788357c08f8915))
22+
* **gitlog:** add safe git log adapter ([257725d](https://github.com/dyne/gestalt/commit/257725d3dcc492f74220c1f9c77c0b7b3709a416))
23+
124
# [1.16.0](https://github.com/dyne/gestalt/compare/v1.15.0...v1.16.0) (2026-02-18)
225

326

β€Ž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,6 +1,6 @@
11
{
22
"name": "gestalt",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"private": true,
55
"repository": {
66
"type": "git",

0 commit comments

Comments
Β (0)