@nordicsemiconductor/pc-nrfconnect-shared 227.0.0 → 228.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 +12 -0
- package/nrfutil/sandbox.ts +1 -1
- package/package.json +1 -1
- package/release_notes.md +6 -4
package/Changelog.md
CHANGED
|
@@ -7,6 +7,18 @@ 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
|
+
## 228.0.0 - 2025-09-24
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump the version of `nrfutil-core` for apps who do not declare it themselves
|
|
15
|
+
to 8.1.1
|
|
16
|
+
|
|
17
|
+
### Steps to upgrade when using this package
|
|
18
|
+
|
|
19
|
+
- In apps in `package.json` bump `nrfConnectForDesktop.nrfutilCore` to
|
|
20
|
+
`8.1.1`.
|
|
21
|
+
|
|
10
22
|
## 227.0.0 - 2025-09-18
|
|
11
23
|
|
|
12
24
|
### Added
|
package/nrfutil/sandbox.ts
CHANGED
package/package.json
CHANGED
package/release_notes.md
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
###
|
|
1
|
+
### Changed
|
|
2
2
|
|
|
3
|
-
-
|
|
3
|
+
- Bump the version of `nrfutil-core` for apps who do not declare it themselves
|
|
4
|
+
to 8.1.1
|
|
4
5
|
|
|
5
|
-
###
|
|
6
|
+
### Steps to upgrade when using this package
|
|
6
7
|
|
|
7
|
-
-
|
|
8
|
+
- In apps in `package.json` bump `nrfConnectForDesktop.nrfutilCore` to
|
|
9
|
+
`8.1.1`.
|