@nordicsemiconductor/pc-nrfconnect-shared 104.0.0 → 106.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,23 @@ 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
+ ## 106 - 2023-09-13
11
+
12
+ ### Added
13
+
14
+ - `shellParser` utility
15
+ - `StartStopButton` now also takes in optional `title` property
16
+
17
+ ## 105 - 2023-09-11
18
+
19
+ ### Added
20
+
21
+ - Log warning for any nrfutil device that was not enumerated
22
+
23
+ ### Fixed
24
+
25
+ - Log device list errors.
26
+
10
27
  ## 104 - 2023-09-08
11
28
 
12
29
  ### Changed