diff --git a/.changeset/breezy-scissors-scream.md b/.changeset/breezy-scissors-scream.md
deleted file mode 100644
index 1c376876372..00000000000
--- a/.changeset/breezy-scissors-scream.md
+++ /dev/null
@@ -1,20 +0,0 @@
----
-"thirdweb": minor
----
-
-Added new `SiteEmbed` React component for embedding thirdweb-supported sites with seamless wallet connection support.
-
-The component allows you to embed other thirdweb-enabled sites while maintaining wallet connection state, supporting both in-app and ecosystem wallets.
-
-Example usage:
-```tsx
-import { SiteEmbed } from "thirdweb/react";
-
-
-```
-
-Note: Embedded sites must include `` and support frame-ancestors in their Content Security Policy.
diff --git a/.changeset/empty-needles-reply.md b/.changeset/empty-needles-reply.md
deleted file mode 100644
index 85dbed9f532..00000000000
--- a/.changeset/empty-needles-reply.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"thirdweb": patch
----
-
-Automatically migrate in-app wallets to the new enclave system
diff --git a/.changeset/forty-turtles-do.md b/.changeset/forty-turtles-do.md
deleted file mode 100644
index 548f58b8424..00000000000
--- a/.changeset/forty-turtles-do.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"thirdweb": patch
----
-
-fix ecosystem signing with data error
diff --git a/packages/thirdweb/CHANGELOG.md b/packages/thirdweb/CHANGELOG.md
index 7026a5cadff..4f838a67111 100644
--- a/packages/thirdweb/CHANGELOG.md
+++ b/packages/thirdweb/CHANGELOG.md
@@ -1,5 +1,33 @@
# thirdweb
+## 5.66.0
+
+### Minor Changes
+
+- [#5298](https://github.com/thirdweb-dev/js/pull/5298) [`5cc5c93`](https://github.com/thirdweb-dev/js/commit/5cc5c9327f5a38e1cfe1116cbff8842380cea06b) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Added new `SiteEmbed` React component for embedding thirdweb-supported sites with seamless wallet connection support.
+
+ The component allows you to embed other thirdweb-enabled sites while maintaining wallet connection state, supporting both in-app and ecosystem wallets.
+
+ Example usage:
+
+ ```tsx
+ import { SiteEmbed } from "thirdweb/react";
+
+ ;
+ ```
+
+ Note: Embedded sites must include `` and support frame-ancestors in their Content Security Policy.
+
+### Patch Changes
+
+- [#5217](https://github.com/thirdweb-dev/js/pull/5217) [`b633293`](https://github.com/thirdweb-dev/js/commit/b633293ef1cccde61fc5eb4d536bf117eda29535) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Automatically migrate in-app wallets to the new enclave system
+
+- [#5315](https://github.com/thirdweb-dev/js/pull/5315) [`87e736d`](https://github.com/thirdweb-dev/js/commit/87e736daccba3827edeb8cd3524bfe25bf98e61f) Thanks [@ElasticBottle](https://github.com/ElasticBottle)! - fix ecosystem signing with data error
+
## 5.65.2
### Patch Changes
diff --git a/packages/thirdweb/package.json b/packages/thirdweb/package.json
index 9c751c37e9a..664aa423a53 100644
--- a/packages/thirdweb/package.json
+++ b/packages/thirdweb/package.json
@@ -1,6 +1,6 @@
{
"name": "thirdweb",
- "version": "5.65.2",
+ "version": "5.66.0",
"repository": {
"type": "git",
"url": "git+https://github.com/thirdweb-dev/js.git#main"
@@ -127,24 +127,60 @@
},
"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"]
+ "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"
+ ]
}
},
"browser": {