diff --git a/CHANGELOG.md b/CHANGELOG.md index 80653ca4..9a93f49b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 8bac4cdc..2da9656f 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -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 diff --git a/README.md b/README.md index 66489698..96a0c9fc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 85e55028..d679e534 100644 --- a/package.json +++ b/package.json @@ -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",