Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-cases-wish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-feet-check.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# thirdweb

## 5.97.3

### Patch Changes

- [#6974](https://github.com/thirdweb-dev/js/pull/6974) [`5f6403b`](https://github.com/thirdweb-dev/js/commit/5f6403bb8d5820b1ac0967920850db32b606575e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Handle hex value format for smart wallet execution

## 5.97.2

### Patch Changes
Expand Down
82 changes: 61 additions & 21 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
"version": "5.97.2",
"version": "5.97.3",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down Expand Up @@ -147,26 +147,66 @@
},
"typesVersions": {
"*": {
"adapters/*": ["./dist/types/exports/adapters/*.d.ts"],
"auth": ["./dist/types/exports/auth.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"contract": ["./dist/types/exports/contract.d.ts"],
"deploys": ["./dist/types/exports/deploys.d.ts"],
"event": ["./dist/types/exports/event.d.ts"],
"extensions/*": ["./dist/types/exports/extensions/*.d.ts"],
"pay": ["./dist/types/exports/pay.d.ts"],
"react": ["./dist/types/exports/react.d.ts"],
"react-native": ["./dist/types/exports/react-native.d.ts"],
"rpc": ["./dist/types/exports/rpc.d.ts"],
"storage": ["./dist/types/exports/storage.d.ts"],
"transaction": ["./dist/types/exports/transaction.d.ts"],
"utils": ["./dist/types/exports/utils.d.ts"],
"wallets": ["./dist/types/exports/wallets.d.ts"],
"wallets/*": ["./dist/types/exports/wallets/*.d.ts"],
"modules": ["./dist/types/exports/modules.d.ts"],
"social": ["./dist/types/exports/social.d.ts"],
"ai": ["./dist/types/exports/ai.d.ts"],
"bridge": ["./dist/types/exports/bridge.d.ts"]
"adapters/*": [
"./dist/types/exports/adapters/*.d.ts"
],
"auth": [
"./dist/types/exports/auth.d.ts"
],
"chains": [
"./dist/types/exports/chains.d.ts"
],
"contract": [
"./dist/types/exports/contract.d.ts"
],
"deploys": [
"./dist/types/exports/deploys.d.ts"
],
"event": [
"./dist/types/exports/event.d.ts"
],
"extensions/*": [
"./dist/types/exports/extensions/*.d.ts"
],
"pay": [
"./dist/types/exports/pay.d.ts"
],
"react": [
"./dist/types/exports/react.d.ts"
],
"react-native": [
"./dist/types/exports/react-native.d.ts"
],
"rpc": [
"./dist/types/exports/rpc.d.ts"
],
"storage": [
"./dist/types/exports/storage.d.ts"
],
"transaction": [
"./dist/types/exports/transaction.d.ts"
],
"utils": [
"./dist/types/exports/utils.d.ts"
],
"wallets": [
"./dist/types/exports/wallets.d.ts"
],
"wallets/*": [
"./dist/types/exports/wallets/*.d.ts"
],
"modules": [
"./dist/types/exports/modules.d.ts"
],
"social": [
"./dist/types/exports/social.d.ts"
],
"ai": [
"./dist/types/exports/ai.d.ts"
],
"bridge": [
"./dist/types/exports/bridge.d.ts"
]
}
},
"browser": {
Expand Down
6 changes: 6 additions & 0 deletions packages/vault-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @thirdweb-dev/react-native-adapter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog title contains an incorrect package name. It currently shows @thirdweb-dev/react-native-adapter but should be @thirdweb-dev/vault-sdk to accurately reflect the package being updated in this PR. This mismatch could cause confusion for developers referencing the changelog in the future.

Suggested change
# @thirdweb-dev/react-native-adapter
# @thirdweb-dev/vault-sdk

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.


## 0.0.2

### Patch Changes

- [#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

## 1.5.4

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/vault-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/vault-sdk",
"version": "0.0.1",
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand All @@ -23,7 +23,10 @@
},
"./package.json": "./package.json"
},
"files": ["dist/*", "src/*"],
"files": [
"dist/*",
"src/*"
],
"dependencies": {
"@noble/ciphers": "^1.2.1",
"@noble/curves": "1.8.2",
Expand Down
2 changes: 2 additions & 0 deletions packages/wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @thirdweb-dev/wagmi-adapter

## 0.2.72

## 0.2.71

## 0.2.70
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thirdweb-dev/wagmi-adapter",
"version": "0.2.71",
"version": "0.2.72",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
Expand Down
Loading