File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ This project does _not_ adhere to
77[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) but contrary to it
88every new version is a new major version.
99
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+
1022## 227.0.0 - 2025-09-18
1123
1224### Added
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import {
3535 versionToInstall ,
3636} from './version/moduleVersion' ;
3737
38- const CORE_VERSION_FOR_LEGACY_APPS = '8.0.0 ' ;
38+ const CORE_VERSION_FOR_LEGACY_APPS = '8.1.1 ' ;
3939
4040export class NrfutilSandbox {
4141 private readonly onLoggingHandlers : ( (
Original file line number Diff line number Diff line change 11{
22 "name" : " @nordicsemiconductor/pc-nrfconnect-shared" ,
3- "version" : " 227 .0.0" ,
3+ "version" : " 228 .0.0" ,
44 "description" : " Shared commodities for developing pc-nrfconnect-* packages" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments