@innovorder/serverless-resize-bucket-images 2.2853.1 → 2.2854.1
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.
- package/CHANGELOG.md +18 -0
- 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.2854.1 (2026-04-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ordering:** drop redundant title repeat in TR blocked modal content ([f640641](https://github.com/InnovOrder/monorepo/commit/f640641155e25349c9d15a14503ac8f88f61ad9a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 2.2854.0 (2026-04-29)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **innovorder-cli:** mfa support for password and sso login flows ([#20755](https://github.com/InnovOrder/monorepo/issues/20755)) ([1bedd8e](https://github.com/InnovOrder/monorepo/commit/1bedd8e526aa307053a6aa16056df19dd50c9ca5))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## 2.2853.1 (2026-04-29)
|
|
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.
|
|
3
|
+
"version": "2.2854.1",
|
|
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": "
|
|
79
|
+
"gitHead": "ba608421a5fb128d638a3b18d09885af4f0748db"
|
|
80
80
|
}
|