@dynamic-labs/starknet 0.17.26 → 0.17.28

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 +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,19 @@
1
1
 
2
+ ### [0.17.28](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.27...v0.17.28) (2023-07-26)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **transaction:** add gas price to transaction on magic ([#2747](https://github.com/dynamic-labs/DynamicAuth/issues/2747)) ([62750be](https://github.com/dynamic-labs/DynamicAuth/commit/62750be5f4ea9f476ac286bb6770a5ce0cf276b7))
8
+
9
+ ### [0.17.27](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.26...v0.17.27) (2023-07-26)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * do not proceed to authSuccess if there are still missing fields ([#2726](https://github.com/dynamic-labs/DynamicAuth/issues/2726)) ([e5b8139](https://github.com/dynamic-labs/DynamicAuth/commit/e5b8139bedbcc82f6f42251c5877a97955d90564)), closes [#2740](https://github.com/dynamic-labs/DynamicAuth/issues/2740)
15
+ * WalletConnect bug on fresh session with high latency ([#2669](https://github.com/dynamic-labs/DynamicAuth/issues/2669)) ([0fcb9c9](https://github.com/dynamic-labs/DynamicAuth/commit/0fcb9c969d39dad856ae76b2bdd02368c6c8d64a))
16
+
2
17
  ### [0.17.26](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.25...v0.17.26) (2023-07-25)
3
18
 
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/starknet",
3
- "version": "0.17.26",
3
+ "version": "0.17.28",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -28,8 +28,8 @@
28
28
  "dependencies": {
29
29
  "starknet": "3.19.0",
30
30
  "get-starknet": "1.5.0",
31
- "@dynamic-labs/utils": "0.17.26",
32
- "@dynamic-labs/wallet-connector-core": "0.17.26"
31
+ "@dynamic-labs/utils": "0.17.28",
32
+ "@dynamic-labs/wallet-connector-core": "0.17.28"
33
33
  },
34
34
  "peerDependencies": {}
35
35
  }