Skip to content

Commit 656cdbb

Browse files
committed
chore(release): 2.3.0 [skip ci]
1 parent 6bc1c69 commit 656cdbb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [2.3.0](https://github.com/Tracktor/treege-consumer/compare/2.2.0...2.3.0) (2025-07-03)
6+
7+
8+
### Features
9+
10+
* enhance CheckBoxField to improve checked value logic with boolean handling ([163b7f0](https://github.com/Tracktor/treege-consumer/commit/163b7f008bde3202b9e049afdf8a1a7177d3fb7e))
11+
* update CheckBoxField to simplify active state handling and improve checked value logic ([21c8780](https://github.com/Tracktor/treege-consumer/commit/21c8780de35b3590ac0e3263d00aa41539465bf1))
12+
513
## [2.2.0](https://github.com/Tracktor/treege-consumer/compare/2.1.1...2.2.0) (2025-07-02)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "treege-consumer",
33
"description": "A React library to consume easily form generated from Tree",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"type": "module",
66
"types": "dist/main.d.ts",
77
"main": "dist/main.umd.cjs",

0 commit comments

Comments
 (0)