Skip to content

Commit 408ec46

Browse files
Version Packages
1 parent ebbda37 commit 408ec46

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/big-cases-wish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vault-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @thirdweb-dev/react-native-adapter
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#6639](https://github.com/thirdweb-dev/js/pull/6639) [`c81fed3`](https://github.com/thirdweb-dev/js/commit/c81fed36171c987f668cede5d9744e47ca956ca3) Thanks [@MananTank](https://github.com/MananTank)! - Introducing vault sdk
8+
39
## 1.5.4
410

511
### Patch Changes

packages/vault-sdk/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thirdweb-dev/vault-sdk",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -23,7 +23,10 @@
2323
},
2424
"./package.json": "./package.json"
2525
},
26-
"files": ["dist/*", "src/*"],
26+
"files": [
27+
"dist/*",
28+
"src/*"
29+
],
2730
"dependencies": {
2831
"@noble/ciphers": "^1.2.1",
2932
"@noble/curves": "1.8.2",

0 commit comments

Comments
 (0)