Release (#538)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a495fd902
commit
550774e291
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@status-im/components': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
export `Tooltip`
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@status-im/js': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
handle updates for encrypted communities
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@status-im/js': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
update `protos`
|
|
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@status-im/components",
|
"name": "@status-im/components",
|
||||||
"version": "0.6.1",
|
"version": "0.6.2",
|
||||||
"sideEffects": [
|
"sideEffects": [
|
||||||
"*.css"
|
"*.css"
|
||||||
],
|
],
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue