eslint-config-innovorder-v2 2.2744.5 → 2.2745.0
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.
- package/CHANGELOG.md +18 -0
- 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.0 (2025-10-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **sodexo-backend:** Group financial products by ID for Lenotre integration ([864df6d](https://github.com/InnovOrder/monorepo/commit/864df6dc873a5c87f9995c784103117ce7967ba4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 2.2744.6 (2025-09-30)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **api:** fix schema to allow unit as default value on null for measurement unit ([#19115](https://github.com/InnovOrder/monorepo/issues/19115)) ([52c7483](https://github.com/InnovOrder/monorepo/commit/52c7483cc518f1e067ad49d461b3bf15bef26bab))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## 2.2744.5 (2025-09-30)
|
|
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.
|
|
3
|
+
"version": "2.2745.0",
|
|
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": "
|
|
27
|
+
"gitHead": "2c17dfe3477be247b7ca5d9e6a95a3131cce35ea"
|
|
28
28
|
}
|