This commit is contained in:
Eric Liu 2025-04-21 09:30:54 -07:00
commit 4798afa362
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.1](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.0...v0.89.1) (2025-04-21)
### Bug Fixes
- **toolbar-search:** re-filter rows if `DataTable` rows change ([#2154](https://github.com/carbon-design-system/carbon-components-svelte/issues/2154)) ([f09c2e2](https://github.com/carbon-design-system/carbon-components-svelte/commit/f09c2e2c311c15f633db8dc45930d8e58a4b362d)), closes [#2143](https://github.com/carbon-design-system/carbon-components-svelte/issues/2143)
### [0.89.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.88.4...v0.89.0) (2025-04-18)
### Features

View file

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

4
package-lock.json generated
View file

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

View file

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