Skip to content

Commit

Permalink
Merge pull request #109 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (beta)
  • Loading branch information
edoardocavazza authored Jun 28, 2023
2 parents 27c7285 + d6c6d8f commit 0704292
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"initialVersions": {
"@chialab/dna": "3.21.8"
},
"changesets": []
"changesets": [
"great-plants-cover",
"lovely-pumas-pump",
"tame-tomatoes-suffer"
]
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0704292

Please sign in to comment.