This commit is contained in:
Eric Liu 2025-08-05 09:21:13 -07:00
commit 935a6a4bd4
4 changed files with 10 additions and 4 deletions

View file

@ -2,6 +2,12 @@
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.
### [0.89.5](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.4...v0.89.5) (2025-08-05)
### Bug Fixes
- **checkbox:** prevent infinite effect loop when binding to same object ([#2178](https://github.com/carbon-design-system/carbon-components-svelte/issues/2178)) ([c7ad1eb](https://github.com/carbon-design-system/carbon-components-svelte/commit/c7ad1ebdd3764235f460abd95cdb7d1d389983d9)), closes [#2177](https://github.com/carbon-design-system/carbon-components-svelte/issues/2177)
### [0.89.4](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.3...v0.89.4) (2025-06-10)
### Bug Fixes

View file

@ -1,6 +1,6 @@
# Component Index
> 165 components exported from carbon-components-svelte@0.89.4.
> 165 components exported from carbon-components-svelte@0.89.5.
## Components

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "carbon-components-svelte",
"version": "0.89.4",
"version": "0.89.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "carbon-components-svelte",
"version": "0.89.4",
"version": "0.89.5",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "0.89.4",
"version": "0.89.5",
"license": "Apache-2.0",
"description": "Svelte implementation of the Carbon Design System",
"type": "module",