eslint-config-innovorder-v2 2.2785.8 → 2.2785.10

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
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.2785.10 (2025-11-27)
7
+
8
+ **Note:** Version bump only for package eslint-config-innovorder-v2
9
+
10
+
11
+
12
+
13
+
14
+ ## 2.2785.9 (2025-11-26)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **transaction:** execute lastSeenAt update in same db transaction to prevent deadlock ([#19488](https://github.com/InnovOrder/monorepo/issues/19488)) ([47a98b5](https://github.com/InnovOrder/monorepo/commit/47a98b5f281f49a332c0f8a674e72b68d6dc0f69))
20
+
21
+
22
+
6
23
  ## 2.2785.8 (2025-11-26)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-innovorder-v2",
3
- "version": "2.2785.8",
3
+ "version": "2.2785.10",
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": "93a13463a7d82e714075b87de36cc6b3ea1fdca2"
27
+ "gitHead": "1494afaeb6673d0694f26e72d78f9709cac74f46"
28
28
  }