This commit is contained in:
Eric Liu 2020-09-14 14:46:56 -07:00
commit e9f4c1d727
4 changed files with 9 additions and 3 deletions

View file

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Selectable/expandable `DataTable`
## [0.12.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.12.2) - 2020-09-14
**Fixes**
- Dropdown: allow event propagation when clicking the chevron icon (73861e2)
## [0.12.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.12.1) - 2020-09-14
**Fixes**

View file

@ -1,6 +1,6 @@
# Component Index
> 144 components exported from carbon-components-svelte 0.12.1
> 144 components exported from carbon-components-svelte 0.12.2
- Accordion
- [AccordionSkeleton](#accordionskeleton)

View file

@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "0.12.1",
"version": "0.12.2",
"license": "Apache-2.0",
"description": "Svelte implementation of the Carbon Design System",
"svelte": "./src/index.js",

2
types/index.d.ts vendored
View file

@ -1,4 +1,4 @@
// Type definitions for carbon-components-svelte 0.12.1
// Type definitions for carbon-components-svelte 0.12.2
// Project: https://github.com/IBM/carbon-components-svelte
export class CarbonSvelteComponent {