Skip to content

Commit dcac04f

Browse files
committed
chore: release prep for v1.22.1
1 parent 83ad3e3 commit dcac04f

11 files changed

+60
-30
lines changed

CHANGELOG.md

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

2323
---
2424

25+
## [1.22.1] - 2025-10-21
26+
27+
### Changed
28+
29+
- Bumped project version to `v1.22.1`.
30+
- Updated the text and layout of `AboutContent.svelte`.
31+
- Added a link to the privacy email address in `PrivacyContent.svelte` and `PrivacyDashboard.svelte` for easier access.
32+
- Updated the text of `ServicesContent.svelte`.
33+
34+
### Fixed
35+
36+
- Corrected `TermsUseContent.svelte` to reflect hosting by Vercel, not Netlify.
37+
- Corrected license identifier syntax on the following pages:
38+
- `AboutContent.svelte`
39+
- `FossContent.svelte`
40+
- `LicenseContent.svelte`
41+
- `PrivacyContent.svelte`
42+
- `PrivacyDashboard.svelte`
43+
- `ServicesContent.svelte`
44+
- `TermsConditionsContent.svelte`
45+
- `TermsUseContent.svelte`
46+
47+
---
48+
2549
## [1.22.0] - 2025-10-20
2650

2751
### Added
@@ -1231,7 +1255,8 @@ This project attempts to follow [Keep a Changelog](https://keepachangelog.com/en
12311255

12321256
<!-- Link references -->
12331257

1234-
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.22.0...HEAD
1258+
[Unreleased]: https://github.com/netwk-pro/netwk-pro.github.io/compare/v1.22.1...HEAD
1259+
[1.22.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.22.1
12351260
[1.22.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.22.0
12361261
[1.21.1]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.21.1
12371262
[1.21.0]: https://github.com/netwk-pro/netwk-pro.github.io/releases/tag/v1.21.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@networkpro/web",
33
"private": false,
4-
"version": "1.22.0",
4+
"version": "1.22.1",
55
"description": "Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies",
66
"keywords": [
77
"advisory",

src/lib/pages/AboutContent.svelte

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This file is part of Network Pro.
7373
*/
7474
const navLinks = [
7575
{
76-
label: 'SPDX License Identifier',
76+
label: 'SPDX-License-Identifier',
7777
href: 'https://spdx.dev/learn/handling-license-info',
7878
target: PAGE.BLANK,
7979
text: 'CC-BY-4.0 OR GPL-3.0-or-later',
@@ -120,7 +120,7 @@ This file is part of Network Pro.
120120
<p>
121121
<strong>{COMPANY_INFO.NAME} ({COMPANY_INFO.APP_NAME}&trade;)</strong>
122122
<br />
123-
<em>Networking, Security, Privacy</em>
123+
<em>Security, Networking, Privacy</em>
124124
</p>
125125
</section>
126126
@@ -144,11 +144,10 @@ This file is part of Network Pro.
144144
145145
<p>
146146
At <strong>{COMPANY_INFO.NAME} ({COMPANY_INFO.APP_NAME}&trade;)</strong>, we
147-
deliver network security and engineering, information security (IS),
148-
information technology (IT), cyber security, and digital privacy consulting
149-
with clarity, credibility, and care. We believe that real security doesn't
150-
have to come at the cost of user autonomy, and that privacy-minded solutions
151-
can be both practical and powerful.
147+
deliver network security and engineering, cybersecurity, and digital privacy
148+
consulting with clarity, credibility, and care. We believe that real security
149+
doesn't have to come at the cost of user autonomy, and that privacy-minded
150+
solutions can be both practical and powerful.
152151
</p>
153152
154153
<p>
@@ -189,7 +188,7 @@ This file is part of Network Pro.
189188
<p>
190189
Additionally, {COMPANY_INFO.APP_NAME}&trade; provides
191190
<a href={servLink} target={PAGE.SELF}>on-site services</a>
192-
in the Greater Phoenix Metro Area (Maricopa County, AZ). Our
191+
in the Greater Phoenix Metropolitan Area (Maricopa County, AZ). Our
193192
<a href={servLink} target={PAGE.SELF}>on-site services</a> are available to both
194193
consumers and businesses. In addition to consulting, we offer the following services:
195194
</p>
@@ -204,14 +203,14 @@ This file is part of Network Pro.
204203
<li><strong>Add or Configure a Printer</strong></li>
205204
</ul>
206205
206+
<div class="spacer"></div>
207+
207208
<p>
208209
We also believe education is a core pillar of real-world security. That's why
209210
we invest in raising awareness—across both technical and general audiences—on
210211
best practices in digital privacy, secure design, and threat mitigation.
211212
</p>
212213
213-
<div class="spacer"></div>
214-
215214
<p>
216215
At {COMPANY_INFO.APP_NAME}&trade;, we deliver robust, intentional solutions
217216
for individuals and organizations that prioritize integrity — without
@@ -223,8 +222,8 @@ This file is part of Network Pro.
223222
Ready to take the next step? <a href={contactLink} target={PAGE.BLANK}
224223
>Let's connect</a>
225224
to explore how we can help fortify your home or business.
226-
<a href={consultLink} target={PAGE.BLANK}>Schedule a consultation</a> today and
227-
discover what's possible.
225+
<a href={consultLink} target={PAGE.BLANK}
226+
>Schedule a free, initial consultation</a> today and discover what's possible.
228227
</p>
229228
230229
<p>

src/lib/pages/FossContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This file is part of Network Pro.
6161
rel={PAGE.REL}
6262
href="https://spdx.dev/learn/handling-license-info"
6363
target={PAGE.BLANK}>
64-
SPDX License Identifier
64+
SPDX-License-Identifier
6565
</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code>
6666
</span>
6767
</section>

src/lib/pages/LicenseContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This file is part of Network Pro.
7777
rel={PAGE.REL}
7878
href="https://spdx.dev/learn/handling-license-info"
7979
target={PAGE.BLANK}>
80-
SPDX License Identifier
80+
SPDX-License-Identifier
8181
</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code>
8282
</span>
8383
</section>

src/lib/pages/PrivacyContent.svelte

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This file is part of Network Pro.
5555
];
5656
5757
/** @type {string} */
58-
const effectiveDate = 'October 10, 2025';
58+
const effectiveDate = 'October 21, 2025';
5959
6060
/** @type {string} */
6161
const classSmall = 'small-text';
@@ -112,7 +112,7 @@ This file is part of Network Pro.
112112
rel={PAGE.REL}
113113
href="https://spdx.dev/learn/handling-license-info"
114114
target={PAGE.BLANK}>
115-
SPDX License Identifier
115+
SPDX-License-Identifier
116116
</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code>
117117
</span>
118118
</section>
@@ -432,7 +432,10 @@ This file is part of Network Pro.
432432
href={prightsLink}
433433
target={PAGE.BLANK}>Privacy Rights Request Form</a
434434
>. Alternatively, you can email us at
435-
<strong>{CONTACT.PRIVACY}</strong>
435+
<strong
436+
><a href={`mailto:${CONTACT.PRIVACY_LINK}`} target={PAGE.BLANK}
437+
>{CONTACT.PRIVACY_LINK}</a
438+
></strong>
436439
with the subject line: "<strong>Privacy Rights Preferences</strong>".
437440
</p>
438441
{:else if link.id === 'third-party'}

src/lib/pages/PrivacyDashboard.svelte

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This file is part of Network Pro.
8787
rel={PAGE.REL}
8888
href="https://spdx.dev/learn/handling-license-info"
8989
target={PAGE.BLANK}>
90-
SPDX License Identifier
90+
SPDX-License-Identifier
9191
</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code>
9292
</span>
9393
</section>
@@ -240,7 +240,10 @@ This file is part of Network Pro.
240240
href={prightsLink}
241241
target={PAGE.BLANK}>Privacy Rights Request Form</a
242242
>. Alternatively, you can email us at
243-
<strong>{CONTACT.PRIVACY}</strong>
243+
<strong
244+
><a href={`mailto:${CONTACT.PRIVACY_LINK}`} target={PAGE.BLANK}
245+
>{CONTACT.PRIVACY_LINK}</a
246+
></strong>
244247
with the subject line: "<strong>Privacy Rights Preferences</strong>".
245248
</p>
246249
</section>

src/lib/pages/ServicesContent.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This file is part of Network Pro.
4444
* @type {{ effectiveDate: string, classSmall: string }}
4545
*/
4646
const constants = {
47-
effectiveDate: 'October 20, 2025',
47+
effectiveDate: 'October 21, 2025',
4848
classSmall: 'small-text',
4949
};
5050
</script>
@@ -56,7 +56,7 @@ This file is part of Network Pro.
5656
rel={PAGE.REL}
5757
href="https://spdx.dev/learn/handling-license-info"
5858
target={PAGE.BLANK}>
59-
SPDX License Identifier
59+
SPDX-License-Identifier
6060
</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code>
6161
</span>
6262
</section>
@@ -83,7 +83,7 @@ This file is part of Network Pro.
8383
If you're a business seeking similar on-site solutions, we've got you covered!
8484
We offer tailored services to meet the unique needs of commercial clients as
8585
well. Simply <a href={consultLink} target={PAGE.BLANK}
86-
>schedule a consultation</a>
86+
>schedule a free, initial consultation</a>
8787
or <a href={contactLink} target={PAGE.BLANK}>contact us directly</a> — we'd be
8888
happy to discuss how {COMPANY_INFO.APP_NAME}&trade; can support your business
8989
on-site.

src/lib/pages/TermsConditionsContent.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This file is part of Network Pro.
6767
rel={PAGE.REL}
6868
href="https://spdx.dev/learn/handling-license-info"
6969
target={PAGE.BLANK}>
70-
SPDX License Identifier
70+
SPDX-License-Identifier
7171
</a>: &nbsp;<code>CC-BY-4.0 OR GPL-3.0-or-later</code>
7272
</span>
7373
</section>

0 commit comments

Comments
 (0)