Skip to content

Commit f13e3b1

Browse files
committed
v0.31.1
1 parent d5db33a commit f13e3b1

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## Unreleased -->
99

10+
## [0.31.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.1) - 2021-03-28
11+
12+
**Fixes**
13+
14+
- add missing "name" attribute to non-mobile `NumberInput`
15+
- forward missing "keydown" event to `Form`
16+
- forward click/keydown/mouse events in `FluidForm` to `Form`
17+
1018
## [0.31.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.31.0) - 2021-03-20
1119

1220
**Breaking Changes**

COMPONENT_INDEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Component Index
22

3-
> 166 components exported from [email protected].0.
3+
> 166 components exported from [email protected].1.
44
55
## Components
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carbon-components-svelte",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"license": "Apache-2.0",
55
"author": "IBM",
66
"description": "Svelte implementation of the Carbon Design System",

0 commit comments

Comments
 (0)