@innovorder/serverless-resize-bucket-images 2.2861.10 → 2.2861.12

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.2861.12 (2026-05-22)
7
+
8
+
9
+ ### Chore
10
+
11
+ * **kiosk:** wrap grant and entrance-fee labels in distinct spans ([#20937](https://github.com/InnovOrder/monorepo/issues/20937)) ([df17582](https://github.com/InnovOrder/monorepo/commit/df17582d44641521a9431ed8a843a8a145c6885d))
12
+
13
+
14
+
15
+ ## 2.2861.11 (2026-05-22)
16
+
17
+ **Note:** Version bump only for package @innovorder/serverless-resize-bucket-images
18
+
19
+
20
+
21
+
22
+
6
23
  ## 2.2861.10 (2026-05-22)
7
24
 
8
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovorder/serverless-resize-bucket-images",
3
- "version": "2.2861.10",
3
+ "version": "2.2861.12",
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": "cbb94aac3580708da774f5821ea46e5f2b045dc3"
79
+ "gitHead": "20760d35e85c9655a2fc9e138bcc4cebbf45e146"
80
80
  }