gt-react 10.13.0 → 10.15.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,5 +1,33 @@
1
1
  # gt-react
2
2
 
3
+ ## 10.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1129](https://github.com/generaltranslation/gt/pull/1129) [`aabe764`](https://github.com/generaltranslation/gt/commit/aabe76422bfbba80ed3453667f82f01b1a195281) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: derivation support for the t macro
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`aabe764`](https://github.com/generaltranslation/gt/commit/aabe76422bfbba80ed3453667f82f01b1a195281)]:
12
+ - @generaltranslation/supported-locales@2.0.52
13
+ - @generaltranslation/react-core@1.6.1
14
+ - generaltranslation@8.1.19
15
+ - gt-i18n@0.7.1
16
+
17
+ ## 10.14.0
18
+
19
+ ### Minor Changes
20
+
21
+ - [#1121](https://github.com/generaltranslation/gt/pull/1121) [`b6a58de`](https://github.com/generaltranslation/gt/commit/b6a58de76998b28ce3247aa1a7005fffaeb210a5) Thanks [@pie575](https://github.com/pie575)! - Added a versionId hook for users to better access what Version their GT translations are on
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [[`b6a58de`](https://github.com/generaltranslation/gt/commit/b6a58de76998b28ce3247aa1a7005fffaeb210a5), [`6d516a7`](https://github.com/generaltranslation/gt/commit/6d516a784f1192f7758689fcf4557e8a19de740a)]:
26
+ - @generaltranslation/react-core@1.6.0
27
+ - gt-i18n@0.7.0
28
+ - generaltranslation@8.1.18
29
+ - @generaltranslation/supported-locales@2.0.51
30
+
3
31
  ## 10.13.0
4
32
 
5
33
  ### Minor Changes
@@ -1,4 +1,5 @@
1
1
  export * from './i18n-context/functions/locale-operations';
2
+ export * from './i18n-context/functions/versionId';
2
3
  export * from './i18n-context/setup/types';
3
4
  export { SyncResolutionFunction, SyncResolutionFunctionWithFallback, } from 'gt-i18n/types';
4
5
  //# sourceMappingURL=browser-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"browser-types.d.ts","sourceRoot":"","sources":["../src/browser-types.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EACL,sBAAsB,EACtB,kCAAkC,GACnC,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"browser-types.d.ts","sourceRoot":"","sources":["../src/browser-types.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAC;AAC3D,cAAc,oCAAoC,CAAC;AACnD,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EACL,sBAAsB,EACtB,kCAAkC,GACnC,MAAM,eAAe,CAAC"}