@dynamic-labs/utils 0.18.0-RC.13 → 0.18.0-RC.14

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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
1
 
2
+ ## [0.18.0-RC.14](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.0-RC.13...v0.18.0-RC.14) (2023-07-11)
3
+
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * **QNTM-68:** we currently expose concatenated primary and secondary
8
+ wallets array as connectedWallets, this is wrong and may cause issues with
9
+ understanding our architecture as well as issues for customers that want
10
+ to have access to connectedWallets array.
11
+
12
+ * chore(QNTM-68): expose connectedWallets from DynamicContext
13
+
14
+ since, we renamed connectedWallets to linkedWallets, we now want to expose correct value
15
+ for connectedWallets.
16
+
17
+ * chore(QNTM-68)!: remove connectedWalletsInfo from useDynamicContext
18
+ * **QNTM-68:** since we're exposing connectedWallets and this variable
19
+ has less information there is no need in exposing it from DynamicContext
20
+
21
+ * **QNTM-68:** update connectedWallets property and expose linkedWallets ([#2644](https://github.com/dynamic-labs/DynamicAuth/issues/2644)) ([8b707c3](https://github.com/dynamic-labs/DynamicAuth/commit/8b707c3fb2e14aa25385b35768ffa355ef7117e5))
22
+
2
23
  ## [0.18.0-RC.13](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.0-RC.12...v0.18.0-RC.13) (2023-07-11)
3
24
 
4
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/utils",
3
- "version": "0.18.0-RC.13",
3
+ "version": "0.18.0-RC.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -26,7 +26,7 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@dynamic-labs/types": "0.18.0-RC.13"
29
+ "@dynamic-labs/types": "0.18.0-RC.14"
30
30
  },
31
31
  "peerDependencies": {}
32
32
  }