@nordicsemiconductor/pc-nrfconnect-shared 131.0.0 → 133.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,24 @@ 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
+ ## 133 - 2023-11-15
11
+
12
+ ### Changed
13
+
14
+ - Nrfutil `sandbox` default logging level to 'off' in production and 'error'
15
+ in development environments
16
+
17
+ ## 132 - 2023-11-14
18
+
19
+ ### Added
20
+
21
+ - Extended `waitForDevice` to allow apps to opt-out from refetching the device
22
+ info when device a reapers from a reboot
23
+
24
+ ### Fixed
25
+
26
+ - `deviceInfo` is update in redux on device select
27
+
10
28
  ## 131 - 2023-11-14
11
29
 
12
30
  ### Changed