Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ version increments reflecting both user-visible and operational impact.

---

## [1.4.5] - 2026-08-16

### Changed

- Bumped project version to `v1.4.5`.
- Updated the last-updated metadata date in `src/sitemap.xml` to `2026-08-16`.
- Refreshed `package-lock.json` for the updated direct and transitive
dependencies.
- Updated front-end tooling dependencies:
- `browserslist` `^4.28.7` → `^4.28.8`
- `eslint` `^10.8.0` → `^10.8.1`
- `postcss` `^8.5.25` → `^8.5.26`
- `globals` `^17.9.0` → `^17.11.0`

### Removed

- Removed npm dependency overrides for `brace-expansion`, `fast-uri`,
`picomatch`, and `shell-quote`.

---

## [1.4.4] - 2026-08-02

### Changed
Expand Down Expand Up @@ -162,7 +183,8 @@ version increments reflecting both user-visible and operational impact.

<!-- Link references -->

[Unreleased]: https://github.com/netwk-pro/docs/compare/v1.4.4...HEAD
[Unreleased]: https://github.com/netwk-pro/docs/compare/v1.4.5...HEAD
[1.4.5]: https://github.com/netwk-pro/docs/releases/tag/v1.4.5
[1.4.4]: https://github.com/netwk-pro/docs/releases/tag/v1.4.4
[1.4.3]: https://github.com/netwk-pro/docs/releases/tag/v1.4.3
[1.4.2]: https://github.com/netwk-pro/docs/releases/tag/v1.4.2
Expand Down
109 changes: 67 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@networkpro/docs",
"version": "1.4.4",
"version": "1.4.5",
"description": "The documentation portal for Network Pro Strategies (Network Pro™)",
"keywords": [
"android",
Expand Down Expand Up @@ -50,14 +50,14 @@
"@eslint/js": "^10.0.1",
"@eslint/json": "^2.0.1",
"autoprefixer": "^10.5.4",
"browserslist": "^4.28.7",
"eslint": "^10.8.0",
"browserslist": "^4.28.8",
"eslint": "^10.8.1",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.9.0",
"globals": "^17.11.0",
"markdownlint": "^0.41.1",
"markdownlint-cli2": "^0.23.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.25",
"postcss": "^8.5.26",
"prettier": "3.9.6",
"simple-git-hooks": "^2.13.1",
"stylelint": "^17.14.1",
Expand All @@ -66,10 +66,6 @@
"stylelint-order": "^8.1.1"
},
"overrides": {
"brace-expansion": "^5.0.9",
"fast-uri": "^3.1.4",
"picomatch": "^2.3.2",
"shell-quote": "^1.10.0"
},
"simple-git-hooks": {
"pre-commit": "if [ \"$CI\" = \"true\" ]; then exit 0; else npm run lint:all; fi",
Expand Down
2 changes: 1 addition & 1 deletion src/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Last Updated: July 1, 2025 -->
<!-- Last Updated: 2026-08-16 -->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

Expand Down
Loading