Skip to content

Commit 861e200

Browse files
committed
release: cut the v16.1.6 release
1 parent 34857c7 commit 861e200

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="16.1.6"></a>
2+
# 16.1.6 "unfair-cuckoo" (2024-10-16)
3+
### Bug Fixes
4+
* **core/forms:** set null value for calculate fields if value is equals to NaN ([e3909c4](https://github.com/gnucoop/ajf/commit/e3909c4d841b68565642bb50280be3ac360e8326))
5+
* **core/reports:** fix range widget in automatic report ([d77aaf5](https://github.com/gnucoop/ajf/commit/d77aaf515fa060da06a9cbdd9ea5b524dbd645e0))
6+
* **material/forms:** fix hint icon width in forms for long text ([879ec7d](https://github.com/gnucoop/ajf/commit/879ec7dbcfb679a433cd1945cb70e136835dfb14))
7+
### Features
8+
* **material/forms:** redesign table field ([34857c7](https://github.com/gnucoop/ajf/commit/34857c798ca74dcac9d7d662d9f36d330e882b16))
9+
10+
<!-- CHANGELOG SPLIT MARKER -->
11+
112
<a name="16.1.5"></a>
213
# 16.1.5 "universal-bonobo" (2024-09-02)
314
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cypress:open": "cypress open",
3636
"cypress:run": "cypress run"
3737
},
38-
"version": "16.1.5",
38+
"version": "16.1.6",
3939
"private": true,
4040
"dependencies": {
4141
"@ajf/icons": "^1.0.0",

0 commit comments

Comments
 (0)