@breadstone-tools/localizator-app 0.0.132 → 0.0.135

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 +25 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 0.0.132 (2025-08-24)
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.131 (2025-08-23)
6
+
7
+ ### 🚀 Features
8
+
9
+ - reorder appearance input in ChatMarker components and ensure consistent usage across implementations ([eb5b88f6aa](https://github.com/RueDeRennes/mosaik/commit/eb5b88f6aa))
10
+
11
+ ## 0.0.130 (2025-08-22)
12
+
13
+ ### 🚀 Features
14
+
15
+ - add appearance property to ChatMarker components and update styles for new appearances ([23a86826b3](https://github.com/RueDeRennes/mosaik/commit/23a86826b3))
16
+ - update event names for recorder events to camelCase format ([bfd76cfe4b](https://github.com/RueDeRennes/mosaik/commit/bfd76cfe4b))
17
+
18
+ ## 0.0.129 (2025-08-22)
19
+
20
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
21
+
22
+ ## 0.0.128 (2025-08-22)
23
+
24
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
25
+
1
26
  ## 0.0.127 (2025-08-21)
2
27
 
3
28
  ### 🚀 Features
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.132",
4
+ "version": "0.0.135",
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.132",
20
- "@breadstone-tools/localizator-ai": "^0.0.132",
21
- "@breadstone-tools/localizator-core": "^0.0.132",
19
+ "@breadstone-infrastructure/utilities": "^0.0.135",
20
+ "@breadstone-tools/localizator-ai": "^0.0.135",
21
+ "@breadstone-tools/localizator-core": "^0.0.135",
22
22
  "cheerio": "^1.1.2",
23
23
  "cosmiconfig": "^9.0.0",
24
24
  "type-fest": "^4.41.0"