@dynamic-labs/starknet-core 3.0.3 → 3.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,32 @@
1
1
 
2
+ ### [3.1.1](https://github.com/dynamic-labs/DynamicAuth/compare/v3.1.0...v3.1.1) (2024-09-20)
3
+
4
+
5
+ ### Features
6
+
7
+ * blockaid website scanning for global connectivity ([#6874](https://github.com/dynamic-labs/DynamicAuth/issues/6874)) ([#6960](https://github.com/dynamic-labs/DynamicAuth/issues/6960)) ([67ac487](https://github.com/dynamic-labs/DynamicAuth/commit/67ac487ce4123cd99ce532ca7d238ee8059bcf8b))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * dont verify all signatures for solana embedded ([#6958](https://github.com/dynamic-labs/DynamicAuth/issues/6958)) ([5d8ac6e](https://github.com/dynamic-labs/DynamicAuth/commit/5d8ac6ebb2cbf46dfaef7f2cef9f90f1294fb8e2)), closes [#6953](https://github.com/dynamic-labs/DynamicAuth/issues/6953)
13
+ * magic eden wallet transactions ([#6946](https://github.com/dynamic-labs/DynamicAuth/issues/6946)) ([#6967](https://github.com/dynamic-labs/DynamicAuth/issues/6967)) ([6e474f7](https://github.com/dynamic-labs/DynamicAuth/commit/6e474f76acfea34eb80a97daca06ea5df526797e))
14
+ * populate error variable when user closes oauth window for useSocialAccounts ([#6952](https://github.com/dynamic-labs/DynamicAuth/issues/6952)) ([#6970](https://github.com/dynamic-labs/DynamicAuth/issues/6970)) ([dca6aa5](https://github.com/dynamic-labs/DynamicAuth/commit/dca6aa5c795c62b39c6b78fc6a1515c1bfe1ba07))
15
+ * prevent calling refresh after logout ([#6948](https://github.com/dynamic-labs/DynamicAuth/issues/6948)) ([#6971](https://github.com/dynamic-labs/DynamicAuth/issues/6971)) ([6bd8a03](https://github.com/dynamic-labs/DynamicAuth/commit/6bd8a0359f5207ceabdd29ff21787140d4ca5234))
16
+ * qrcode for mfa in dark mode ([#6961](https://github.com/dynamic-labs/DynamicAuth/issues/6961)) ([#6969](https://github.com/dynamic-labs/DynamicAuth/issues/6969)) ([fb0cdc7](https://github.com/dynamic-labs/DynamicAuth/commit/fb0cdc7c9de225ae5279546f291df9677d7668f7))
17
+
18
+ ## [3.1.0](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.3...v3.1.0) (2024-09-19)
19
+
20
+
21
+ ### Features
22
+
23
+ * add iconVariant prop to DynamicBridgeWidget ([#6915](https://github.com/dynamic-labs/DynamicAuth/issues/6915)) ([#6935](https://github.com/dynamic-labs/DynamicAuth/issues/6935)) ([e84874b](https://github.com/dynamic-labs/DynamicAuth/commit/e84874bedc965461ce5107e1cf773a55ed130d42))
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * don't try to set up event listeners if wallet provider doesn't support it ([#6944](https://github.com/dynamic-labs/DynamicAuth/issues/6944)) ([c043a85](https://github.com/dynamic-labs/DynamicAuth/commit/c043a853623951f2af32eefcd030931ca4c5a8be))
29
+
2
30
  ### [3.0.3](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.2...v3.0.3) (2024-09-16)
3
31
 
4
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/starknet-core",
3
- "version": "3.0.3",
3
+ "version": "3.1.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "starknet": "5.25.0",
30
- "@dynamic-labs/rpc-providers": "3.0.3",
31
- "@dynamic-labs/types": "3.0.3"
30
+ "@dynamic-labs/rpc-providers": "3.1.1",
31
+ "@dynamic-labs/types": "3.1.1"
32
32
  },
33
33
  "peerDependencies": {}
34
34
  }