@dynamic-labs/multi-wallet 0.15.0-RC.4 → 0.15.0-RC.6

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
 
2
+ ## [0.15.0-RC.6](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.0-RC.5...v0.15.0-RC.6) (2023-02-15)
3
+
4
+
5
+ ### Features
6
+
7
+ * **WalletActionConfirmationModal:** adds confirmation modal for signing message ([7a52b9e](https://github.com/dynamic-labs/DynamicAuth/commit/7a52b9ea7195f948b3844a0b0b8632ec0104e859))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **NetworkPicker:** network picker button click submits formik ([8f1dc6d](https://github.com/dynamic-labs/DynamicAuth/commit/8f1dc6d421e6d8d0f71e399543240326a2d66d1f))
13
+
14
+ ## [0.15.0-RC.5](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.0-RC.4...v0.15.0-RC.5) (2023-02-15)
15
+
2
16
  ## [0.15.0-RC.4](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.0-RC.3...v0.15.0-RC.4) (2023-02-15)
3
17
 
4
18
  ## [0.15.0-RC.3](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.0-RC.2...v0.15.0-RC.3) (2023-02-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/multi-wallet",
3
- "version": "0.15.0-RC.4",
3
+ "version": "0.15.0-RC.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "buffer": "^6.0.3",
11
- "@dynamic-labs/sdk-api": "^0.0.126",
11
+ "@dynamic-labs/sdk-api": "0.0.129",
12
12
  "starknet": "^3.19.0",
13
13
  "ethers": "^5.7.2",
14
14
  "@randlabs/myalgo-connect": "^1.4.2",
@@ -22,7 +22,7 @@
22
22
  "@walletconnect/ethereum-provider": "^1.8.0",
23
23
  "@walletconnect/universal-provider": "^2.3.2",
24
24
  "tslib": "^2.4.1",
25
- "@dynamic-labs/logger": "0.15.0-RC.4"
25
+ "@dynamic-labs/logger": "0.15.0-RC.6"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@walletconnect/types": "^2.2.1"