@innovorder/serverless-resize-bucket-images 2.2817.8 → 2.2818.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.
- 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.2818.0 (2026-02-06)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **backoffice:** display reset password link on customer info page ([#20055](https://github.com/InnovOrder/monorepo/issues/20055)) ([f230973](https://github.com/InnovOrder/monorepo/commit/f2309737f77b90411cc1c576750a1e18dbbb7a24))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 2.2817.9 (2026-02-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **angularcore:** sort grants by position in order_session ([#20054](https://github.com/InnovOrder/monorepo/issues/20054)) ([2849edb](https://github.com/InnovOrder/monorepo/commit/2849edb40cdfd78ccebf23b6a28a783b327c0427))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## 2.2817.8 (2026-02-06)
|
|
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.2818.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": "
|
|
79
|
+
"gitHead": "9f5f3b8bc8e6f976287eccdfd5d71d533c281d6f"
|
|
80
80
|
}
|