@dynamic-labs/locale 4.96.3 → 4.97.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,26 @@
1
1
 
2
+ ## [4.97.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.4...v4.97.0) (2026-08-27)
3
+
4
+
5
+ ### Features
6
+
7
+ * **screening:** connected-wallet transaction screening [v4 backport] (DYNT-1663) ([#12284](https://github.com/dynamic-labs/dynamic-auth/issues/12284)) ([294adba](https://github.com/dynamic-labs/dynamic-auth/commit/294adba7dba8f321f3b1e8413f73545701e51252)), closes [#12160](https://github.com/dynamic-labs/dynamic-auth/issues/12160) [#12167](https://github.com/dynamic-labs/dynamic-auth/issues/12167) [#12168](https://github.com/dynamic-labs/dynamic-auth/issues/12168) [#12169](https://github.com/dynamic-labs/dynamic-auth/issues/12169) [#12172](https://github.com/dynamic-labs/dynamic-auth/issues/12172)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **screening:** wire connected-wallet screening into the Send Balance UI (DYNT-1663) ([#12289](https://github.com/dynamic-labs/dynamic-auth/issues/12289)) ([1587cd8](https://github.com/dynamic-labs/dynamic-auth/commit/1587cd833370e18fa383f942521500e4c1576390))
13
+
14
+ ### [4.96.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.3...v4.96.4) (2026-08-26)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * remediate high-severity tar, nanoid and js-yaml vulnerabilities (v4) ([#12269](https://github.com/dynamic-labs/dynamic-auth/issues/12269)) ([15a32fe](https://github.com/dynamic-labs/dynamic-auth/commit/15a32fe023038efaa3298d6792997a86b5f0cb0b))
20
+ * **transaction-card:** use walletConnector prop for network/fee instead of primaryWallet [v4 backport] ([#12065](https://github.com/dynamic-labs/dynamic-auth/issues/12065)) ([699c42b](https://github.com/dynamic-labs/dynamic-auth/commit/699c42b876eba7e1b0129eda27fa096ba7e567fc)), closes [#12063](https://github.com/dynamic-labs/dynamic-auth/issues/12063)
21
+ * **waas-svm:** instrument sponsorship retry attempts [v4 backport] ([#12282](https://github.com/dynamic-labs/dynamic-auth/issues/12282)) ([b2f2392](https://github.com/dynamic-labs/dynamic-auth/commit/b2f23929093ebb48214c1ddb65b3e56a58e9f8da))
22
+ * **wallet-connect:** reopen WalletConnect IndexedDB when the browser closes the connection (v4 backport) ([#12263](https://github.com/dynamic-labs/dynamic-auth/issues/12263)) ([4d0105d](https://github.com/dynamic-labs/dynamic-auth/commit/4d0105d2343c5bf75f89382e4be01b75413569e7))
23
+
2
24
  ### [4.96.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.96.2...v4.96.3) (2026-08-19)
3
25
 
4
26
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.96.3";
6
+ var version = "4.97.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.96.3";
2
+ var version = "4.97.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.96.3",
3
+ "version": "4.97.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.96.3"
23
+ "@dynamic-labs/assert-package-version": "4.97.0"
24
24
  },
25
25
  "peerDependencies": {}
26
26
  }
@@ -3195,6 +3195,8 @@ const translation = {
3195
3195
  sei_not_enabled_in_keplr_wallet:
3196
3196
  'Sei network is not enabled in Keplr. Please enable it and try again.',
3197
3197
  rate_limit_error: 'Too many requests. Please try again later.',
3198
+ transaction_screening_blocked:
3199
+ 'This transaction was blocked because the destination address is not approved.',
3198
3200
  }
3199
3201
  */
3200
3202
  dyn_error: {
@@ -3211,6 +3213,7 @@ const translation = {
3211
3213
  connection_proposal_expired: 'Connection proposal expired. Please try again.',
3212
3214
  sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
3213
3215
  rate_limit_error: 'Too many requests. Please try again later.',
3216
+ transaction_screening_blocked: 'This transaction was blocked because the destination address is not approved.',
3214
3217
  },
3215
3218
  /**
3216
3219
  * @description copy keys for search component
@@ -3191,6 +3191,8 @@ export declare const translation: {
3191
3191
  sei_not_enabled_in_keplr_wallet:
3192
3192
  'Sei network is not enabled in Keplr. Please enable it and try again.',
3193
3193
  rate_limit_error: 'Too many requests. Please try again later.',
3194
+ transaction_screening_blocked:
3195
+ 'This transaction was blocked because the destination address is not approved.',
3194
3196
  }
3195
3197
  */
3196
3198
  dyn_error: {
@@ -3207,6 +3209,7 @@ export declare const translation: {
3207
3209
  connection_proposal_expired: string;
3208
3210
  sei_not_enabled_in_keplr_wallet: string;
3209
3211
  rate_limit_error: string;
3212
+ transaction_screening_blocked: string;
3210
3213
  };
3211
3214
  /**
3212
3215
  * @description copy keys for search component
@@ -3191,6 +3191,8 @@ const translation = {
3191
3191
  sei_not_enabled_in_keplr_wallet:
3192
3192
  'Sei network is not enabled in Keplr. Please enable it and try again.',
3193
3193
  rate_limit_error: 'Too many requests. Please try again later.',
3194
+ transaction_screening_blocked:
3195
+ 'This transaction was blocked because the destination address is not approved.',
3194
3196
  }
3195
3197
  */
3196
3198
  dyn_error: {
@@ -3207,6 +3209,7 @@ const translation = {
3207
3209
  connection_proposal_expired: 'Connection proposal expired. Please try again.',
3208
3210
  sei_not_enabled_in_keplr_wallet: 'Sei network is not enabled in Keplr. Please enable it and try again.',
3209
3211
  rate_limit_error: 'Too many requests. Please try again later.',
3212
+ transaction_screening_blocked: 'This transaction was blocked because the destination address is not approved.',
3210
3213
  },
3211
3214
  /**
3212
3215
  * @description copy keys for search component