Release (#585)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
4e53b3e6ef
commit
a0a107126b
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
fix `<DropdowMenu.SubTrigger />` expanded state
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
add `<DropdownMenu.Label />`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
Fix tag and tabs
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
add dark grey dropdown button
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
fix `<Button />` text alignment
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
Add `<Switch />` and `<DropdownMenu.SwitchItem />`
|
|
@ -1,5 +1,16 @@
|
|||
# @status-im/components
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 447cce7: fix `<DropdowMenu.SubTrigger />` expanded state
|
||||
- 1ce026c: add `<DropdownMenu.Label />`
|
||||
- 4e53b3e: Fix tag and tabs
|
||||
- 273db4e: add dark grey dropdown button
|
||||
- 4452f05: fix `<Button />` text alignment
|
||||
- 433558a: Add `<Switch />` and `<DropdownMenu.SwitchItem />`
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MPL-2.0",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
|
|
Loading…
Reference in New Issue