@innovorder/serverless-resize-bucket-images 2.2856.5 → 2.2857.0

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.2857.0 (2026-05-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **ordering:** pre-order schedule drawer + recap redesign ([#20760](https://github.com/InnovOrder/monorepo/issues/20760)) ([39182c6](https://github.com/InnovOrder/monorepo/commit/39182c6c533057d95c2c8d7ae3e9ab77edc86f7f)), closes [#5D5A98](https://github.com/InnovOrder/monorepo/issues/5D5A98)
12
+
13
+
14
+
15
+ ## 2.2856.6 (2026-05-05)
16
+
17
+
18
+ ### Performance
19
+
20
+ * **api:** reuse productsHashMap and optimize VectorBuilder for /orders/preview ([bb63f4f](https://github.com/InnovOrder/monorepo/commit/bb63f4f94800e2c4728d86e6aba24c4d9ee278f2))
21
+
22
+
23
+
6
24
  ## 2.2856.5 (2026-05-05)
7
25
 
8
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovorder/serverless-resize-bucket-images",
3
- "version": "2.2856.5",
3
+ "version": "2.2857.0",
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": "1fa0dbc1cc70e778fe98b30d910e2db1363c0a5c"
79
+ "gitHead": "63c948f35c9dc46fce83e0087e96090427240829"
80
80
  }