eslint-config-innovorder-v2 2.2790.6 → 2.2790.8

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.2790.8 (2025-12-08)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **api:** grant where not using transaction arg for update ([98cb4a7](https://github.com/InnovOrder/monorepo/commit/98cb4a7e21877eddd44ec5a01b023fbcfb79cd47))
12
+
13
+
14
+
15
+ ## 2.2790.7 (2025-12-08)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **bov2:** warning modal before saving grant or entrance fee ([#19562](https://github.com/InnovOrder/monorepo/issues/19562)) ([73ab485](https://github.com/InnovOrder/monorepo/commit/73ab48539fe65b2008ca815114401e0385938320))
21
+
22
+
23
+
6
24
  ## 2.2790.6 (2025-12-08)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-innovorder-v2",
3
- "version": "2.2790.6",
3
+ "version": "2.2790.8",
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": "31c5be19553680999140114a5d37f9cb23599777"
27
+ "gitHead": "c2bc37b01184a5d2f3c201a58bc3b42756f45a81"
28
28
  }