gt-tanstack-start 0.1.9 → 0.1.10

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,15 @@
1
1
  # gt-tanstack-start
2
2
 
3
+ ## 0.1.10
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
+ - gt-react@10.11.3
12
+
3
13
  ## 0.1.9
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -26,13 +26,13 @@ It is not yet recommended for production use.
26
26
 
27
27
  ```bash
28
28
  npm install gt-tanstack-start
29
- npm install gtx-cli --save-dev
29
+ npm install gt --save-dev
30
30
  ```
31
31
 
32
32
  ## Quick Start
33
33
 
34
34
  ```bash
35
- npx gtx-cli init
35
+ npx gt init
36
36
  ```
37
37
 
38
38
  ```jsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-tanstack-start",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "TanStack Start integration for General Translation",
5
5
  "main": "dist/index.cjs.min.cjs",
6
6
  "module": "dist/index.esm.min.mjs",
@@ -15,8 +15,8 @@
15
15
  "@tanstack/react-start": ">=1.159.0"
16
16
  },
17
17
  "dependencies": {
18
- "gt-react": "10.11.2",
19
- "@generaltranslation/react-core": "1.5.2",
18
+ "gt-react": "10.11.3",
19
+ "@generaltranslation/react-core": "1.5.3",
20
20
  "gt-i18n": "0.4.1",
21
21
  "generaltranslation": "8.1.13"
22
22
  },