Skip to content

Commit f4e38cc

Browse files
authored
chore: release prep for v1.4.4 (#23)
1 parent ff33960 commit f4e38cc

10 files changed

Lines changed: 512 additions & 478 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
cache-dependency-path: package-lock.json
7171

7272
- name: Upgrade npm
73-
run: |
74-
corepack enable
75-
npm install -g npm@11.7.0
73+
run: npm install -g npm@12.0.2
7674

7775
- name: Install Node.js dependencies
7876
run: npm ci

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,47 @@ version increments reflecting both user-visible and operational impact.
2222

2323
---
2424

25+
## [1.4.4] - 2026-08-02
26+
27+
### Changed
28+
29+
- Updated social link labels in `mkdocs.yml` to use the full Network Pro™ name.
30+
- Replaced the PostHog Cloud analytics disclosure in `src/privacy.md` with the
31+
site's self-hosted Matomo practices, including tracking-choice precedence and
32+
partial IP address masking.
33+
- Refreshed the privacy policy dates and the corresponding timestamps in
34+
`src/sitemap.xml`.
35+
- Updated `.github/workflows/publish.yml` to install npm `v12.0.2` directly and
36+
removed the Corepack enablement step.
37+
- Bumped project version to `v1.4.4`.
38+
- Added npm dependency overrides for `brace-expansion`, `fast-uri`, `picomatch`,
39+
and `shell-quote`.
40+
- Allowed the `simple-git-hooks@2.13.1` install script through the package
41+
script policy.
42+
- Refreshed `package-lock.json` for the updated direct and transitive
43+
dependencies.
44+
- Updated front-end tooling dependencies:
45+
- `@eslint/json` `^1.0.1``^2.0.1`
46+
- `autoprefixer` `^10.4.27``^10.5.4`
47+
- `browserslist` `^4.28.1``^4.28.7`
48+
- `eslint` `^10.0.2``^10.8.0`
49+
- `globals` `^17.4.0``^17.9.0`
50+
- `markdownlint` `^0.40.0``^0.41.1`
51+
- `markdownlint-cli2` `^0.21.0``^0.23.2`
52+
- `postcss` `^8.5.8``^8.5.25`
53+
- `prettier` `3.8.1``3.9.6`
54+
- `stylelint` `^17.4.0``^17.14.1`
55+
- `stylelint-config-html` `^1.1.0``^2.0.0`
56+
- `stylelint-order` `^7.0.1``^8.1.1`
57+
- Updated Python dependencies:
58+
- `mkdocs-material` `9.7.4``9.7.7`
59+
60+
### Removed
61+
62+
- Removed `mkdocs-get-deps` `0.2.0` as a direct Python dependency.
63+
64+
---
65+
2566
## [1.4.3] - 2026-03-04
2667

2768
### Changed
@@ -121,7 +162,8 @@ version increments reflecting both user-visible and operational impact.
121162

122163
<!-- Link references -->
123164

124-
[Unreleased]: https://github.com/netwk-pro/docs/compare/v1.4.3...HEAD
165+
[Unreleased]: https://github.com/netwk-pro/docs/compare/v1.4.4...HEAD
166+
[1.4.4]: https://github.com/netwk-pro/docs/releases/tag/v1.4.4
125167
[1.4.3]: https://github.com/netwk-pro/docs/releases/tag/v1.4.3
126168
[1.4.2]: https://github.com/netwk-pro/docs/releases/tag/v1.4.2
127169
[1.4.1]: https://github.com/netwk-pro/docs/releases/tag/v1.4.1

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ this material. If not, see
183183
<code style="background: none; border: none; border-radius: 0; height: 50vh; outline: none; resize: none; width: 100%;">
184184

185185
- SPDX Reference:
186-
[https://spdx.org/licenses/GPL-3.0-or-later.html](https://spdx.org/licenses/GPL-3.0-or-later.html)
186+
[https://spdx.org/licenses/GPL-3.0-or-later.html](https://spdx.org/licenses/GPL-3.0-or-later.html)
187187
- Canonical URL:
188-
[https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
188+
[https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
189189

190190
</code>
191191

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ extra:
4242
base_url: /
4343
social:
4444
- icon: fontawesome/brands/instagram
45-
name: Network Pro on Instagram
45+
name: Network Pro on Instagram
4646
link: https://instagram.com/netwk_pro/
4747
- icon: fontawesome/brands/facebook
48-
name: Network Pro on Facebook
48+
name: Network Pro on Facebook
4949
link: https://facebook.com/neteng.pro/
5050
- icon: fontawesome/brands/linkedin
51-
name: Network Pro on LinkedIn
51+
name: Network Pro on LinkedIn
5252
link: https://linkedin.com/company/netwk-pro/
5353
- icon: fontawesome/brands/mastodon
54-
name: Network Pro on Mastodon
54+
name: Network Pro on Mastodon
5555
link: https://noc.social/@neteng_pro/
5656
- icon: fontawesome/solid/at
5757
name: Contact Us

0 commit comments

Comments
 (0)