Skip to content

Commit e9f4c1d

Browse files
committed
v0.12.2
1 parent 4e5d049 commit e9f4c1d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Selectable/expandable `DataTable`
1111

12+
## [0.12.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.12.2) - 2020-09-14
13+
14+
**Fixes**
15+
16+
- Dropdown: allow event propagation when clicking the chevron icon (73861e2)
17+
1218
## [0.12.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.12.1) - 2020-09-14
1319

1420
**Fixes**

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-
> 144 components exported from carbon-components-svelte 0.12.1
3+
> 144 components exported from carbon-components-svelte 0.12.2
44
55
- Accordion
66
- [AccordionSkeleton](#accordionskeleton)

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.12.1",
3+
"version": "0.12.2",
44
"license": "Apache-2.0",
55
"description": "Svelte implementation of the Carbon Design System",
66
"svelte": "./src/index.js",

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for carbon-components-svelte 0.12.1
1+
// Type definitions for carbon-components-svelte 0.12.2
22
// Project: https://github.com/IBM/carbon-components-svelte
33

44
export class CarbonSvelteComponent {

0 commit comments

Comments
 (0)