@dynamic-labs/bitcoin 1.1.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
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
+
2
10
  ### [1.1.4](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.3...v1.1.4) (2024-02-21)
3
11
 
4
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/bitcoin",
3
- "version": "1.1.4",
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.4",
36
- "@dynamic-labs/wallet-book": "1.1.4",
37
- "@dynamic-labs/wallet-connector-core": "1.1.4",
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": {}