Release (#518)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
f9b9220c8b
commit
cc0c5c67f9
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/js": patch
|
||||
---
|
||||
|
||||
fix types export of multi entry point package
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
update avatar initials
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/js": patch
|
||||
---
|
||||
|
||||
config `@libp2p/bootstrap`
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
update toast options
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
fix toast icon color
|
|
@ -1,5 +1,13 @@
|
|||
# @status-im/components
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 70cb660: update avatar initials
|
||||
- f9b9220: update toast options
|
||||
- f6b7ca3: fix toast icon color
|
||||
|
||||
## 0.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
],
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @status-im/js
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 92ff3bd: fix types export of multi entry point package
|
||||
- edb4bee: config `@libp2p/bootstrap`
|
||||
|
||||
## 0.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/js",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"license": "MIT OR Apache-2.0",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue