@itwin/core-geometry 5.3.0 → 5.3.2

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 +26 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-geometry
2
2
 
3
- This log was last generated on Mon, 03 Nov 2025 19:02:35 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 13 Nov 2025 23:23:23 GMT and should not be manually modified.
4
+
5
+ ## 5.3.2
6
+ Thu, 13 Nov 2025 23:23:23 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.3.1
11
+ Thu, 06 Nov 2025 20:29:06 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 5.3.0
6
16
  Mon, 03 Nov 2025 19:02:35 GMT
@@ -9,6 +19,16 @@ Mon, 03 Nov 2025 19:02:35 GMT
9
19
 
10
20
  - n
11
21
 
22
+ ## 5.2.6
23
+ Thu, 13 Nov 2025 21:13:51 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 5.2.5
28
+ Thu, 13 Nov 2025 07:45:14 GMT
29
+
30
+ _Version update only_
31
+
12
32
  ## 5.2.4
13
33
  Fri, 24 Oct 2025 16:20:38 GMT
14
34
 
@@ -123,6 +143,11 @@ Fri, 13 Jun 2025 20:25:38 GMT
123
143
  - augment cone/sphere JSON format
124
144
  - Upgrade compile target to ES2023 and module to ES2022
125
145
 
146
+ ## 4.11.7
147
+ Thu, 13 Nov 2025 20:49:32 GMT
148
+
149
+ _Version update only_
150
+
126
151
  ## 4.11.6
127
152
  Mon, 16 Jun 2025 15:00:15 GMT
128
153
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-geometry",
3
- "version": "5.3.0",
3
+ "version": "5.3.2",
4
4
  "description": "iTwin.js Core Geometry library",
5
5
  "main": "lib/cjs/core-geometry.js",
6
6
  "module": "lib/esm/core-geometry.js",
@@ -31,11 +31,11 @@
31
31
  "rimraf": "^6.0.1",
32
32
  "typescript": "~5.6.2",
33
33
  "vitest": "^3.0.6",
34
- "@itwin/build-tools": "5.3.0"
34
+ "@itwin/build-tools": "5.3.2"
35
35
  },
36
36
  "dependencies": {
37
37
  "flatbuffers": "~1.12.0",
38
- "@itwin/core-bentley": "5.3.0"
38
+ "@itwin/core-bentley": "5.3.2"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "npm run -s build:cjs && npm run -s build:esm",