locadex 1.0.208-iris.1 → 1.0.208

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 +4 -18
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,27 +1,13 @@
1
1
  # locadex
2
2
 
3
- ## 1.0.208-iris.1
3
+ ## 1.0.208
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [c47eed5]
8
- - gt@2.17.0-iris.1
7
+ - [#2074](https://github.com/generaltranslation/gt/pull/2074) [`240a65e`](https://github.com/generaltranslation/gt/commit/240a65e9305a74cdfd4df07537fb4cfae8a2eac8) Thanks [@eoinest](https://github.com/eoinest)! - Migrate the package license from FSL-1.1-ALv2 to MIT.
9
8
 
10
- ## 1.0.208-iris.0
11
-
12
- ### Patch Changes
13
-
14
- - 5d8b78a: Migrate the package license from FSL-1.1-ALv2 to MIT.
15
- - Updated dependencies [5d8b78a]
16
- - Updated dependencies [b05b470]
17
- - gt@2.17.0-iris.0
18
-
19
- ## 1.0.206-iris.0
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [01ba884]
24
- - gt@2.16.3-iris.0
9
+ - Updated dependencies [[`240a65e`](https://github.com/generaltranslation/gt/commit/240a65e9305a74cdfd4df07537fb4cfae8a2eac8)]:
10
+ - gt@2.16.5
25
11
 
26
12
  ## 1.0.207
27
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locadex",
3
- "version": "1.0.208-iris.1",
3
+ "version": "1.0.208",
4
4
  "description": "An AI agent for internationalization",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  "commander": "^12.1.0",
18
18
  "dotenv": "^16.4.5",
19
19
  "open": "^10.1.1",
20
- "gt": "2.17.0-iris.1"
20
+ "gt": "2.16.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "^29.5.14",