Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Oct 27, 2024
1 parent 9534dd4 commit 9beb20c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add isAccessor field to API
- update Markdown writer to generate a separate table for accessors -->

## [0.21.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.21.0) - 2024-10-27

**Breaking Changes**

- use type alias instead of interface for exported component props type

**Fixes**

- prefix internal `RestProps` type with `$` to avoid conflicts with `Rest.svelte` as a component name

## [0.20.3](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.3) - 2024-10-25

**Fixes**
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": "sveld",
"version": "0.20.3",
"version": "0.21.0",
"license": "Apache-2.0",
"description": "Generate TypeScript definitions for your Svelte components.",
"main": "./lib/index.js",
Expand Down

0 comments on commit 9beb20c

Please sign in to comment.