@lobb-js/lobb-ext-reports 0.1.28 → 0.1.29
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 +8 -0
- package/Dockerfile +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
|
|
3
3
|
|
|
4
4
|
- - -
|
|
5
|
+
## reports-ext-studio@0.1.29 - 2026-02-19
|
|
6
|
+
#### Bug Fixes
|
|
7
|
+
- making the reports work - (1b87561) - Malik Najjar
|
|
8
|
+
#### Miscellaneous Chores
|
|
9
|
+
- fix building issue - (3b0d356) - malik ben
|
|
10
|
+
|
|
11
|
+
- - -
|
|
12
|
+
|
|
5
13
|
## reports-ext-studio@0.1.28 - 2026-02-17
|
|
6
14
|
#### Bug Fixes
|
|
7
15
|
- fixing the standalone issue - (1a70a51) - Malik Najjar
|
package/Dockerfile
CHANGED