gt-next 6.8.0-alpha.0 → 6.8.0

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,31 @@
1
1
  # gt-next
2
2
 
3
+ ## 6.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#788](https://github.com/generaltranslation/gt/pull/788) [`99e4648`](https://github.com/generaltranslation/gt/commit/99e46486ae2046c689e0045372d63c4eb3dc5d48) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - More information: https://https://generaltranslation.com/en-US/blog/gt-next_v6_8_0
8
+
9
+ feat: static component
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`99e4648`](https://github.com/generaltranslation/gt/commit/99e46486ae2046c689e0045372d63c4eb3dc5d48), [`fee5d4a`](https://github.com/generaltranslation/gt/commit/fee5d4a3d0fd20e0928eebb83201a87289265719)]:
14
+ - @generaltranslation/compiler@1.1.0
15
+ - gt-react@10.7.0
16
+ - generaltranslation@8.0.0
17
+ - @generaltranslation/supported-locales@2.0.23
18
+
19
+ ## 6.7.19
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`3da05a1`](https://github.com/generaltranslation/gt/commit/3da05a12a37a62ace3c7e321aa2fed5a4af52ad9)]:
24
+ - generaltranslation@7.9.1
25
+ - @generaltranslation/compiler@1.0.9
26
+ - gt-react@10.6.16
27
+ - @generaltranslation/supported-locales@2.0.22
28
+
3
29
  ## 6.7.18
4
30
 
5
31
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-next",
3
- "version": "6.8.0-alpha.0",
3
+ "version": "6.8.0",
4
4
  "description": "A Next.js library for automatic internationalization.",
5
5
  "main": "dist/index.server.js",
6
6
  "peerDependencies": {
@@ -13,10 +13,10 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@generaltranslation/supported-locales": "2.0.21",
17
- "@generaltranslation/compiler": "1.1.0-alpha.0",
18
- "generaltranslation": "7.9.0",
19
- "gt-react": "10.7.0-alpha.3"
16
+ "@generaltranslation/supported-locales": "2.0.23",
17
+ "@generaltranslation/compiler": "1.1.0",
18
+ "generaltranslation": "8.0.0",
19
+ "gt-react": "10.7.0"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",