@dynamic-labs/locale 4.84.0 → 4.85.0

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,4 +1,38 @@
1
1
 
2
+ ## [4.85.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.84.1...v4.85.0) (2026-05-29)
3
+
4
+
5
+ ### Features
6
+
7
+ * **moonpay:** add getMoonPayCurrencies API, MOONPAY_PROVIDER_ID, and chain enum fix ([#11362](https://github.com/dynamic-labs/dynamic-auth/issues/11362)) ([8f1c841](https://github.com/dynamic-labs/dynamic-auth/commit/8f1c841dcab3249e82a7152be373c0e0204a2f47))
8
+ * **sdk-react-core:** extend usePrivateTokenBalances with `accountAddress`, `tokenAddresses`, `includeNativeBalance`, `includeFiat` ([#11380](https://github.com/dynamic-labs/dynamic-auth/issues/11380)) ([ccb6d47](https://github.com/dynamic-labs/dynamic-auth/commit/ccb6d47b4683a12a13aaf8311ecffae3d46464a3))
9
+ * **sdk-react-core:** forward `chainName` + `networkId` through `usePrivateTokenBalances` ([#11383](https://github.com/dynamic-labs/dynamic-auth/issues/11383)) ([c2ad110](https://github.com/dynamic-labs/dynamic-auth/commit/c2ad1103d4d4fdba67fc9b50b60945a843adae99))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **aleo:** drop optimistically deducted unshielded rows when balance hits zero ([#11371](https://github.com/dynamic-labs/dynamic-auth/issues/11371)) ([a3bb8e8](https://github.com/dynamic-labs/dynamic-auth/commit/a3bb8e8fa7e877340c829c991ba31eeb8fa4fcf1)), closes [#11337](https://github.com/dynamic-labs/dynamic-auth/issues/11337)
15
+ * **aleo:** re-read gas sponsored flag after async fetchFee resolves ([#11375](https://github.com/dynamic-labs/dynamic-auth/issues/11375)) ([d27e74a](https://github.com/dynamic-labs/dynamic-auth/commit/d27e74a309aff18eb6b18046fe34e9e64363d331))
16
+ * remediate high-severity dependency vulnerabilities ([#11339](https://github.com/dynamic-labs/dynamic-auth/issues/11339)) ([f025b30](https://github.com/dynamic-labs/dynamic-auth/commit/f025b308e29153de49c88d91233139bb00caaf4e))
17
+ * **waas:** guard upgradeToDynamicWaas on the wallet arg, not primaryWallet ([#11324](https://github.com/dynamic-labs/dynamic-auth/issues/11324)) ([3e95eaf](https://github.com/dynamic-labs/dynamic-auth/commit/3e95eaf50afd2f49ff1cc416e5bf211ee04fbb23))
18
+
19
+ ### [4.84.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.84.0...v4.84.1) (2026-05-28)
20
+
21
+
22
+ ### Features
23
+
24
+ * **sdk-react-core:** add usePrivateTokenBalances public hook ([#11338](https://github.com/dynamic-labs/dynamic-auth/issues/11338)) ([91125e8](https://github.com/dynamic-labs/dynamic-auth/commit/91125e8e3ac010f760e1481fd4685dfde331b94a))
25
+ * **waas:** detect delegated wallets via otherShareSets ([#11312](https://github.com/dynamic-labs/dynamic-auth/issues/11312)) ([0c8277f](https://github.com/dynamic-labs/dynamic-auth/commit/0c8277f9e2f4e622fc7a75fdfcf4180d9b7db8ff))
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **aleo:** misc Send-screen UI fixes — sponsorship, 0-amount, 0-balance, glyphs ([#11337](https://github.com/dynamic-labs/dynamic-auth/issues/11337)) ([f95bc34](https://github.com/dynamic-labs/dynamic-auth/commit/f95bc34c7f8e0a01df61a72f0cbcfa3508471cd7))
31
+ * **aleo:** optimistic shield balance updates + convergence polling ([#11336](https://github.com/dynamic-labs/dynamic-auth/issues/11336)) ([c86eeec](https://github.com/dynamic-labs/dynamic-auth/commit/c86eeecd1475838a61d58b7924ac7bec0db5b9f3))
32
+ * **locale:** capitalize "Key" in Export Private Key button ([#11319](https://github.com/dynamic-labs/dynamic-auth/issues/11319)) ([58eceff](https://github.com/dynamic-labs/dynamic-auth/commit/58eceff3fdaee5d70dac0a8fef89a86f31f814aa))
33
+
34
+
35
+
2
36
  ## [4.84.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.83.2-alpha.0...v4.84.0) (2026-05-22)
3
37
 
4
38
 
@@ -6522,4 +6556,4 @@ Enjoy!
6522
6556
  * setPrimaryWallet and useSyncPrimaryWallet updates ([#2128](https://github.com/dynamic-labs/DynamicAuth/issues/2128)) ([fb47b17](https://github.com/dynamic-labs/DynamicAuth/commit/fb47b17ddc7f41c29f140a1a85a1e47dbf017fff))
6523
6557
  * update text color and add close button on extension not installed prompt ([#2122](https://github.com/dynamic-labs/DynamicAuth/issues/2122)) ([b4848a0](https://github.com/dynamic-labs/DynamicAuth/commit/b4848a0a8094b4ceac67e2667d277a9aa5e2e137))
6524
6558
 
6525
- ## [0.17.0-RC.16](https://github.com/dynamic-labs/Dyna
6559
+ ## [0.17.0-RC.16](https://github.com/dynamic-labs/Dyna
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.84.0";
6
+ var version = "4.85.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.84.0";
2
+ var version = "4.85.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/locale",
3
- "version": "4.84.0",
3
+ "version": "4.85.0",
4
4
  "description": "Locale for Dynamic SDK",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "i18next": "23.4.6",
22
22
  "react-i18next": "13.5.0",
23
- "@dynamic-labs/assert-package-version": "4.84.0"
23
+ "@dynamic-labs/assert-package-version": "4.85.0"
24
24
  },
25
25
  "peerDependencies": {}
26
26
  }
@@ -1029,7 +1029,7 @@ const translation = {
1029
1029
  export_section: {
1030
1030
  backup_button: 'Backup Key Share',
1031
1031
  backup_button_v2: 'Backup',
1032
- export_button: 'Export Private key',
1032
+ export_button: 'Export Private Key',
1033
1033
  export_recovery_button: 'Export & Recovery',
1034
1034
  private_key_button: 'Private key',
1035
1035
  srp_button: 'Recovery phrase',
@@ -1094,7 +1094,7 @@ const translation = {
1094
1094
  export_section: {
1095
1095
  backup_button: 'Backup Key Share',
1096
1096
  backup_button_v2: 'Backup',
1097
- export_button: 'Export Private key',
1097
+ export_button: 'Export Private Key',
1098
1098
  export_recovery_button: 'Export & Recovery',
1099
1099
  private_key_button: 'Private key',
1100
1100
  srp_button: 'Recovery phrase',
@@ -2292,6 +2292,7 @@ const translation = {
2292
2292
  amount: {
2293
2293
  invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2294
2294
  invalid_format: 'The amount is in invalid format',
2295
+ non_zero: 'Enter an amount greater than 0.',
2295
2296
  over_balance: 'Insufficient funds to send this amount.',
2296
2297
  required: 'The amount field is required',
2297
2298
  },
@@ -2377,6 +2378,7 @@ const translation = {
2377
2378
  amount: {
2378
2379
  invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2379
2380
  invalid_format: 'The amount is in invalid format',
2381
+ non_zero: 'Enter an amount greater than 0.',
2380
2382
  over_balance: 'Insufficient funds to send this amount.',
2381
2383
  required: 'The amount field is required',
2382
2384
  },
@@ -1023,7 +1023,7 @@ export declare const translation: {
1023
1023
  export_section: {
1024
1024
  backup_button: 'Backup Key Share',
1025
1025
  backup_button_v2: 'Backup',
1026
- export_button: 'Export Private key',
1026
+ export_button: 'Export Private Key',
1027
1027
  export_recovery_button: 'Export & Recovery',
1028
1028
  private_key_button: 'Private key',
1029
1029
  srp_button: 'Recovery phrase',
@@ -2288,6 +2288,7 @@ export declare const translation: {
2288
2288
  amount: {
2289
2289
  invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2290
2290
  invalid_format: 'The amount is in invalid format',
2291
+ non_zero: 'Enter an amount greater than 0.',
2291
2292
  over_balance: 'Insufficient funds to send this amount.',
2292
2293
  required: 'The amount field is required',
2293
2294
  },
@@ -2373,6 +2374,7 @@ export declare const translation: {
2373
2374
  amount: {
2374
2375
  invalid_decimals: string;
2375
2376
  invalid_format: string;
2377
+ non_zero: string;
2376
2378
  over_balance: string;
2377
2379
  required: string;
2378
2380
  };
@@ -1025,7 +1025,7 @@ const translation = {
1025
1025
  export_section: {
1026
1026
  backup_button: 'Backup Key Share',
1027
1027
  backup_button_v2: 'Backup',
1028
- export_button: 'Export Private key',
1028
+ export_button: 'Export Private Key',
1029
1029
  export_recovery_button: 'Export & Recovery',
1030
1030
  private_key_button: 'Private key',
1031
1031
  srp_button: 'Recovery phrase',
@@ -1090,7 +1090,7 @@ const translation = {
1090
1090
  export_section: {
1091
1091
  backup_button: 'Backup Key Share',
1092
1092
  backup_button_v2: 'Backup',
1093
- export_button: 'Export Private key',
1093
+ export_button: 'Export Private Key',
1094
1094
  export_recovery_button: 'Export & Recovery',
1095
1095
  private_key_button: 'Private key',
1096
1096
  srp_button: 'Recovery phrase',
@@ -2288,6 +2288,7 @@ const translation = {
2288
2288
  amount: {
2289
2289
  invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2290
2290
  invalid_format: 'The amount is in invalid format',
2291
+ non_zero: 'Enter an amount greater than 0.',
2291
2292
  over_balance: 'Insufficient funds to send this amount.',
2292
2293
  required: 'The amount field is required',
2293
2294
  },
@@ -2373,6 +2374,7 @@ const translation = {
2373
2374
  amount: {
2374
2375
  invalid_decimals: 'Please enter a value up to the {{decimals}}th decimal place.',
2375
2376
  invalid_format: 'The amount is in invalid format',
2377
+ non_zero: 'Enter an amount greater than 0.',
2376
2378
  over_balance: 'Insufficient funds to send this amount.',
2377
2379
  required: 'The amount field is required',
2378
2380
  },