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/chatty-rules-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-moons-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-banks-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-grapes-drop.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/wagmi-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# wagmi-inapp

## 0.0.39

### Patch Changes

- Updated dependencies [[`98d8f29`](https://github.com/thirdweb-dev/js/commit/98d8f292db7f9fd1a80cc67401787da836f24b8e), [`3ebca18`](https://github.com/thirdweb-dev/js/commit/3ebca18f9e7f8e0af278d1b13c09832f565104e8), [`9e43da4`](https://github.com/thirdweb-dev/js/commit/9e43da4ec0f88f32e988e445257fb518454c4c81), [`4c5696e`](https://github.com/thirdweb-dev/js/commit/4c5696e414cc18e1650d71b472274652c7d93952)]:
- thirdweb@5.115.0
- @thirdweb-dev/wagmi-adapter@0.2.194

## 0.0.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/wagmi-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi-inapp",
"private": true,
"version": "0.0.38",
"version": "0.0.39",
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Version bump from 0.0.38 to 0.0.39 is appropriate for a patch release.

The workspace dependencies (workspace:* references) are correctly formatted and will resolve to their respective workspace package versions during installation. However, verify Biome formatting compliance by running pnpm lint before committing, as required by the coding guidelines for JSON files.

🤖 Prompt for AI Agents
In apps/wagmi-demo/package.json around line 4, the version was bumped to 0.0.39
but the file must comply with Biome/JSON formatting rules enforced by pnpm lint;
run pnpm lint (or biome format) in the repo root, fix any reported JSON
formatting issues, re-run the linter until clean, then stage and commit the
formatted package.json so the version bump passes CI.

"type": "module",
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/nebula/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @thirdweb-dev/nebula

## 0.2.97

### Patch Changes

- Updated dependencies [[`98d8f29`](https://github.com/thirdweb-dev/js/commit/98d8f292db7f9fd1a80cc67401787da836f24b8e), [`3ebca18`](https://github.com/thirdweb-dev/js/commit/3ebca18f9e7f8e0af278d1b13c09832f565104e8), [`9e43da4`](https://github.com/thirdweb-dev/js/commit/9e43da4ec0f88f32e988e445257fb518454c4c81), [`4c5696e`](https://github.com/thirdweb-dev/js/commit/4c5696e414cc18e1650d71b472274652c7d93952)]:
- thirdweb@5.115.0

## 0.2.96

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nebula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"type": "module",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "0.2.96"
"version": "0.2.97"
}
14 changes: 14 additions & 0 deletions packages/thirdweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# thirdweb

## 5.115.0

### Minor Changes

- [#8484](https://github.com/thirdweb-dev/js/pull/8484) [`9e43da4`](https://github.com/thirdweb-dev/js/commit/9e43da4ec0f88f32e988e445257fb518454c4c81) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Support erc5792 batch transactions for swaps, add slippage option to Bridge API

### Patch Changes

- [#8469](https://github.com/thirdweb-dev/js/pull/8469) [`98d8f29`](https://github.com/thirdweb-dev/js/commit/98d8f292db7f9fd1a80cc67401787da836f24b8e) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Allow passing NATIVE_TOKEN_ADDRESS to getWalletBalance()

- [#8486](https://github.com/thirdweb-dev/js/pull/8486) [`3ebca18`](https://github.com/thirdweb-dev/js/commit/3ebca18f9e7f8e0af278d1b13c09832f565104e8) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Fix getWalletBalance with native token address

- [#8485](https://github.com/thirdweb-dev/js/pull/8485) [`4c5696e`](https://github.com/thirdweb-dev/js/commit/4c5696e414cc18e1650d71b472274652c7d93952) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Add caching and timeout for fetching capabilities

## 5.114.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,5 +430,5 @@
}
},
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "5.114.1"
"version": "5.115.0"
}
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.194

## 0.2.193

## 0.2.192
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"type": "module",
"types": "./dist/types/exports/thirdweb.d.ts",
"typings": "./dist/types/exports/thirdweb.d.ts",
"version": "0.2.193"
"version": "0.2.194"
}
Loading