@breadstone-infrastructure/eslint-rules 0.0.81 → 0.0.82

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 +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ ## 0.0.81 (2025-07-30)
2
+
3
+ ### 🚀 Features
4
+
5
+ - update release version to 0.0.80 in package.json ([96a94fca93](https://github.com/RueDeRennes/mosaik/commit/96a94fca93))
6
+
7
+ ## 0.0.80 (2025-07-30)
8
+
9
+ This was a version bump only for eslint-rules to align it with other projects, there were no code changes.
10
+
11
+ ## 0.0.79 (2025-07-30)
12
+
13
+ ### 🚀 Features
14
+
15
+ - Implement SandboxProjectFactory and SandboxProjectTemplateEngine ([3300298aec](https://github.com/RueDeRennes/mosaik/commit/3300298aec))
16
+ - add YAML code generation and update chat mode configuration ([9fe1bb330c](https://github.com/RueDeRennes/mosaik/commit/9fe1bb330c))
17
+ - Enhance Landing and App View Components ([459cb772ed](https://github.com/RueDeRennes/mosaik/commit/459cb772ed))
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - correct spelling of 'initialize' in various files and update related interfaces ([3c70f28918](https://github.com/RueDeRennes/mosaik/commit/3c70f28918))
22
+
1
23
  ## 0.0.78 (2025-07-20)
2
24
 
3
25
  ### 🚀 Features
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@breadstone-infrastructure/eslint-rules",
3
3
  "description": "Custom eslint rules for mosaik projects",
4
- "version": "0.0.81",
4
+ "version": "0.0.82",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
7
7
  "repository": {
@@ -13,8 +13,8 @@
13
13
  "module": "./Index.js",
14
14
  "types": "./Index.d.ts",
15
15
  "dependencies": {
16
- "@breadstone-infrastructure/utilities": "^0.0.81",
17
- "@breadstone-tools/localizator-core": "^0.0.81"
16
+ "@breadstone-infrastructure/utilities": "^0.0.82",
17
+ "@breadstone-tools/localizator-core": "^0.0.82"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "eslint": "^9.26.0",