Skip to content

Commit 9beb20c

Browse files
committed
v0.21.0
1 parent 9534dd4 commit 9beb20c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- add isAccessor field to API
1111
- update Markdown writer to generate a separate table for accessors -->
1212

13+
## [0.21.0](https://github.com/carbon-design-system/sveld/releases/tag/v0.21.0) - 2024-10-27
14+
15+
**Breaking Changes**
16+
17+
- use type alias instead of interface for exported component props type
18+
19+
**Fixes**
20+
21+
- prefix internal `RestProps` type with `$` to avoid conflicts with `Rest.svelte` as a component name
22+
1323
## [0.20.3](https://github.com/carbon-design-system/sveld/releases/tag/v0.20.3) - 2024-10-25
1424

1525
**Fixes**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sveld",
3-
"version": "0.20.3",
3+
"version": "0.21.0",
44
"license": "Apache-2.0",
55
"description": "Generate TypeScript definitions for your Svelte components.",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)