From f13e3b100e2c698939c886e661ce7922af4ba074 Mon Sep 17 00:00:00 2001 From: Eric Y Liu Date: Sun, 28 Mar 2021 17:40:02 -0700 Subject: [PATCH] v0.31.1 --- CHANGELOG.md | 8 ++++++++ COMPONENT_INDEX.md | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71d6337b..3149c76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [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** diff --git a/COMPONENT_INDEX.md b/COMPONENT_INDEX.md index 62262c34..e9ea4ff3 100644 --- a/COMPONENT_INDEX.md +++ b/COMPONENT_INDEX.md @@ -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 diff --git a/package.json b/package.json index e9e3903d..636f3774 100644 --- a/package.json +++ b/package.json @@ -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",