@generaltranslation/react-core 1.5.7 → 1.5.9

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,25 @@
1
1
  # @generaltranslation/react-core
2
2
 
3
+ ## 1.5.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1062](https://github.com/generaltranslation/gt/pull/1062) [`2274e23`](https://github.com/generaltranslation/gt/commit/2274e23d448c8a96d661d30e5c7fc737814c1fb0) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - refactor: rename static to derive, and deprecate static
8
+
9
+ - Updated dependencies [[`2274e23`](https://github.com/generaltranslation/gt/commit/2274e23d448c8a96d661d30e5c7fc737814c1fb0)]:
10
+ - generaltranslation@8.1.17
11
+ - gt-i18n@0.6.1
12
+ - @generaltranslation/supported-locales@2.0.50
13
+
14
+ ## 1.5.8
15
+
16
+ ### Patch Changes
17
+
18
+ - [#1113](https://github.com/generaltranslation/gt/pull/1113) [`7e2bbc5`](https://github.com/generaltranslation/gt/commit/7e2bbc575d9d2bcc358bfa11c880a7bf4aac8636) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: add string translation function t()
19
+
20
+ - Updated dependencies [[`7e2bbc5`](https://github.com/generaltranslation/gt/commit/7e2bbc575d9d2bcc358bfa11c880a7bf4aac8636)]:
21
+ - gt-i18n@0.6.0
22
+
3
23
  ## 1.5.7
4
24
 
5
25
  ### Patch Changes
package/README.md CHANGED
@@ -17,3 +17,7 @@
17
17
  Pure React library for internationalization. Used internally by `gt-react` and `gt-next`.
18
18
 
19
19
  See the [full documentation](https://generaltranslation.com/docs/react) for guides and API reference.
20
+
21
+ ## Notes
22
+
23
+ This package should be runtime agnostic. Runtime compatability should be delegated to consumers.