@breadstone-tools/localizator-app 0.0.92 → 0.0.94

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 +32 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,35 @@
1
+ ## 0.0.92 (2025-08-08)
2
+
3
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
4
+
5
+ ## 0.0.91 (2025-08-08)
6
+
7
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
8
+
9
+ ## 0.0.90 (2025-08-08)
10
+
11
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
12
+
13
+ ## 0.0.89 (2025-08-05)
14
+
15
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
16
+
17
+ ## 0.0.88 (2025-08-04)
18
+
19
+ ### 🚀 Features
20
+
21
+ - add executor options types and schema generation script; remove unused dependencies ([eb71956d5a](https://github.com/RueDeRennes/mosaik/commit/eb71956d5a))
22
+
23
+ ## 0.0.87 (2025-08-04)
24
+
25
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
26
+
27
+ ## 0.0.86 (2025-08-04)
28
+
29
+ ### 🚀 Features
30
+
31
+ - **translations:** add theme label to translations ([bde199ef08](https://github.com/RueDeRennes/mosaik/commit/bde199ef08))
32
+
1
33
  ## 0.0.85 (2025-08-01)
2
34
 
3
35
  This was a version bump only for localizator-app to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@breadstone-tools/localizator-app",
3
3
  "description": "Localizator app/cli",
4
- "version": "0.0.92",
4
+ "version": "0.0.94",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
7
7
  "repository": {
@@ -16,9 +16,9 @@
16
16
  "localizator": "./bin/localizator.js"
17
17
  },
18
18
  "dependencies": {
19
- "@breadstone-infrastructure/utilities": "^0.0.92",
20
- "@breadstone-tools/localizator-ai": "^0.0.92",
21
- "@breadstone-tools/localizator-core": "^0.0.92",
19
+ "@breadstone-infrastructure/utilities": "^0.0.94",
20
+ "@breadstone-tools/localizator-ai": "^0.0.94",
21
+ "@breadstone-tools/localizator-core": "^0.0.94",
22
22
  "cheerio": "^1.1.2",
23
23
  "cosmiconfig": "^9.0.0",
24
24
  "type-fest": "^4.41.0"