locadex 1.0.208-iris.0 → 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 -11
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,20 +1,13 @@
1
1
  # locadex
2
2
 
3
- ## 1.0.208-iris.0
3
+ ## 1.0.208
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 5d8b78a: Migrate the package license from FSL-1.1-ALv2 to MIT.
8
- - Updated dependencies [5d8b78a]
9
- - Updated dependencies [b05b470]
10
- - gt@2.17.0-iris.0
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.
11
8
 
12
- ## 1.0.206-iris.0
13
-
14
- ### Patch Changes
15
-
16
- - Updated dependencies [01ba884]
17
- - gt@2.16.3-iris.0
9
+ - Updated dependencies [[`240a65e`](https://github.com/generaltranslation/gt/commit/240a65e9305a74cdfd4df07537fb4cfae8a2eac8)]:
10
+ - gt@2.16.5
18
11
 
19
12
  ## 1.0.207
20
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "locadex",
3
- "version": "1.0.208-iris.0",
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.0"
20
+ "gt": "2.16.5"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "^29.5.14",