@itwin/editor-common 4.0.0-dev.70 → 4.0.0-dev.73

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 +32 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
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 Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
4
+
5
+ ## 3.7.2
6
+ Wed, 12 Apr 2023 13:12:42 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.1
11
+ Mon, 03 Apr 2023 15:15:37 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.7.0
16
+ Wed, 29 Mar 2023 15:02:27 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.6.3
21
+ Mon, 27 Mar 2023 16:26:47 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.6.2
26
+ Fri, 17 Mar 2023 17:52:32 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.6.1
31
+ Fri, 24 Feb 2023 22:00:48 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 3.6.0
6
36
  Wed, 08 Feb 2023 14:58:40 GMT
@@ -217,7 +247,7 @@ Mon, 24 Jan 2022 14:00:52 GMT
217
247
  - Allow sweep/spin of open path to create a sheet.
218
248
  - Basic solid modeling operations are now covered.
219
249
  - Fix for IModel._ecefTrans not being updated when setting IModel._ecefLocation.
220
- - New solid modeling ipc interface
250
+ - New solid modeling ipc interface
221
251
  - More solid modeling functionality.
222
252
  - New tools to sweep/spin faces and delete faces/imprinted edges.
223
253
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-common",
3
- "version": "4.0.0-dev.70",
3
+ "version": "4.0.0-dev.73",
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",
@@ -23,22 +23,22 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "^4.0.0-dev.70",
27
- "@itwin/core-geometry": "^4.0.0-dev.70",
28
- "@itwin/core-common": "^4.0.0-dev.70"
26
+ "@itwin/core-bentley": "^4.0.0-dev.73",
27
+ "@itwin/core-geometry": "^4.0.0-dev.73",
28
+ "@itwin/core-common": "^4.0.0-dev.73"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/core-bentley": "4.0.0-dev.70",
32
- "@itwin/build-tools": "4.0.0-dev.70",
33
- "@itwin/eslint-plugin": "^4.0.0-dev.32",
34
- "@itwin/core-geometry": "4.0.0-dev.70",
35
- "@itwin/core-common": "4.0.0-dev.70",
31
+ "@itwin/core-bentley": "4.0.0-dev.73",
32
+ "@itwin/build-tools": "4.0.0-dev.73",
33
+ "@itwin/eslint-plugin": "^4.0.0-dev.33",
34
+ "@itwin/core-geometry": "4.0.0-dev.73",
35
+ "@itwin/core-common": "4.0.0-dev.73",
36
36
  "@types/chai": "4.3.1",
37
37
  "@types/mocha": "^8.2.2",
38
38
  "@types/node": "^18.11.5",
39
39
  "@types/semver": "7.3.10",
40
40
  "chai": "^4.1.2",
41
- "eslint": "^7.11.0",
41
+ "eslint": "^8.36.0",
42
42
  "mocha": "^10.0.0",
43
43
  "rimraf": "^3.0.2",
44
44
  "typescript": "~5.0.2"