Skip to content

Commit 6161ef2

Browse files
chore(main): release 0.8.0
1 parent 0c85e7e commit 6161ef2

5 files changed

Lines changed: 21 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.7.0"
2+
".": "0.8.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.7.0...v0.8.0) (2026-05-23)
4+
5+
6+
### Features
7+
8+
* add unlock recovery links ([5c26e16](https://github.com/reponomics/reponomics-dashboard-action/commit/5c26e1645950f1d8c07f4f4d91fc518e10093439))
9+
* add unlock screen theme toggle ([5607e31](https://github.com/reponomics/reponomics-dashboard-action/commit/5607e3150f17371b85940370816345b22cc3b988))
10+
* refresh encrypted dashboard unlock screen ([70fd9cd](https://github.com/reponomics/reponomics-dashboard-action/commit/70fd9cd9a4a59724eaabdd259375a4eb9e7b30b1))
11+
* throttle repeated unlock failures ([3ab79d9](https://github.com/reponomics/reponomics-dashboard-action/commit/3ab79d91f3165ea1cdec8f93e26218f08017d205))
12+
13+
14+
### Bug Fixes
15+
16+
* align unlock intro copy width ([d7bbfde](https://github.com/reponomics/reponomics-dashboard-action/commit/d7bbfde4de9e0fc2738dbb2bd55c498394f71676))
17+
* avoid password manager icon collision ([0901204](https://github.com/reponomics/reponomics-dashboard-action/commit/09012042bb902fd1ac668080d96ca341bf8ceacc))
18+
* cap mobile unlock wordmark size ([a6f7d44](https://github.com/reponomics/reponomics-dashboard-action/commit/a6f7d44ed74f2d39ad794fc78051b36be47347a4))
19+
320
## [0.7.0](https://github.com/reponomics/reponomics-dashboard-action/compare/v0.6.2...v0.7.0) (2026-05-23)
421

522

dashboard_action/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from typing import Any, Callable
1414

1515

16-
VERSION = "0.7.0" # x-release-please-version
16+
VERSION = "0.8.0" # x-release-please-version
1717
ROOT = Path(__file__).resolve().parent
1818
SCRIPTS_DIR = ROOT / "runtime" / "scripts"
1919
MIN_SECRET_LENGTH = 40

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "reponomics-dashboard-action"
7-
version = "0.7.0" # x-release-please-version
7+
version = "0.8.0" # x-release-please-version
88
description = "GitHub Action for the Reponomics Dashboard."
99
readme = "README.md"
1010
authors = [{ "name" = "Reponomics Contributors" }]

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

0 commit comments

Comments
 (0)