Skip to content

Commit f9fe5eb

Browse files
committed
v0.89.11
1 parent e7808bc commit f9fe5eb

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@
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.89.10](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.9...v0.89.10) (2025-11-08)
5+
### [0.89.11](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.10...v0.89.11) (2025-11-08)
6+
7+
### Bug Fixes
68

9+
- **multi-select:** restore complete keyboard navigation for filterable variant ([#2317](https://github.com/carbon-design-system/carbon-components-svelte/issues/2317)) ([e7808bc](https://github.com/carbon-design-system/carbon-components-svelte/commit/e7808bc34a3d946838d6f8bbc92258ea713d0f35)), closes [#2313](https://github.com/carbon-design-system/carbon-components-svelte/issues/2313)
10+
11+
### [0.89.10](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.9...v0.89.10) (2025-11-08)
712

813
### Bug Fixes
914

10-
* **multi-select:** restore keyboard navigation for filterable variant ([#2314](https://github.com/carbon-design-system/carbon-components-svelte/issues/2314)) ([ce0b9ca](https://github.com/carbon-design-system/carbon-components-svelte/commit/ce0b9ca3fbf8461ae94d5d6327bf2cbb1b02d92c)), closes [#2313](https://github.com/carbon-design-system/carbon-components-svelte/issues/2313)
15+
- **multi-select:** restore keyboard navigation for filterable variant ([#2314](https://github.com/carbon-design-system/carbon-components-svelte/issues/2314)) ([ce0b9ca](https://github.com/carbon-design-system/carbon-components-svelte/commit/ce0b9ca3fbf8461ae94d5d6327bf2cbb1b02d92c)), closes [#2313](https://github.com/carbon-design-system/carbon-components-svelte/issues/2313)
1116

1217
## [0.90.0](https://github.com/carbon-design-system/carbon-components-svelte/compare/v0.89.8...v0.90.0) (2025-10-23)
1318

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-
> 165 components exported from carbon-components-svelte@0.89.10.
3+
> 165 components exported from carbon-components-svelte@0.89.11.
44
55
## Components
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.89.10",
3+
"version": "0.89.11",
44
"license": "Apache-2.0",
55
"description": "Svelte implementation of the Carbon Design System",
66
"type": "module",

0 commit comments

Comments
 (0)