@dynamic-labs/bitcoin 1.1.0 → 1.1.1

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,13 @@
1
1
 
2
+ ### [1.1.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.0...v1.1.1) (2024-02-13)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * current wallet being clipped inside a circle ([#4470](https://github.com/dynamic-labs/DynamicAuth/issues/4470)) ([#4649](https://github.com/dynamic-labs/DynamicAuth/issues/4649)) ([43537af](https://github.com/dynamic-labs/DynamicAuth/commit/43537af0809c96bc8ae8726d9260e2c526d2921b))
8
+ * old iconic dependency version ([#4674](https://github.com/dynamic-labs/DynamicAuth/issues/4674)) ([04f5b03](https://github.com/dynamic-labs/DynamicAuth/commit/04f5b0387303563637ad414eda0170186aad0e44))
9
+ * solana turnkey connector not refreshing account after session expiration ([#4637](https://github.com/dynamic-labs/DynamicAuth/issues/4637)) ([ed0f964](https://github.com/dynamic-labs/DynamicAuth/commit/ed0f964bc1e0ab2e5069c51b9e6f3c0bc2a16df7))
10
+
2
11
  ## [1.1.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.0-alpha.25...v1.1.0) (2024-02-07)
3
12
 
4
13
  Check out our changelog here: https://docs.dynamic.xyz/changelog/v1-1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/bitcoin",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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.0",
36
- "@dynamic-labs/wallet-book": "1.1.0",
37
- "@dynamic-labs/wallet-connector-core": "1.1.0",
35
+ "@dynamic-labs/utils": "1.1.1",
36
+ "@dynamic-labs/wallet-book": "1.1.1",
37
+ "@dynamic-labs/wallet-connector-core": "1.1.1",
38
38
  "stream": "0.0.2"
39
39
  },
40
40
  "peerDependencies": {}