gt-tanstack-start 11.0.9 → 11.0.11

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 +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # gt-tanstack-start
2
2
 
3
+ ## 11.0.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @generaltranslation/react-core@11.0.11
9
+ - gt-react@11.0.11
10
+
11
+ ## 11.0.10
12
+
13
+ ### Patch Changes
14
+
15
+ - [#1916](https://github.com/generaltranslation/gt/pull/1916) [`c658e7e`](https://github.com/generaltranslation/gt/commit/c658e7e1f6929965e3752a6828e3658dd8c527a8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Unify `gt.config.json` types so complete config objects can be spread into compiler plugins and runtime initializers while file settings remain optional.
16
+
17
+ - Updated dependencies [[`c658e7e`](https://github.com/generaltranslation/gt/commit/c658e7e1f6929965e3752a6828e3658dd8c527a8)]:
18
+ - generaltranslation@9.0.3
19
+ - gt-i18n@1.0.7
20
+ - @generaltranslation/react-core@11.0.10
21
+ - gt-react@11.0.10
22
+
3
23
  ## 11.0.9
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-tanstack-start",
3
- "version": "11.0.9",
3
+ "version": "11.0.11",
4
4
  "description": "TanStack Start integration for General Translation",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -16,10 +16,10 @@
16
16
  "@tanstack/react-start": ">=1.159.0"
17
17
  },
18
18
  "dependencies": {
19
- "gt-react": "11.0.9",
20
- "@generaltranslation/react-core": "11.0.9",
21
- "gt-i18n": "1.0.6",
22
- "generaltranslation": "9.0.2"
19
+ "gt-react": "11.0.11",
20
+ "gt-i18n": "1.0.7",
21
+ "@generaltranslation/react-core": "11.0.11",
22
+ "generaltranslation": "9.0.3"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",