Skip to content

Commit beae7ed

Browse files
committed
v0.94.1
1 parent 21aea31 commit beae7ed

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.94.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.94.0...v0.94.1) (2025-11-30)
6+
7+
### Bug Fixes
8+
9+
- **tabs:** avoid infinite update loop in Svelte 5 ([#2394](https://github.com/carbon-design-system/carbon-components-svelte/issues/2394)) ([21aea31](https://github.com/carbon-design-system/carbon-components-svelte/commit/21aea31094320ff65f4bbfb02f5cc7418de9637f)), closes [#2366](https://github.com/carbon-design-system/carbon-components-svelte/issues/2366)
10+
511
## [0.94.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.93.0...v0.94.0) (2025-11-29)
612

713
### ⚠ BREAKING CHANGES

COMPONENT_INDEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Component Index
22

3-
> 168 components exported from carbon-components-svelte@0.94.0.
3+
> 168 components exported from carbon-components-svelte@0.94.1.
44
55
## Components
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-components-svelte",
3-
"version": "0.94.0",
3+
"version": "0.94.1",
44
"license": "Apache-2.0",
55
"description": "Svelte implementation of the Carbon Design System",
66
"type": "module",

0 commit comments

Comments
 (0)