diff --git a/.changeset/pre.json b/.changeset/pre.json index 6ac0498e..435ad872 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -4,5 +4,9 @@ "initialVersions": { "@chialab/dna": "3.21.8" }, - "changesets": [] + "changesets": [ + "great-plants-cover", + "lovely-pumas-pump", + "tame-tomatoes-suffer" + ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index c70b6b20..4881c0ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ ## [3.17.1](https://github.com/chialab/dna/compare/v3.17.0...v3.17.1) (2022-05-24) +## 3.22.0-beta.0 + +### Minor Changes + +- 98dc11d: Refactored component properties typings for better typecheck perfomances and JSX support. + +### Patch Changes + +- 98dc11d: Do not expose internal `watchedProperties` field for components. +- 764669e: Fix parent children renderers + ## 3.21.8 ### Patch Changes diff --git a/package.json b/package.json index 06def202..9301e354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chialab/dna", - "version": "3.21.8", + "version": "3.22.0-beta.0", "description": "Progressive Web Components", "type": "module", "main": "dist/cjs/dna.js",