Skip to content

Commit c1f51fc

Browse files
committed
Merge remote-tracking branch 'origin/master' into audit-netlify
2 parents d45873e + 2824afb commit c1f51fc

File tree

8 files changed

+61
-73
lines changed

8 files changed

+61
-73
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,22 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
2222

2323
---
2424

25+
## [1.25.18] - 2025-12-11
26+
27+
### Changed
28+
29+
- Refreshed timestamp for root route in `sitemap.xml`.
30+
- Reformatted the following files with Prettier:
31+
- `src/lib/README.md`
32+
- `src/lib/pages/LicenseContent.svelte`
33+
- `src/lib/pages/PrivacyContent.svelte`
34+
- `src/lib/pages/TermsUseContent.svelte`
35+
- Bumped project version to `v1.25.18`.
36+
- Updated dependencies:
37+
- `prettier` `3.6.2``3.7.4`
38+
39+
---
40+
2541
## [1.25.17] - 2025-12-11
2642

2743
### Added
@@ -2024,7 +2040,8 @@ This enables analytics filtering and CSP hardening for the audit environment.
20242040

20252041
<!-- Link references -->
20262042

2027-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.17...HEAD
2043+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.25.18...HEAD
2044+
[1.25.18]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.18
20282045
[1.25.17]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.17
20292046
[1.25.16]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.16
20302047
[1.25.15]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.25.15

package-lock.json

Lines changed: 20 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@networkpro/web",
33
"private": false,
4-
"version": "1.25.17",
4+
"version": "1.25.18",
55
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
66
"keywords": [
77
"advisory",
@@ -117,7 +117,7 @@
117117
"npm-run-all": "^4.1.5",
118118
"playwright": "^1.57.0",
119119
"postcss": "^8.5.6",
120-
"prettier": "3.6.2",
120+
"prettier": "3.7.4",
121121
"prettier-plugin-svelte": "^3.4.0",
122122
"simple-git-hooks": "^2.13.1",
123123
"stylelint": "^16.26.1",

src/lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ console.log(CONSTANTS.COMPANY_INFO.APP_NAME); // "Network Pro"
8484
| Key | Description | Example |
8585
| ---------- | ---------------------------- | ------------------------ |
8686
| `NAME` | Full company name | `Network Pro Strategies` |
87-
| `APP_NAME` | Application or branding name | `Network Pro™` |
87+
| `APP_NAME` | Application or branding name | `Network Pro™` |
8888
| `YEAR` | Copyright / app year | `2025` |
8989

9090
### 📬 CONTACT

src/lib/pages/LicenseContent.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ This file is part of Network Pro.
313313
</p>
314314

315315
<p>
316-
{COMPANY_INFO.APP_NAME} is free software: you can redistribute it and/or
317-
modify it under the terms of the
316+
{COMPANY_INFO.APP_NAME} is free software: you can redistribute it and/or modify
317+
it under the terms of the
318318
<strong>GNU General Public License</strong> (GNU GPL) as published by
319319
the
320320
<a rel={PAGE.REL} href="https://fsf.org" target={PAGE.BLANK}

0 commit comments

Comments
 (0)