diff --git a/.changeset/metal-snakes-carry.md b/.changeset/metal-snakes-carry.md deleted file mode 100644 index 1b1be00e..00000000 --- a/.changeset/metal-snakes-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chialab/dna": patch ---- - -Remove `any` properties from the base `HTMLFormElement` when computing JSX props. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3586e95c..5fc214c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [3.17.1](https://github.com/chialab/dna/compare/v3.17.0...v3.17.1) (2022-05-24) +## 4.0.7 + +### Patch Changes + +- 688da65: Remove `any` properties from the base `HTMLFormElement` when computing JSX props. + ## 4.0.6 ### Patch Changes diff --git a/package.json b/package.json index 0c86b704..5f7098cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/dna", - "version": "4.0.6", + "version": "4.0.7", "description": "Progressive Web Components", "type": "module", "main": "dist/dna.js",