@nordicsemiconductor/pc-nrfconnect-shared 225.0.0 → 226.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Changelog.md
CHANGED
|
@@ -7,6 +7,20 @@ This project does _not_ adhere to
|
|
|
7
7
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html) but contrary to it
|
|
8
8
|
every new version is a new major version.
|
|
9
9
|
|
|
10
|
+
## 226.0.0 - 2025-09-10
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- The required lincense file was slightly changed.
|
|
15
|
+
|
|
16
|
+
### Steps to upgrade when using this package
|
|
17
|
+
|
|
18
|
+
- Update your LICENSE file, to match
|
|
19
|
+
https://nordicsemi.atlassian.net/wiki/spaces/QPDA/pages/145020731/4-Clause+Nordic+License+text.
|
|
20
|
+
Mostly the heading and the final `</text>` changed, so you can either do
|
|
21
|
+
these changes manually or copy the LICENSE from pc-nrfconnect-shared, just
|
|
22
|
+
correct the year.
|
|
23
|
+
|
|
10
24
|
## 225.0.0 - 2025-09-01
|
|
11
25
|
|
|
12
26
|
### Added
|
package/LICENSE
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
LicenseID: LicenseRef-Nordic-4-Clause
|
|
2
|
+
|
|
3
|
+
ExtractedText: <text>
|
|
4
|
+
|
|
1
5
|
Copyright (c) 2017 Nordic Semiconductor ASA
|
|
2
6
|
All rights reserved.
|
|
3
7
|
|
|
4
|
-
SPDX-License-Identifier: Nordic-4-Clause
|
|
5
8
|
|
|
6
9
|
Use in source and binary forms, redistribution in binary form only, with
|
|
7
10
|
or without modification, are permitted provided that the following conditions
|
|
@@ -33,3 +36,4 @@ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
|
33
36
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
34
37
|
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
35
38
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
39
|
+
</text>
|
package/package.json
CHANGED
package/release_notes.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
###
|
|
1
|
+
### Changed
|
|
2
2
|
|
|
3
|
-
-
|
|
3
|
+
- The required lincense file was slightly changed.
|
|
4
|
+
|
|
5
|
+
### Steps to upgrade when using this package
|
|
6
|
+
|
|
7
|
+
- Update your LICENSE file, to match
|
|
8
|
+
https://nordicsemi.atlassian.net/wiki/spaces/QPDA/pages/145020731/4-Clause+Nordic+License+text.
|
|
9
|
+
Mostly the heading and the final `</text>` changed, so you can either do
|
|
10
|
+
these changes manually or copy the LICENSE from pc-nrfconnect-shared, just
|
|
11
|
+
correct the year.
|
|
@@ -13,10 +13,13 @@ const SHEBANG_LINE = /^#!.*?(\r?\n)+/;
|
|
|
13
13
|
const SPECIAL_REGEXP_CHARACTERS = /([.*+\\(){}[\]])/g;
|
|
14
14
|
const LINE_ENDINGS = /\r?\n/g;
|
|
15
15
|
|
|
16
|
-
const correctLicense = `
|
|
16
|
+
const correctLicense = `LicenseID: LicenseRef-Nordic-4-Clause
|
|
17
|
+
|
|
18
|
+
ExtractedText: <text>
|
|
19
|
+
|
|
20
|
+
Copyright (c) __YEAR__ Nordic Semiconductor ASA
|
|
17
21
|
All rights reserved.
|
|
18
22
|
|
|
19
|
-
SPDX-License-Identifier: Nordic-4-Clause
|
|
20
23
|
|
|
21
24
|
Use in source and binary forms, redistribution in binary form only, with
|
|
22
25
|
or without modification, are permitted provided that the following conditions
|
|
@@ -47,7 +50,8 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
|
47
50
|
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
48
51
|
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
|
49
52
|
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
50
|
-
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
|
|
53
|
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
54
|
+
</text>`;
|
|
51
55
|
|
|
52
56
|
const correctHeader = `/*
|
|
53
57
|
* Copyright (c) __YEAR__ Nordic Semiconductor ASA
|
|
@@ -35,8 +35,8 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
|
|
|
35
35
|
<div className="tw-preflight tw-flex tw-flex-col tw-flex-wrap tw-gap-4">
|
|
36
36
|
<Section title="DevZone">
|
|
37
37
|
<p>
|
|
38
|
-
|
|
39
|
-
portal
|
|
38
|
+
You can ask for help or open a support request on
|
|
39
|
+
DevZone, Nordic Semiconductor's developer portal.
|
|
40
40
|
</p>
|
|
41
41
|
<AboutButton
|
|
42
42
|
url="https://devzone.nordicsemi.com"
|
|
@@ -45,10 +45,9 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
|
|
|
45
45
|
</Section>
|
|
46
46
|
<Section title="System report">
|
|
47
47
|
<p>
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
your support request.
|
|
48
|
+
Provide details about your operating system and related
|
|
49
|
+
software to get the best possible assistance. Create a
|
|
50
|
+
system report and add it to your support request.
|
|
52
51
|
</p>
|
|
53
52
|
<AboutButton
|
|
54
53
|
onClick={() =>
|
|
@@ -70,9 +69,9 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
|
|
|
70
69
|
</Section>
|
|
71
70
|
<Section title="Verbose logging">
|
|
72
71
|
<p>
|
|
73
|
-
|
|
74
|
-
Enable this only when necessary as the log
|
|
75
|
-
quickly.
|
|
72
|
+
Provide additional log information in your support
|
|
73
|
+
request. Enable this only when necessary, as the log
|
|
74
|
+
will grow quickly.
|
|
76
75
|
</p>
|
|
77
76
|
<div className="tw-w-full">
|
|
78
77
|
<Toggle
|
|
@@ -92,7 +91,7 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
|
|
|
92
91
|
doNotResetVerboseLogginOnRestart();
|
|
93
92
|
getCurrentWindow().emit('restart-window');
|
|
94
93
|
}}
|
|
95
|
-
title="Restart application with verbose logging
|
|
94
|
+
title="Restart application with verbose logging enabled to get log messages from the initial enumeration."
|
|
96
95
|
disabled={!verboseLogging}
|
|
97
96
|
>
|
|
98
97
|
Restart with verbose logging
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SupportCard.d.ts","sourceRoot":"","sources":["../../../../src/About/SupportCard.tsx"],"names":[],"mappings":";;;;AAyBA,
|
|
1
|
+
{"version":3,"file":"SupportCard.d.ts","sourceRoot":"","sources":["../../../../src/About/SupportCard.tsx"],"names":[],"mappings":";;;;AAyBA,wBA8EE"}
|