Skip to content

Commit 4b47cf8

Browse files
chore(release): 2.3.0 [skip ci]
# [2.3.0](v2.2.2...v2.3.0) (2024-11-15) ### Bug Fixes * option labels not updated when editing in preview ([207696e](207696e)) * preview control change ([e1ee84f](e1ee84f)) * row render styles ([a212870](a212870)) ### Features * add tooltip ([7f3c0b8](7f3c0b8))
1 parent 2825f54 commit 4b47cf8

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.3.0](https://github.com/Draggable/formeo/compare/v2.2.2...v2.3.0) (2024-11-15)
2+
3+
4+
### Bug Fixes
5+
6+
* option labels not updated when editing in preview ([207696e](https://github.com/Draggable/formeo/commit/207696e38477a598691ef9b2b472f7af9319104f))
7+
* preview control change ([e1ee84f](https://github.com/Draggable/formeo/commit/e1ee84fdfbeec6d405ea8748df98df7b3c30a37a))
8+
* row render styles ([a212870](https://github.com/Draggable/formeo/commit/a212870304900760fac8196cb3b12e6fb3429e0a))
9+
10+
11+
### Features
12+
13+
* add tooltip ([7f3c0b8](https://github.com/Draggable/formeo/commit/7f3c0b8797d420c8e829aa27be5137493a97be4c))
14+
115
## [2.2.2](https://github.com/Draggable/formeo/compare/v2.2.1...v2.2.2) (2024-11-07)
216

317

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
@@ -1,6 +1,6 @@
11
{
22
"name": "formeo",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"type": "module",
55
"main": "dist/formeo.cjs.js",
66
"module": "dist/formeo.es.js",

0 commit comments

Comments
 (0)