eslint-config-innovorder-v2 2.2745.1 → 2.2745.3

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 2.2745.3 (2025-10-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **bov2:** adapt new input size for multi-restaurant ([#19123](https://github.com/InnovOrder/monorepo/issues/19123)) ([c609a76](https://github.com/InnovOrder/monorepo/commit/c609a769726c204edfd750dacc7ccc1f0be9a1d7))
12
+
13
+
14
+
15
+ ## 2.2745.2 (2025-10-01)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **sodexo-backend:** map 'Change' payments to 'Cash' to prevent CT13-400 API validation error ([81a4333](https://github.com/InnovOrder/monorepo/commit/81a4333b961522709e664ea6f35ebe35d6f64ad9))
21
+
22
+
23
+
6
24
  ## 2.2745.1 (2025-10-01)
7
25
 
8
26
  **Note:** Version bump only for package eslint-config-innovorder-v2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-innovorder-v2",
3
- "version": "2.2745.1",
3
+ "version": "2.2745.3",
4
4
  "main": ".eslintrc.js",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -24,5 +24,5 @@
24
24
  "prettier": "2.0.5",
25
25
  "typescript": "3.9.7"
26
26
  },
27
- "gitHead": "c1e37d67c7163f48f3a29085cfffc2c2acd52adb"
27
+ "gitHead": "dcd346d47a448f3aeba1e3143a2e51a2ace83909"
28
28
  }