Skip to content

Commit 21daac6

Browse files
authored
chore(release): 0.28.3 (#759)
## Bug Fixes - ui: missing conversions of boolean to string in outgoing notify schemas
1 parent f47f716 commit 21daac6

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.28.3](https://github.com/release-argus/Argus/compare/0.28.2...0.28.3) (2025-12-19)
6+
7+
8+
### Bug Fixes
9+
10+
* **ui:** missing conversions of boolean to string in outgoing notify schemas ([#758](https://github.com/release-argus/Argus/issues/758)) ([f47f716](https://github.com/release-argus/Argus/commit/f47f716f79c29749009e41c01f696a21cb2bbcdd))
11+
512
## [0.28.2](https://github.com/release-argus/Argus/compare/0.28.1...0.28.2) (2025-12-16)
613

714

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
@@ -16,5 +16,5 @@
1616
"tailwind-sort": "prettier './web/ui/react-app/src/**/*{.ts,.tsx}' --write",
1717
"test": "echo \"Error: no test specified\" && exit 1"
1818
},
19-
"version": "0.28.2"
19+
"version": "0.28.3"
2020
}

web/ui/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"start": "vite"
7575
},
7676
"type": "module",
77-
"version": "0.28.2"
77+
"version": "0.28.3"
7878
}

0 commit comments

Comments
 (0)