Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-18 21:52:13 +09:00 committed by GitHub
parent 9a495fd902
commit 550774e291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 15 additions and 17 deletions

View File

@ -1,5 +0,0 @@
---
'@status-im/components': patch
---
export `Tooltip`

View File

@ -1,5 +0,0 @@
---
'@status-im/js': minor
---
handle updates for encrypted communities

View File

@ -1,5 +0,0 @@
---
'@status-im/js': minor
---
update `protos`

View File

@ -1,5 +1,11 @@
# @status-im/components # @status-im/components
## 0.6.2
### Patch Changes
- 9a495fd: export `Tooltip`
## 0.6.1 ## 0.6.1
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,12 @@
# @status-im/js # @status-im/js
## 0.5.0
### Minor Changes
- 9a495fd: handle updates for encrypted communities
- 02abf34: update `protos`
## 0.4.6 ## 0.4.6
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/js", "name": "@status-im/js",
"version": "0.4.6", "version": "0.5.0",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",