@itwin/core-geometry 4.7.0-dev.4 → 4.7.0-dev.5

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 +11 -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 Tue, 16 Apr 2024 14:47:36 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 15 May 2024 21:32:22 GMT and should not be manually modified.
4
+
5
+ ## 4.6.0
6
+ Mon, 13 May 2024 20:32:51 GMT
7
+
8
+ ### Updates
9
+
10
+ - Arc3d.cloneAtZ ignored z
11
+ - drapeRegion could sometimes create non-convex facets
12
+ - publish SerializationHelpers
13
+ - Add Point2d.scaleInPlace and Range2d.cloneTranslated.
4
14
 
5
15
  ## 4.5.2
6
16
  Tue, 16 Apr 2024 14:46:22 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-geometry",
3
- "version": "4.7.0-dev.4",
3
+ "version": "4.7.0-dev.5",
4
4
  "description": "iTwin.js Core Geometry library",
5
5
  "main": "lib/cjs/core-geometry.js",
6
6
  "module": "lib/esm/core-geometry.js",
@@ -35,11 +35,11 @@
35
35
  "nyc": "^15.1.0",
36
36
  "rimraf": "^3.0.2",
37
37
  "typescript": "~5.3.3",
38
- "@itwin/build-tools": "4.7.0-dev.4"
38
+ "@itwin/build-tools": "4.7.0-dev.5"
39
39
  },
40
40
  "dependencies": {
41
41
  "flatbuffers": "~1.12.0",
42
- "@itwin/core-bentley": "4.7.0-dev.4"
42
+ "@itwin/core-bentley": "4.7.0-dev.5"
43
43
  },
44
44
  "nyc": {
45
45
  "extends": "./node_modules/@itwin/build-tools/.nycrc",