Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Nov 15, 2024
1 parent 2825f54 commit 4b47cf8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.3.0](https://github.com/Draggable/formeo/compare/v2.2.2...v2.3.0) (2024-11-15)


### Bug Fixes

* option labels not updated when editing in preview ([207696e](https://github.com/Draggable/formeo/commit/207696e38477a598691ef9b2b472f7af9319104f))
* preview control change ([e1ee84f](https://github.com/Draggable/formeo/commit/e1ee84fdfbeec6d405ea8748df98df7b3c30a37a))
* row render styles ([a212870](https://github.com/Draggable/formeo/commit/a212870304900760fac8196cb3b12e6fb3429e0a))


### Features

* add tooltip ([7f3c0b8](https://github.com/Draggable/formeo/commit/7f3c0b8797d420c8e829aa27be5137493a97be4c))

## [2.2.2](https://github.com/Draggable/formeo/compare/v2.2.1...v2.2.2) (2024-11-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formeo",
"version": "2.2.2",
"version": "2.3.0",
"type": "module",
"main": "dist/formeo.cjs.js",
"module": "dist/formeo.es.js",
Expand Down

0 comments on commit 4b47cf8

Please sign in to comment.