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