gt-react 10.2.2-alpha.2 → 10.3.1

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/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # gt-react
2
2
 
3
+ ## 10.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#583](https://github.com/generaltranslation/gt/pull/583) [`e0b92f4`](https://github.com/generaltranslation/gt/commit/e0b92f42234f4f8fbb9859508769b6ee973407f8) Thanks [@brian-lou](https://github.com/brian-lou)! - Bump core library version
8
+
9
+ - Updated dependencies [[`9b05fda`](https://github.com/generaltranslation/gt/commit/9b05fda9959f9e24491c02f357bc2a2c49ba0276)]:
10
+ - generaltranslation@7.4.1
11
+
12
+ ## 10.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - [#536](https://github.com/generaltranslation/gt/pull/536) [`468b0b7`](https://github.com/generaltranslation/gt/commit/468b0b7c660fd1ab9e8c2611a26ade63ba268e80) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Added locale selection based on region
17
+ Added compile time hashing
18
+ Added es lint plugin for gt-next (in alpha)
19
+ Fix CLI validation (used to error for {<JSX/>} inside <T>)
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`468b0b7`](https://github.com/generaltranslation/gt/commit/468b0b7c660fd1ab9e8c2611a26ade63ba268e80)]:
24
+ - generaltranslation@7.4.0
25
+
3
26
  ## 10.2.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.2.2-alpha.2",
3
+ "version": "10.3.1",
4
4
  "description": "A React library for automatic internationalization.",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@generaltranslation/supported-locales": "^2.0.13",
18
- "generaltranslation": "^7.3.1-alpha.0"
18
+ "generaltranslation": "^7.4.1"
19
19
  },
20
20
  "scripts": {
21
21
  "patch": "npm version patch",