@itwin/editor-common 3.7.0-dev.2 → 3.7.0-dev.3

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 +12 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/editor-common
2
2
 
3
- This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 17 Mar 2023 17:52:32 GMT and should not be manually modified.
4
+
5
+ ## 3.6.2
6
+ Fri, 17 Mar 2023 17:52:32 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.6.1
11
+ Fri, 24 Feb 2023 22:00:48 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 3.6.0
6
16
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -217,7 +227,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
217
227
  - Allow sweep/spin of open path to create a sheet.
218
228
  - Basic solid modeling operations are now covered.
219
229
  - Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation.
220
- - New solid modeling ipc interface
230
+ - New solid modeling ipc interface
221
231
  - More solid modeling functionality.
222
232
  - New tools to sweep/spin faces and delete faces/imprinted edges.
223
233
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-common",
3
- "version": "3.7.0-dev.2",
3
+ "version": "3.7.0-dev.3",
4
4
  "description": "iTwin.js editing properties common to frontend and backend",
5
5
  "main": "lib/cjs/editor-common.js",
6
6
  "module": "lib/esm/editor-common.js",
@@ -22,16 +22,16 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^3.7.0-dev.2",
26
- "@itwin/core-geometry": "^3.7.0-dev.2",
27
- "@itwin/core-common": "^3.7.0-dev.2"
25
+ "@itwin/core-bentley": "^3.7.0-dev.3",
26
+ "@itwin/core-geometry": "^3.7.0-dev.3",
27
+ "@itwin/core-common": "^3.7.0-dev.3"
28
28
  },
29
29
  "devDependencies": {
30
- "@itwin/core-bentley": "3.7.0-dev.2",
31
- "@itwin/build-tools": "3.7.0-dev.2",
32
- "@itwin/eslint-plugin": "3.7.0-dev.2",
33
- "@itwin/core-geometry": "3.7.0-dev.2",
34
- "@itwin/core-common": "3.7.0-dev.2",
30
+ "@itwin/core-bentley": "3.7.0-dev.3",
31
+ "@itwin/build-tools": "3.7.0-dev.3",
32
+ "@itwin/eslint-plugin": "3.7.0-dev.3",
33
+ "@itwin/core-geometry": "3.7.0-dev.3",
34
+ "@itwin/core-common": "3.7.0-dev.3",
35
35
  "@types/chai": "4.3.1",
36
36
  "@types/mocha": "^8.2.2",
37
37
  "@types/node": "18.11.5",