Release (#625)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4953fe79fe
commit
6d7254f2d2
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
fix `<DropdownMenu.Item />` onSelect prop
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@status-im/components': patch
|
||||
---
|
||||
|
||||
adds segmented control component
|
|
@ -1,5 +1,12 @@
|
|||
# @status-im/components
|
||||
|
||||
## 1.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b159258: fix `<DropdownMenu.Item />` onSelect prop
|
||||
- 4953fe7: adds segmented control component
|
||||
|
||||
## 1.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"license": "MPL-2.0",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
|
|
Loading…
Reference in New Issue