gt-react 10.11.2 → 10.11.3

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,14 @@
1
1
  # gt-react
2
2
 
3
+ ## 10.11.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1069](https://github.com/generaltranslation/gt/pull/1069) [`ff38c7c`](https://github.com/generaltranslation/gt/commit/ff38c7c72886882ddb8851fc8173e1ba863d0078) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: add new gt package
8
+
9
+ - Updated dependencies [[`ff38c7c`](https://github.com/generaltranslation/gt/commit/ff38c7c72886882ddb8851fc8173e1ba863d0078)]:
10
+ - @generaltranslation/react-core@1.5.3
11
+
3
12
  ## 10.11.2
4
13
 
5
14
  ### Patch Changes
package/README.md CHANGED
@@ -20,13 +20,13 @@ Automatic i18n for React.
20
20
 
21
21
  ```bash
22
22
  npm install gt-react
23
- npm install gtx-cli --save-dev
23
+ npm install gt --save-dev
24
24
  ```
25
25
 
26
26
  ## Quick Start
27
27
 
28
28
  ```bash
29
- npx gtx-cli init
29
+ npx gt init
30
30
  ```
31
31
 
32
32
  ```jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.11.2",
3
+ "version": "10.11.3",
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",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@generaltranslation/supported-locales": "2.0.46",
18
18
  "generaltranslation": "8.1.13",
19
- "@generaltranslation/react-core": "1.5.2"
19
+ "@generaltranslation/react-core": "1.5.3"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",