Skip to content

Commit 6fe2570

Browse files
authored
chore: release prep for v1.4.2 (#20)
* chore: release prep for v1.4.2 * docs: updated changelog * fix: updated build command in vercel,json
1 parent 896227d commit 6fe2570

33 files changed

+341
-352
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .editorconfig
22
#
3-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
44
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55
# This file is part of Network Pro.
66
#

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .gitattributes
22
#
3-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
44
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55
# This file is part of Network Pro.
66
#

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
1+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
22
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
33
# This file is part of Network Pro
44

@@ -20,11 +20,9 @@ contact_links:
2020
url: https://discuss.neteng.pro
2121
about: Join the GitHub Discussions forum to get support from the community.
2222

23-
- name: Stack Overflow (Internal Team)
23+
- name: Stack Internal
2424
url: https://stack.neteng.pro
25-
about:
26-
Search or post questions in our internal Stack Overflow for Teams
27-
instance.
25+
about: Search or post questions in our Stack Internal instance.
2826

2927
- name: Contact Network Pro
3028
url: https://netwk.pro/contact?utm_source=github

.github/workflows/auto-assign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .github/workflows/auto-assign.yml
22
#
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
34
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
45
# This file is part of Network Pro
56
#

.github/workflows/backup-branch.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# .github/workflows/backup-branch.yml
22
#
3-
# Syncs backup/nightly-snapshot branch with master every day at 10:00 UTC.
4-
# Only triggers on the default branch and not on PRs
5-
#
6-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
74
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
85
# This file is part of Network Pro
6+
#
7+
# Syncs backup/nightly-snapshot branch with master every day at 10:00 UTC.
8+
# Only triggers on the default branch and not on PRs
99

1010
name: Nightly Backup Branch Sync
1111

@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout master branch
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
ref: master
3333
fetch-depth: 0 # Required to push to another branch

.github/workflows/check-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .github/workflows/check-codeql.yml
22
#
3-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
44
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55
# This file is part of Network Pro
66

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# .github/workflows/dependency-review.yml
22
#
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
34
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
45
# This file is part of Network Pro
56

@@ -17,7 +18,7 @@ jobs:
1718

1819
steps:
1920
- name: 'Checkout Repository'
20-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2122

2223
- name: 'Dependency Review'
2324
uses: actions/dependency-review-action@v4

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .github/workflows/publish.yml
22
#
3-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
44
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55
# This file is part of Network Pro
66

@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 0
6464

@@ -72,7 +72,7 @@ jobs:
7272
- name: Upgrade npm
7373
run: |
7474
corepack enable
75-
npm install -g npm@11.6.2
75+
npm install -g npm@11.7.0
7676
7777
- name: Install Node.js dependencies
7878
run: npm ci
@@ -99,7 +99,7 @@ jobs:
9999
run: git archive --format=tar.gz --output=clean-source.tar.gz HEAD
100100

101101
- name: Upload source archive
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v6
103103
with:
104104
name: clean-source
105105
path: clean-source.tar.gz
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download clean source archive
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v7
116116
with:
117117
name: clean-source
118118
path: ./
@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Download clean source archive
152-
uses: actions/download-artifact@v5
152+
uses: actions/download-artifact@v7
153153
with:
154154
name: clean-source
155155
path: ./

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .gitignore
22
#
3-
# Copyright © 2025 Network Pro Strategies (Network Pro™)
3+
# Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
44
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
55
# This file is part of Network Pro.
66

.markdownlint.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==========================================================================
22
.markdownlint.mjs
33
4-
Copyright © 2025 Network Pro Strategies (Network Pro™)
4+
Copyright © 2025-2026 Network Pro Strategies (Network Pro™)
55
SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
66
This file is part of Network Pro.
77
========================================================================== */

0 commit comments

Comments
 (0)