@stack-spot/portal-network 1.0.0-dev.1772740637600 → 1.0.0-dev.1772826025577
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 +13 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.229.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.228.0...portal-network@v0.229.0) (2026-03-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add 'autonomous' to ModuleType and enhance GitAction types with org field ([b9bb2fc](https://github.com/stack-spot/portal-commons/commit/b9bb2fca840375f90e649f74e31dcaadf69fb26b))
|
|
9
|
+
* adiciona tipo ExportStatus e atualiza resposta de GetExportRequests ([#2073](https://github.com/stack-spot/portal-commons/issues/2073)) ([b44a269](https://github.com/stack-spot/portal-commons/commit/b44a2695aa71f77869bce5a6fc73037d9112160d))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* vulnerability ([#2080](https://github.com/stack-spot/portal-commons/issues/2080)) ([de87ede](https://github.com/stack-spot/portal-commons/commit/de87ede70b30289dc873e45f515de68b2ae3261e))
|
|
15
|
+
|
|
3
16
|
## [0.228.0](https://github.com/stack-spot/portal-commons/compare/portal-network@v0.227.0...portal-network@v0.228.0) (2026-03-03)
|
|
4
17
|
|
|
5
18
|
|