Skip to content

Commit

Permalink
Merge pull request #112 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (alpha)
  • Loading branch information
edoardocavazza authored Nov 11, 2023
2 parents e02d1e5 + 93808e0 commit b9aee43
Show file tree
Hide file tree
Showing 3 changed files with 14 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.22.0"
},
"changesets": []
"changesets": [
"clean-ears-press",
"hip-worms-switch",
"poor-carpets-smoke"
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [3.17.1](https://github.com/chialab/dna/compare/v3.17.0...v3.17.1) (2022-05-24)

## 4.0.0-alpha.0

### Major Changes

- 9bac484: Remove support for node environment.
- 02d314e: Use quantum to handle component slotted children in light DOM.
- 02d314e: Expose `$await` and `$pipe` directives to treat promises and observables.

## 3.22.0

### Minor 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.22.0",
"version": "4.0.0-alpha.0",
"description": "Progressive Web Components",
"type": "module",
"main": "dist/dna.cjs",
Expand Down

0 comments on commit b9aee43

Please sign in to comment.