@nordicsemiconductor/pc-nrfconnect-shared 192.0.0 → 193.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 +7 -0
  2. package/package.json +3 -3
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
+ ## 193.0.0 - 2024-12-04
11
+
12
+ ### Changed
13
+
14
+ - Update @swc/core and @swc/jest to fix issues when class functions are called
15
+ via multiple ?. e.g. obj.set?.function?.()
16
+
10
17
  ## 192.0.0 - 2024-11-27
11
18
 
12
19
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/pc-nrfconnect-shared",
3
- "version": "192.0.0",
3
+ "version": "193.0.0",
4
4
  "description": "Shared commodities for developing pc-nrfconnect-* packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,8 +37,8 @@
37
37
  "@reduxjs/toolkit": "1.9.3",
38
38
  "@svgr/core": "^7.0.0",
39
39
  "@svgr/plugin-jsx": "7.0.0",
40
- "@swc/core": "1.3.56",
41
- "@swc/jest": "0.2.24",
40
+ "@swc/core": "1.10.0",
41
+ "@swc/jest": "0.2.37",
42
42
  "@testing-library/jest-dom": "5.16.5",
43
43
  "@testing-library/react": "^14.0.0",
44
44
  "@types/adm-zip": "^0.5.0",