eslint-config-innovorder-v2 2.2790.19 → 2.2791.1
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.2791.1 (2025-12-12)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Chore
|
|
10
|
+
|
|
11
|
+
* **api:** increase default pagination to 500 ([6fe1ce6](https://github.com/InnovOrder/monorepo/commit/6fe1ce6e620c37f20ba8fe47e51305b4cb67bc0e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 2.2791.0 (2025-12-11)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **api:** updating model ([3325cb6](https://github.com/InnovOrder/monorepo/commit/3325cb6e63c7cfdb511eba2d1720900fc72a660e))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## 2.2790.19 (2025-12-11)
|
|
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.2791.1",
|
|
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": "d2dace39b52f5853e72abd1a0d818380f6460005"
|
|
28
28
|
}
|