Skip to content

Commit 3070837

Browse files
authored
chore(main): release 2.5.1 (#319)
1 parent 18c467b commit 3070837

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/release-manifest.json

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

CHANGELOG.md

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

3+
## [2.5.1](https://github.com/ervwalter/trendweight/compare/v2.5.0...v2.5.1) (2025-08-12)
4+
5+
6+
### Fixes
7+
8+
* conditionally render sync progress overlay to prevent tooltip blocking ([18c467b](https://github.com/ervwalter/trendweight/commit/18c467b21fc3df37befb8700c28cdd85b16d9d9c))
9+
310
## [2.5.0](https://github.com/ervwalter/trendweight/compare/v2.4.2...v2.5.0) (2025-08-12)
411

512

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.5.1

0 commit comments

Comments
 (0)