@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 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
@@ -35,7 +35,7 @@ import {
35
35
  versionToInstall,
36
36
  } from './version/moduleVersion';
37
37
 
38
- const CORE_VERSION_FOR_LEGACY_APPS = '8.0.0';
38
+ const CORE_VERSION_FOR_LEGACY_APPS = '8.1.1';
39
39
 
40
40
  export class NrfutilSandbox {
41
41
  private readonly onLoggingHandlers: ((
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "227.0.0",
3
+ "version": "228.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
package/release_notes.md CHANGED
@@ -1,7 +1,9 @@
1
- ### Added
1
+ ### Changed
2
2
 
3
- - Added Nordic Thingy:53 to known devices.
3
+ - Bump the version of `nrfutil-core` for apps who do not declare it themselves
4
+ to 8.1.1
4
5
 
5
- ### Fixed
6
+ ### Steps to upgrade when using this package
6
7
 
7
- - No problematic check for the nRF Util core version.
8
+ - In apps in `package.json` bump `nrfConnectForDesktop.nrfutilCore` to
9
+ `8.1.1`.