@dynamic-labs/flow 4.8.2-preview.0 → 4.8.2

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,19 +1,19 @@
1
1
 
2
- ### [4.8.2-preview.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.1...v4.8.2-preview.0) (2025-02-28)
2
+ ### [4.8.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.1...v4.8.2) (2025-03-01)
3
3
 
4
4
 
5
5
  ### Features
6
6
 
7
7
  * add disconnect to wallet action in connect only ([#8152](https://github.com/dynamic-labs/dynamic-auth/issues/8152)) ([4f8fa26](https://github.com/dynamic-labs/dynamic-auth/commit/4f8fa26c293aa249e697cc6494463b3bb545251a))
8
+ * add dynamic waas evm connector ([#8167](https://github.com/dynamic-labs/dynamic-auth/issues/8167)) ([b51c0ae](https://github.com/dynamic-labs/dynamic-auth/commit/b51c0ae1822c9676d1923b77eb3e468aebe275e6))
8
9
  * support for onramp options via function, and default support for coinbase ([#8139](https://github.com/dynamic-labs/dynamic-auth/issues/8139)) ([f4dee01](https://github.com/dynamic-labs/dynamic-auth/commit/f4dee0175512de7a15928c577a20cc620863c282))
10
+ * upgrade [@solana](https://github.com/solana) libs ([#8180](https://github.com/dynamic-labs/dynamic-auth/issues/8180)) ([7c7f51e](https://github.com/dynamic-labs/dynamic-auth/commit/7c7f51ec5a29f8d9e4f860eb21d60666f6e6b9a2))
9
11
 
10
12
 
11
13
  ### Bug Fixes
12
14
 
13
- * embedded widget race condition that would show both embedded and non-embedded widgets at the same time ([4cb1686](https://github.com/dynamic-labs/dynamic-auth/commit/4cb16860cc61f6fcc074eb20ce38f848cdda31f1))
14
15
  * filter out networks without a key value when parsing coinbase onramp url ([#8158](https://github.com/dynamic-labs/dynamic-auth/issues/8158)) ([8033299](https://github.com/dynamic-labs/dynamic-auth/commit/80332991551987a29b6ea7c8f66fd373956d875b))
15
16
  * **QNTM-2927:** send users back to login on MM cancel ([#8149](https://github.com/dynamic-labs/dynamic-auth/issues/8149)) ([8e92702](https://github.com/dynamic-labs/dynamic-auth/commit/8e9270270220fc781da9c9235f86b29b9c4d2f28))
16
- * update WC re-connect view on mobile ([45c5241](https://github.com/dynamic-labs/dynamic-auth/commit/45c5241fa8d973b8ad3f8b0e85b5034e429c3c11))
17
17
 
18
18
  ### [4.8.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.0...v4.8.1) (2025-02-25)
19
19
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.8.2-preview.0";
6
+ var version = "4.8.2";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.8.2-preview.0";
2
+ var version = "4.8.2";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/flow",
3
- "version": "4.8.2-preview.0",
3
+ "version": "4.8.2",
4
4
  "description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -19,10 +19,10 @@
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
21
  "@onflow/fcl": "1.10.0",
22
- "@dynamic-labs/assert-package-version": "4.8.2-preview.0",
23
- "@dynamic-labs/utils": "4.8.2-preview.0",
24
- "@dynamic-labs/wallet-book": "4.8.2-preview.0",
25
- "@dynamic-labs/wallet-connector-core": "4.8.2-preview.0"
22
+ "@dynamic-labs/assert-package-version": "4.8.2",
23
+ "@dynamic-labs/utils": "4.8.2",
24
+ "@dynamic-labs/wallet-book": "4.8.2",
25
+ "@dynamic-labs/wallet-connector-core": "4.8.2"
26
26
  },
27
27
  "peerDependencies": {}
28
28
  }