This commit is contained in:
Eric Y Liu 2021-03-28 17:40:02 -07:00
commit f13e3b100e
3 changed files with 10 additions and 2 deletions

View file

@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ## Unreleased -->
## [0.31.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.1) - 2021-03-28
**Fixes**
- add missing "name" attribute to non-mobile `NumberInput`
- forward missing "keydown" event to `Form`
- forward click/keydown/mouse events in `FluidForm` to `Form`
## [0.31.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.0) - 2021-03-20
**Breaking Changes**

View file

@ -1,6 +1,6 @@
# Component Index
> 166 components exported from carbon-components-svelte@0.31.0.
> 166 components exported from carbon-components-svelte@0.31.1.
## Components

View file

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