generaltranslation 8.1.4 → 8.1.6

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,17 @@
1
1
  # generaltranslation
2
2
 
3
+ ## 8.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#950](https://github.com/generaltranslation/gt/pull/950) [`feada39`](https://github.com/generaltranslation/gt/commit/feada3918ad78a1584f07245ac158c2d994a38da) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - chore: datefns format support base
8
+
9
+ ## 8.1.5
10
+
11
+ ### Patch Changes
12
+
13
+ - [#908](https://github.com/generaltranslation/gt/pull/908) [`1e7e52f`](https://github.com/generaltranslation/gt/commit/1e7e52f3a77835887ff187ffeb99d6e3dc2a9e6c) Thanks [@brian-lou](https://github.com/brian-lou)! - Fix timeout logic; Refactor upload command
14
+
3
15
  ## 8.1.4
4
16
 
5
17
  ### Patch Changes
package/dist/id.d.ts CHANGED
@@ -38,7 +38,7 @@ type JsxChild = string | JsxElement | Variable;
38
38
  /**
39
39
  * The format of the content
40
40
  */
41
- type DataFormat = 'JSX' | 'ICU' | 'I18NEXT';
41
+ type DataFormat = 'JSX' | 'ICU' | 'I18NEXT' | 'DATE_FNS';
42
42
  /**
43
43
  * A content type representing JSX elements
44
44
  */