Skip to content

Commit cfcffe3

Browse files
Merge pull request #1063 from NordicSemiconductor/push-oyzvuqloskps
Bump nrfutil-core version for legacy apps to 8.1.1
2 parents 4974da0 + 889fc58 commit cfcffe3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
88
every 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

nrfutil/sandbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4040
export class NrfutilSandbox {
4141
private readonly onLoggingHandlers: ((

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)