@dynamic-labs/bitcoin 1.3.1 → 1.4.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 +23 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,4 +1,27 @@
1
1
 
2
+ ### [1.4.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.4.0...v1.4.1) (2024-03-22)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * validate user session whenever user is connected/authenticated ([#5079](https://github.com/dynamic-labs/DynamicAuth/issues/5079)) ([d346cef](https://github.com/dynamic-labs/DynamicAuth/commit/d346cefb027305e43020b2a3b48a83bafeae4131))
8
+
9
+ ## [1.4.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.3.1...v1.4.0) (2024-03-21)
10
+
11
+
12
+ ### Features
13
+
14
+ * add sign-in with farcaster ([#5059](https://github.com/dynamic-labs/DynamicAuth/issues/5059)) ([83245aa](https://github.com/dynamic-labs/DynamicAuth/commit/83245aa9f973ca349abcbaccf5d150b4a31beb0e)), closes [#4947](https://github.com/dynamic-labs/DynamicAuth/issues/4947)
15
+ * add prop to hide embedded wallet transaction UIs ([#4928](https://github.com/dynamic-labs/DynamicAuth/issues/4928)) ([b0ad954](https://github.com/dynamic-labs/DynamicAuth/commit/b0ad95494ebf991e61f09a23999c3526498f2db9)), closes [#4924](https://github.com/dynamic-labs/DynamicAuth/issues/4924)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * multiple wallet improvements
21
+ * multiple ui/ux improvements
22
+ * miscellaneous copy and localization updates
23
+ * add missing css variables for DynamicConnectButton
24
+
2
25
  ### [1.3.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.3.0...v1.3.1) (2024-03-08)
3
26
 
4
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/bitcoin",
3
- "version": "1.3.1",
3
+ "version": "1.4.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -27,14 +27,14 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@btckit/types": "^0.0.19",
30
- "@dynamic-labs/sdk-api": "0.0.363",
30
+ "@dynamic-labs/sdk-api": "0.0.387",
31
31
  "@wallet-standard/app": "^1.0.1",
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.3.1",
36
- "@dynamic-labs/wallet-book": "1.3.1",
37
- "@dynamic-labs/wallet-connector-core": "1.3.1",
35
+ "@dynamic-labs/utils": "1.4.1",
36
+ "@dynamic-labs/wallet-book": "1.4.1",
37
+ "@dynamic-labs/wallet-connector-core": "1.4.1",
38
38
  "stream": "0.0.2"
39
39
  },
40
40
  "peerDependencies": {}