@nordicsemiconductor/pc-nrfconnect-shared 143.0.0 → 146.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,34 @@ 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
+ ## 146.0.0 - 2024-01-08
11
+
12
+ ### Added
13
+
14
+ - `details` prop to `ErrorDialog`.
15
+ - Make text selectable in dialogs.
16
+
17
+ ### Changed
18
+
19
+ - Use `gray-700` for text colour in dialogs.
20
+
21
+ ### Fixed
22
+
23
+ - Wrong button variant used when only 1 button visible in redux `ErrorDialog`.
24
+
25
+ ## 145.0.0 - 2023-01-05
26
+
27
+ ### Fix
28
+
29
+ - Azure insights sends the same event multiple times
30
+ - Shared compatibility with launcher
31
+
32
+ ## 144.0.0 - 2023-12-19
33
+
34
+ ### Added
35
+
36
+ - `nRF9131EK` support in device lister.
37
+
10
38
  ## 143.0.0 - 2023-12-14
11
39
 
12
40
  ### Changed
@@ -16,7 +44,7 @@ every new version is a new major version.
16
44
 
17
45
  ### Fixed
18
46
 
19
- - `NRF9160` and `NRF9161` now show modem trait as true when using external
47
+ - `nRF9160` and `nRF9161` now show modem trait as true when using external
20
48
  jLink
21
49
 
22
50
  ## 142.0.0 - 2023-12-13
package/ipc/device.ts CHANGED
@@ -19,6 +19,7 @@ export const knownDevicePcas = [
19
19
  'PCA10143',
20
20
  'PCA10152',
21
21
  'PCA10153',
22
+ 'PCA10165',
22
23
  'PCA20049',
23
24
  ] as const;
24
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "143.0.0",
3
+ "version": "146.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",