@dynamic-labs/locale 4.64.0 → 4.66.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,33 @@
1
1
 
2
+ ## [4.66.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.65.0...v4.66.0) (2026-03-02)
3
+
4
+
5
+ ### Features
6
+
7
+ * **stellar:** send serialized XDR for transaction signing ([#10548](https://github.com/dynamic-labs/dynamic-auth/issues/10548)) ([3ff6438](https://github.com/dynamic-labs/dynamic-auth/commit/3ff64384e16d5fdb32cd6a3fd144757bf05f4456))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * prevent MFA backup codes screen from being dismissed before acknowledgement ([#10530](https://github.com/dynamic-labs/dynamic-auth/issues/10530)) ([67086f0](https://github.com/dynamic-labs/dynamic-auth/commit/67086f0b4a1302d39853eb2eedcb6f5b8bfca889))
13
+ * **react-native:** add retry when setting items to secure store ([#10576](https://github.com/dynamic-labs/dynamic-auth/issues/10576)) ([22ea162](https://github.com/dynamic-labs/dynamic-auth/commit/22ea162420806a4a67394c99f3691754982a7f1f))
14
+
15
+ ## [4.65.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.64.0...v4.65.0) (2026-02-27)
16
+
17
+
18
+ ### Features
19
+
20
+ * add CSP nonce support for style and link tags ([#10514](https://github.com/dynamic-labs/dynamic-auth/issues/10514)) ([62128f5](https://github.com/dynamic-labs/dynamic-auth/commit/62128f5eddfd2a037c2ed6e9320b5009d350c0b5))
21
+ * add setPassword method for initial wallet password setup ([#10534](https://github.com/dynamic-labs/dynamic-auth/issues/10534)) ([87d1e5f](https://github.com/dynamic-labs/dynamic-auth/commit/87d1e5f3c41fe4417320f6971566526e8bf07e99))
22
+ * add step-up authentication and walletsVerify API ([#10482](https://github.com/dynamic-labs/dynamic-auth/issues/10482)) ([e762a63](https://github.com/dynamic-labs/dynamic-auth/commit/e762a634e9782c34926f5947db5446ad95617064))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **react-native:** ensure items are saved to storage successfully ([#10538](https://github.com/dynamic-labs/dynamic-auth/issues/10538)) ([60bfd5e](https://github.com/dynamic-labs/dynamic-auth/commit/60bfd5e4bf1e7265e754c222839662ff615495b2))
28
+ * **sdk-react-core:** add stellar to compareChains to prevent duplicate wallet creation ([#10526](https://github.com/dynamic-labs/dynamic-auth/issues/10526)) ([89f4498](https://github.com/dynamic-labs/dynamic-auth/commit/89f449892a5153dc8032e0e8ea61cf453e0a2b23))
29
+ * show password setup button for all WaaS wallets regardless of passcodeRequired ([#10532](https://github.com/dynamic-labs/dynamic-auth/issues/10532)) ([615cbf2](https://github.com/dynamic-labs/dynamic-auth/commit/615cbf25fcf95cb5b82a118a2d5d37285e8b5b83))
30
+
2
31
  ## [4.64.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.63.1...v4.64.0) (2026-02-25)
3
32
 
4
33
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.64.0";
6
+ var version = "4.66.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.64.0";
2
+ var version = "4.66.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.64.0",
3
+ "version": "4.66.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.64.0"
23
+ "@dynamic-labs/assert-package-version": "4.66.0"
24
24
  },
25
25
  "peerDependencies": {}
26
26
  }
@@ -2125,6 +2125,9 @@ const translation = {
2125
2125
  placeholder: 'Re-enter password',
2126
2126
  match: 'Passwords match',
2127
2127
  mismatch: 'Passwords do not match',
2128
+ error: {
2129
+ failed: 'Failed to set up password. Please try again.',
2130
+ },
2128
2131
  },
2129
2132
  knowledge_check: {
2130
2133
  title: 'Knowledge check',
@@ -2167,6 +2170,9 @@ const translation = {
2167
2170
  title: 'Confirm your Password',
2168
2171
  description: "Enter your password again to verify you've securely saved it.",
2169
2172
  acknowledgment: 'I understand that if I lose my password I will lose access to my account and my assets. Keep your password safe.',
2173
+ error: {
2174
+ failed: 'Failed to update password. Please try again.',
2175
+ },
2170
2176
  },
2171
2177
  success: {
2172
2178
  title: 'Password updated successfully!',
@@ -2121,6 +2121,9 @@ export declare const translation: {
2121
2121
  placeholder: string;
2122
2122
  match: string;
2123
2123
  mismatch: string;
2124
+ error: {
2125
+ failed: string;
2126
+ };
2124
2127
  };
2125
2128
  knowledge_check: {
2126
2129
  title: string;
@@ -2163,6 +2166,9 @@ export declare const translation: {
2163
2166
  title: string;
2164
2167
  description: string;
2165
2168
  acknowledgment: string;
2169
+ error: {
2170
+ failed: string;
2171
+ };
2166
2172
  };
2167
2173
  success: {
2168
2174
  title: string;
@@ -2121,6 +2121,9 @@ const translation = {
2121
2121
  placeholder: 'Re-enter password',
2122
2122
  match: 'Passwords match',
2123
2123
  mismatch: 'Passwords do not match',
2124
+ error: {
2125
+ failed: 'Failed to set up password. Please try again.',
2126
+ },
2124
2127
  },
2125
2128
  knowledge_check: {
2126
2129
  title: 'Knowledge check',
@@ -2163,6 +2166,9 @@ const translation = {
2163
2166
  title: 'Confirm your Password',
2164
2167
  description: "Enter your password again to verify you've securely saved it.",
2165
2168
  acknowledgment: 'I understand that if I lose my password I will lose access to my account and my assets. Keep your password safe.',
2169
+ error: {
2170
+ failed: 'Failed to update password. Please try again.',
2171
+ },
2166
2172
  },
2167
2173
  success: {
2168
2174
  title: 'Password updated successfully!',