Skip to content

Commit 35adc68

Browse files
committed
v13.0.0
1 parent 0c82406 commit 35adc68

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [13.0.0](https://github.com/carbon-design-system/carbon-pictograms-svelte/releases/tag/v13.0.0) - 2025-01-26
10+
11+
**Breaking Changes**
12+
13+
For TypeScript users, this library requires Svelte 4 or Svelte 5.
14+
15+
For Svelte 3 compatibility, use [`[email protected]`](https://github.com/carbon-design-system/carbon-pictograms-svelte/tree/v12.12.0).
16+
17+
- replace deprecated `SvelteComponentTyped` with `Component` in TypeScript definitions
18+
- exported `CarbonPictogramProps` type is changed from an interface to a type alias
19+
920
## [12.12.0](https://github.com/carbon-design-system/carbon-pictograms-svelte/releases/tag/v12.12.0) - 2024-11-20
1021

1122
**Features**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-pictograms-svelte",
3-
"version": "12.12.0",
3+
"version": "13.0.0",
44
"license": "Apache-2.0",
55
"description": "Carbon Design System SVG pictograms as Svelte components",
66
"svelte": "./lib/index.js",

0 commit comments

Comments
 (0)