@nordicsemiconductor/pc-nrfconnect-shared 146.0.0 → 147.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,13 @@ 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
+ ## 147.0.0 - 2024-01-09
11
+
12
+ ### Fixed
13
+
14
+ - Error details had a larger font size (16px) than the rest of the body of an
15
+ error dialog (14px).
16
+
10
17
  ## 146.0.0 - 2024-01-08
11
18
 
12
19
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "146.0.0",
3
+ "version": "147.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -42,6 +42,7 @@
42
42
  padding: 32px 16px 16px 16px;
43
43
  margin: 0;
44
44
  p,
45
+ details,
45
46
  li {
46
47
  font-size: 14px;
47
48
  }