This commit is contained in:
github-actions[bot] 2023-02-21 13:14:58 +00:00
parent 2bdcc54ca3
commit 9f4eaf3392
6 changed files with 20 additions and 13 deletions

View File

@ -1,5 +0,0 @@
---
'@status-im/js': patch
---
get peer based on environment

View File

@ -1,5 +0,0 @@
---
'@status-im/js': patch
---
use built-in crypto for pbkdf2

View File

@ -0,0 +1,8 @@
# @status-im/js
## 0.1.2
### Patch Changes
- b57edc9: get peer based on environment
- 1f567e1: use built-in crypto for pbkdf2

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/js",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT OR Apache-2.0",
"type": "module",
"exports": {

View File

@ -0,0 +1,9 @@
# @status-im/react
## 0.1.2
### Patch Changes
- Updated dependencies [b57edc9]
- Updated dependencies [1f567e1]
- @status-im/js@0.1.2

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/react",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT OR Apache-2.0",
"type": "module",
"exports": {
@ -47,7 +47,7 @@
"@radix-ui/react-toggle-group": "^0.1.5",
"@radix-ui/react-tooltip": "^1.0.0",
"@radix-ui/react-visually-hidden": "^0.1.4",
"@status-im/js": "0.1.1",
"@status-im/js": "0.1.2",
"@stitches/react": "^1.2.8",
"date-fns": "^2.29.3",
"emoji-mart": "^3.0.1",