@nordicsemiconductor/pc-nrfconnect-shared 245.0.0 → 247.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 +12 -0
- package/dist/scripts/nordic-publish.js +11 -11
- package/dist/typings/scripts/check-app-properties.d.ts +1 -0
- package/dist/typings/scripts/check-app-properties.d.ts.map +1 -1
- package/dist/typings/scripts/check-app-properties.test.d.ts +2 -0
- package/dist/typings/scripts/check-app-properties.test.d.ts.map +1 -0
- package/package.json +1 -1
- package/release_notes.md +1 -34
- package/scripts/check-app-properties.test.ts +60 -0
- package/scripts/check-app-properties.ts +13 -11
- package/src/Card/Card.tsx +2 -2
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
|
+
## 247.0.0 - 2026-04-23
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- In the repo URL check, ignore the hostname for ssh git URLs.
|
|
15
|
+
|
|
16
|
+
## 246.0.0 - 2026-04-22
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Aligned Card component styles with old implementation.
|
|
21
|
+
|
|
10
22
|
## 245.0.0 - 2026-04-21
|
|
11
23
|
|
|
12
24
|
### Added
|