This commit is contained in:
Eric Liu 2020-11-25 10:29:02 -08:00
commit 4226535338
4 changed files with 10 additions and 3 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## Unreleased -->
## [0.23.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.23.2) - 2020-11-25
**Fixes**
- Fix dispatched "change" event in RadioButtonGroup ([PR #408](https://github.com/IBM/carbon-components-svelte/pull/408))
- Export component types and interfaces ([PR #411](https://github.com/IBM/carbon-components-svelte/pull/411), [issue #409](https://github.com/IBM/carbon-components-svelte/issues/409))
## [0.23.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.23.1) - 2020-11-22
**Fixes**

View file

@ -1,6 +1,6 @@
# Component Index
> 154 components exported from carbon-components-svelte@0.23.1.
> 154 components exported from carbon-components-svelte@0.23.2.
## Components

View file

@ -132,7 +132,7 @@ Refer to the [Contributing guidelines](CONTRIBUTING.md).
[Apache 2.0](LICENSE)
[npm]: https://img.shields.io/npm/v/carbon-components-svelte.svg?color=%230f62fe
[npm]: https://img.shields.io/npm/v/carbon-components-svelte.svg?color=%23161616
[npm-url]: https://npmjs.com/package/carbon-components-svelte
[build]: https://travis-ci.com/ibm/carbon-components-svelte.svg?branch=master&color=%230f62fe
[build-badge]: https://travis-ci.com/ibm/carbon-components-svelte

View file

@ -1,6 +1,6 @@
{
"name": "carbon-components-svelte",
"version": "0.23.1",
"version": "0.23.2",
"license": "Apache-2.0",
"author": "IBM",
"description": "Svelte implementation of the Carbon Design System",