@dynamic-labs/waas 4.20.3 → 4.20.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ### [4.20.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.4...v4.20.5) (2025-06-16)
3
+
4
+
5
+ ### Features
6
+
7
+ * add mpc methods to RN ([#8952](https://github.com/dynamic-labs/dynamic-auth/issues/8952)) ([67383fc](https://github.com/dynamic-labs/dynamic-auth/commit/67383fcd92bc88875d65b520bd1951822a0d7d43))
8
+ * manually create v3 wallets on RN ([#8947](https://github.com/dynamic-labs/dynamic-auth/issues/8947)) ([d534b44](https://github.com/dynamic-labs/dynamic-auth/commit/d534b44bec28302791f789bd762ae5940ef00f58))
9
+ * update Bitget wallet logo with new SVG design ([#8961](https://github.com/dynamic-labs/dynamic-auth/issues/8961)) ([c47aaa6](https://github.com/dynamic-labs/dynamic-auth/commit/c47aaa6e3ee388831ca62f7e8b913cd15e57060f))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * clean user op cache on network switch ([#8966](https://github.com/dynamic-labs/dynamic-auth/issues/8966)) ([d1783d3](https://github.com/dynamic-labs/dynamic-auth/commit/d1783d3bd627e7c31dd3433385218767e69a4fbc))
15
+
16
+ ### [4.20.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.3...v4.20.4) (2025-06-13)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * expose sign authorization on react native ([#8954](https://github.com/dynamic-labs/dynamic-auth/issues/8954)) ([dbc2f44](https://github.com/dynamic-labs/dynamic-auth/commit/dbc2f4447efe61fc100146662bc76ed72bcb0fd2))
22
+
2
23
  ### [4.20.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.2...v4.20.3) (2025-06-13)
3
24
 
4
25
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.20.3";
6
+ var version = "4.20.5";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.20.3";
2
+ var version = "4.20.5";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/waas",
3
- "version": "4.20.3",
3
+ "version": "4.20.5",
4
4
  "type": "module",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -16,12 +16,12 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dependencies": {
19
- "@dynamic-labs/assert-package-version": "4.20.3",
19
+ "@dynamic-labs/assert-package-version": "4.20.5",
20
20
  "@dynamic-labs-wallet/browser-wallet-client": "0.0.85",
21
- "@dynamic-labs/ethereum-core": "4.20.3",
22
- "@dynamic-labs/solana-core": "4.20.3",
23
- "@dynamic-labs/sui-core": "4.20.3",
24
- "@dynamic-labs/wallet-book": "4.20.3"
21
+ "@dynamic-labs/ethereum-core": "4.20.5",
22
+ "@dynamic-labs/solana-core": "4.20.5",
23
+ "@dynamic-labs/sui-core": "4.20.5",
24
+ "@dynamic-labs/wallet-book": "4.20.5"
25
25
  },
26
26
  "peerDependencies": {}
27
27
  }