@networkpro/web 1.12.6 → 1.12.7
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 +19 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,23 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
+
## [1.12.7] - 2025-06-10
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- Permissions in `playwright.yml` reduced to `contents: read` to align with least-privilege practices.
|
|
30
|
+
- Renamed "Upload Playwright Report" step for clarity and naming consistency.
|
|
31
|
+
- Patch version bumped to **v1.12.7** to reflect post-tag changes.
|
|
32
|
+
|
|
33
|
+
### Security
|
|
34
|
+
|
|
35
|
+
- Explicit `GITHUB_TOKEN` permissions added to `.github/workflows/build-and-publish.yml` to satisfy GitHub policy while preserving least-privilege.
|
|
36
|
+
- Reviewed and reduced permissions in `playwright.yml` to `contents: read` as no elevated scopes are currently required.
|
|
37
|
+
- Confirmed `auto-assign.yml` uses appropriate scopes for issue/PR auto-assignment (`issues: write`, `pull-requests: write`, `contents: read`).
|
|
38
|
+
- Validated that `dependency-review.yml` and `backup-branch.yml` are properly scoped; no changes required.
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
25
42
|
## [1.12.6] - 2025-06-09
|
|
26
43
|
|
|
27
44
|
### Added
|
|
@@ -181,7 +198,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
|
|
|
181
198
|
|
|
182
199
|
<!-- Link references -->
|
|
183
200
|
|
|
184
|
-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.12.
|
|
201
|
+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.12.7...HEAD
|
|
202
|
+
[1.12.7]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.12.7
|
|
185
203
|
[1.12.6]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.12.6
|
|
186
204
|
[1.12.5]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.12.5
|
|
187
205
|
[1.12.4]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.12.4
|
package/package.json
CHANGED