Skip to content

Commit f6ad0a2

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.1...v3.0.0) (2024-11-19) ### Bug Fixes * add missing properties ([6569a8e](6569a8e)) * remove unused conditions from formData ([d63cb9f](d63cb9f)) ### Features * add to formData json ([8561857](8561857)) * generate a json schema from zod defnied schema ([1eb4985](1eb4985)) ### BREAKING CHANGES * adding a new key to formData could potentially break existing software that assumes only the old keys
1 parent 74100ef commit f6ad0a2

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [3.0.0](https://github.com/Draggable/formeo/compare/v2.3.1...v3.0.0) (2024-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing properties ([6569a8e](https://github.com/Draggable/formeo/commit/6569a8ee8a928d2ed75693e76a0ac93b6e35d062))
7+
* remove unused conditions from formData ([d63cb9f](https://github.com/Draggable/formeo/commit/d63cb9f2922330bacad48141ee9e5a72cef67bed))
8+
9+
10+
### Features
11+
12+
* add to formData json ([8561857](https://github.com/Draggable/formeo/commit/8561857d146ede24dbffa4d183f35e10e19e3458))
13+
* generate a json schema from zod defnied schema ([1eb4985](https://github.com/Draggable/formeo/commit/1eb498599cae228306289b31e436511f59b72d7d))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* adding a new key to formData could potentially break existing software that assumes only the old keys
19+
120
## [2.3.1](https://github.com/Draggable/formeo/compare/v2.3.0...v2.3.1) (2024-11-19)
221

322

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.3.1",
3+
"version": "3.0.0",
44
"type": "module",
55
"main": "dist/formeo.cjs.js",
66
"module": "dist/formeo.es.js",

0 commit comments

Comments
 (0)