@innovorder/serverless-resize-bucket-images 2.2830.4 → 2.2830.6

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.2830.6 (2026-03-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **ordering:** no need to flushcart when changing table number ([#20227](https://github.com/InnovOrder/monorepo/issues/20227)) ([ee29fb3](https://github.com/InnovOrder/monorepo/commit/ee29fb3dae5a030ecea9e5c1dbf5c75966e3800b))
12
+
13
+
14
+
15
+ ## 2.2830.5 (2026-03-02)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * **pos-order-processor:** apply fix in 10.6.1 instead of 10.6 ([#20223](https://github.com/InnovOrder/monorepo/issues/20223)) ([90e4b99](https://github.com/InnovOrder/monorepo/commit/90e4b99c38be3d966a5d40a28649421058deb5ea))
21
+
22
+
23
+
6
24
  ## 2.2830.4 (2026-03-02)
7
25
 
8
26
  **Note:** Version bump only for package @innovorder/serverless-resize-bucket-images
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovorder/serverless-resize-bucket-images",
3
- "version": "2.2830.4",
3
+ "version": "2.2830.6",
4
4
  "main": "./dist/index.js",
5
5
  "engines": {
6
6
  "node": ">=18 <21"
@@ -76,5 +76,5 @@
76
76
  "ts-node-dev": "^1.0.0-pre.51",
77
77
  "typescript": "^5.3.3"
78
78
  },
79
- "gitHead": "999dc716980b4a252a936201b6b407b221d798d0"
79
+ "gitHead": "ebb572a171419773cc68d909a8c34882faa927c7"
80
80
  }