eslint-config-innovorder-v2 2.2785.7 → 2.2785.9

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.2785.9 (2025-11-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **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))
12
+
13
+
14
+
15
+ ## 2.2785.8 (2025-11-26)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **kitchen-backend:** fix deserialized double value for measured quantity ([#19494](https://github.com/InnovOrder/monorepo/issues/19494)) ([93df3ef](https://github.com/InnovOrder/monorepo/commit/93df3ef1d5d01a083cf524f48b3455f36ac8e045))
21
+
22
+
23
+
6
24
  ## 2.2785.7 (2025-11-26)
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.2785.7",
3
+ "version": "2.2785.9",
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": "6037bf3bbc6af17e15b6c7442ad2e066557953f3"
27
+ "gitHead": "041ad8c9638b681f95d8b47388dbb3c2f5228683"
28
28
  }