Skip to content

Commit

Permalink
Merge pull request #7 from chialab/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
edoardocavazza authored Jul 4, 2024
2 parents 0714198 + 0db0909 commit 7a6c046
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-moons-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-islands-bake.md

This file was deleted.

24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,41 @@
# @chialab/plasma

## 0.3.0

### Minor Changes

- a96f7b9: Add support for Svelte 5.

### Patch Changes

- 0714198: Add `--style` option to support `styleEntrypoint` configuration.

## 0.2.2

### Patch Changes

- 48aa012: Ignore unnamed slots in svelte adapter.
- 48aa012: Ignore unnamed slots in svelte adapter.

## 0.2.1

### Patch Changes

- 86bd16f: Update node target version.
- 86bd16f: Fix svelte adapter default values.
- 86bd16f: Update node target version.
- 86bd16f: Fix svelte adapter default values.

## 0.2.0

### Minor Changes

- 725c6b4: Do not require a package.json anymore.
- 51d3b64: Support `stdin` manifest.
- 725c6b4: Do not require a package.json anymore.
- 51d3b64: Support `stdin` manifest.

### Patch Changes

- ad1927f: Add check for missing components.
- ad1927f: Add check for missing components.

## 0.1.1

### Patch Changes

- 026933d: Add `preact` and `react` outputs. Fixes `svelte` output.
- 026933d: Add `preact` and `react` outputs. Fixes `svelte` output.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chialab/plasma",
"version": "0.2.2",
"version": "0.3.0",
"description": "Generate Custom Elements wrappers for Angular, React, Svelte and Vue.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 7a6c046

Please sign in to comment.