Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-01-08 10:57:02 +01:00 committed by GitHub
parent f9b9220c8b
commit cc0c5c67f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 17 additions and 27 deletions

View File

@ -1,5 +0,0 @@
---
"@status-im/js": patch
---
fix types export of multi entry point package

View File

@ -1,5 +0,0 @@
---
"@status-im/components": patch
---
update avatar initials

View File

@ -1,5 +0,0 @@
---
"@status-im/js": patch
---
config `@libp2p/bootstrap`

View File

@ -1,5 +0,0 @@
---
"@status-im/components": patch
---
update toast options

View File

@ -1,5 +0,0 @@
---
"@status-im/components": patch
---
fix toast icon color

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/components",
"version": "0.6.0",
"version": "0.6.1",
"sideEffects": [
"*.css"
],

View File

@ -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

View File

@ -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",