Skip to content

Commit c7e72a4

Browse files
authored
Merge pull request #348 from ConsenSys/development
v0.9.6 release
2 parents 7f1bdeb + 8db0297 commit c7e72a4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ class Example extends Component {
3535

3636
## Change log
3737

38+
### 0.9.6
39+
40+
- Fixed default theme in rimble ThemeProvider.
41+
3842
### 0.9.5
3943

4044
- Fixed Select component accepts more options + children.
41-
- Fixed default theme in rimble ThemeProvider.
4245
- Fixed outdated dependencies vulnerability.
43-
- Fixed PublicAddress width property being passed to it's parent Field component.
46+
- Fixed PublicAddress width property being passed to it's parent Field component.
4447

4548
### 0.9.4
4649

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rimble-ui",
3-
"version": "0.9.5",
3+
"version": "0.9.6",
44
"description": "Rimble Design System react component library.",
55
"author": "ConsenSys Design",
66
"homepage": "https://rimble.consensys.design/",

0 commit comments

Comments
 (0)