@talismn/balances 0.1.6 → 0.1.8

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @talismn/balances
2
2
 
3
+ ## 0.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 3db774a: fix: useBalances creating too many subscriptions when called from multiple components
8
+
9
+ ## 0.1.7
10
+
3
11
  ## 0.1.6
4
12
 
5
13
  ## 0.1.5
@@ -93,6 +93,7 @@ export declare class Balances {
93
93
  get count(): number;
94
94
  /**
95
95
  * Get the summed value of balances in this collection.
96
+ * TODO: Sum up token amounts AND fiat amounts
96
97
  *
97
98
  * @example
98
99
  * // Get the sum of all transferable balances in usd.
@@ -171,6 +171,7 @@ class Balances {
171
171
  }
172
172
  /**
173
173
  * Get the summed value of balances in this collection.
174
+ * TODO: Sum up token amounts AND fiat amounts
174
175
  *
175
176
  * @example
176
177
  * // Get the sum of all transferable balances in usd.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/balances",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",