@innovorder/serverless-resize-bucket-images 2.2861.6 → 2.2861.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.2861.8 (2026-05-22)
7
+
8
+
9
+ ### Performance
10
+
11
+ * **api:** parallelize the two report-item queries on /reports/group_item ([#20933](https://github.com/InnovOrder/monorepo/issues/20933)) ([ab27dcd](https://github.com/InnovOrder/monorepo/commit/ab27dcdec56c3d849517ee9ef4b8e417ac0c0526)), closes [#20851](https://github.com/InnovOrder/monorepo/issues/20851)
12
+
13
+
14
+
15
+ ## 2.2861.7 (2026-05-21)
16
+
17
+
18
+ ### Refactoring
19
+
20
+ * **backoffice-v2:** hide default-shift and ends-tomorrow toggles in form ([11a2886](https://github.com/InnovOrder/monorepo/commit/11a288629d45241ec46f599d5359aac13e6cfbf1))
21
+
22
+
23
+
6
24
  ## 2.2861.6 (2026-05-21)
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.2861.6",
3
+ "version": "2.2861.8",
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": "432eccc5561c28f1e93d88b7ae62767238bf7e08"
79
+ "gitHead": "2bbd1aa094f7246a808246375a5f6dd6447461cb"
80
80
  }