Skip to content

Commit ac7c5ea

Browse files
authored
chore(main): release 2.5.4 (#326)
1 parent 5c495a7 commit ac7c5ea

4 files changed

Lines changed: 16 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.3"
2+
".": "2.5.4"
33
}

CHANGELOG.md

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

3+
## [2.5.4](https://github.com/ervwalter/trendweight/compare/v2.5.3...v2.5.4) (2025-08-15)
4+
5+
6+
### Refactoring
7+
8+
* replace sync progress overlay with toast notification ([7f8a3ca](https://github.com/ervwalter/trendweight/commit/7f8a3ca245450b4a7253addc7eb3cb7e0ab45fd1))
9+
10+
11+
### Dependencies
12+
13+
* update dependency fluentassertions to 8.6.0 ([#325](https://github.com/ervwalter/trendweight/issues/325)) ([5c495a7](https://github.com/ervwalter/trendweight/commit/5c495a721e08b03e00188cb9491ead29376ce1a8))
14+
* update npm dependencies ([#323](https://github.com/ervwalter/trendweight/issues/323)) ([9e211bd](https://github.com/ervwalter/trendweight/commit/9e211bd03073ae166d011d25a0146af433e7acf5))
15+
316
## [2.5.3](https://github.com/ervwalter/trendweight/compare/v2.5.2...v2.5.3) (2025-08-13)
417

518

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.3",
4+
"version": "2.5.4",
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.3
1+
2.5.4

0 commit comments

Comments
 (0)