@taxbit/react-sdk 2.0.0-beta.1 → 2.0.0-beta.2

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/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -272,6 +272,7 @@ type Locale =
272
272
  | 'en-nz'
273
273
  | 'en-us'
274
274
  | 'es'
275
+ | 'es-mx'
275
276
  | 'et'
276
277
  | 'fi'
277
278
  | 'fr'
@@ -327,6 +328,10 @@ type QuestionnaireType = 'DPS' | 'W-FORM' | 'SELF-CERT';
327
328
 
328
329
  ## Changelog
329
330
 
331
+ ### Version 2.0.0-beta.2
332
+
333
+ 1. Adding es-MX ISO option.
334
+
330
335
  ### Version 2.0.0-beta.1
331
336
 
332
337
  1. Fixed required fields for non-us Regarded Owner.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taxbit/react-sdk",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "Taxbit Tax Documentation",
5
5
  "author": "Taxbit",
6
6
  "type": "module",