@dynamic-labs/bitcoin 1.1.3 → 1.1.5
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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
### [1.1.5](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.4...v1.1.5) (2024-02-28)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* fix server side rendering ([#4813](https://github.com/dynamic-labs/DynamicAuth/issues/4813)) ([0665821](https://github.com/dynamic-labs/DynamicAuth/commit/066582191bd67c3a4c0ef0a7e6f931bf0eaeed60))
|
|
7
|
+
* fix universal links when using walletconnect ([#4773](https://github.com/dynamic-labs/DynamicAuth/issues/4773)) ([#4779](https://github.com/dynamic-labs/DynamicAuth/issues/4779)) ([a3b7f1c](https://github.com/dynamic-labs/DynamicAuth/commit/a3b7f1cf9880f6e3fdf6b24d782fe3af6774f74f))
|
|
8
|
+
* fix sticky positioned elements while dynamic-no-scroll is applied ([#4731](https://github.com/dynamic-labs/DynamicAuth/issues/4731)) ([0aff2c6](https://github.com/dynamic-labs/DynamicAuth/commit/0aff2c6004d7b81f37c5cd61e3c71b3d86e3dcb9)), closes [#4696](https://github.com/dynamic-labs/DynamicAuth/issues/4696)
|
|
9
|
+
|
|
10
|
+
### [1.1.4](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.3...v1.1.4) (2024-02-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **gas-estimation:** use eip-1559 gas estimation ([#4719](https://github.com/dynamic-labs/DynamicAuth/issues/4719)) ([e90f832](https://github.com/dynamic-labs/DynamicAuth/commit/e90f832707b7fba162fc066ec94d1137236fe4c0))
|
|
16
|
+
* reduce isPreauthorized calls when starknet wallet is connected ([#4711](https://github.com/dynamic-labs/DynamicAuth/issues/4711)) ([6d5ef16](https://github.com/dynamic-labs/DynamicAuth/commit/6d5ef16dae20ba3efac2c502c7b2625cf6f8eb9e))
|
|
17
|
+
|
|
2
18
|
### [1.1.3](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.2...v1.1.3) (2024-02-19)
|
|
3
19
|
|
|
4
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/bitcoin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@wallet-standard/base": "^1.0.1",
|
|
33
33
|
"bitcoinjs-lib": "^6.1.5",
|
|
34
34
|
"sats-connect": "^1.1.2",
|
|
35
|
-
"@dynamic-labs/utils": "1.1.
|
|
36
|
-
"@dynamic-labs/wallet-book": "1.1.
|
|
37
|
-
"@dynamic-labs/wallet-connector-core": "1.1.
|
|
35
|
+
"@dynamic-labs/utils": "1.1.5",
|
|
36
|
+
"@dynamic-labs/wallet-book": "1.1.5",
|
|
37
|
+
"@dynamic-labs/wallet-connector-core": "1.1.5",
|
|
38
38
|
"stream": "0.0.2"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {}
|