Release (#480)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b560d62194
commit
47d5316480
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
fix: keep icon color if defined as part of button
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@status-im/components': patch
|
||||
---
|
||||
|
||||
fix ContextTag style
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@status-im/components': minor
|
||||
---
|
||||
|
||||
- upgrade storybook
|
||||
- fix text letter spacing
|
||||
- add text sizes
|
|
@ -1,5 +1,18 @@
|
|||
# @status-im/components
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 19384e1: - upgrade storybook
|
||||
- fix text letter spacing
|
||||
- add text sizes
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a43b5a6: fix: keep icon color if defined as part of button
|
||||
- b560d62: fix ContextTag style
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "0.3.2",
|
||||
"version": "0.4.0",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue