@nordicsemiconductor/pc-nrfconnect-shared 202.0.0 → 203.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.
Files changed (2) hide show
  1. package/Changelog.md +3 -1
  2. package/package.json +1 -1
package/Changelog.md CHANGED
@@ -7,7 +7,9 @@ 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
- ## 202.0.0 - 2025-03-05
10
+ ## 203.0.0 - 2025-03-05
11
+
12
+ Overrides v202 as it was released a prerelease.
11
13
 
12
14
  ### Added
13
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "202.0.0",
3
+ "version": "203.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",