@itwin/editor-common 4.6.0-dev.8 → 4.6.0

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 +18 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @itwin/editor-common
2
2
 
3
- This log was last generated on Wed, 03 Apr 2024 18:28:10 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 May 2024 20:32:51 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
+ - React to API changes.
11
+
12
+ ## 4.5.2
13
+ Tue, 16 Apr 2024 14:46:22 GMT
14
+
15
+ _Version update only_
4
16
 
5
17
  ## 4.5.1
6
18
  Wed, 03 Apr 2024 18:26:59 GMT
@@ -12,6 +24,11 @@ Tue, 02 Apr 2024 19:06:00 GMT
12
24
 
13
25
  _Version update only_
14
26
 
27
+ ## 4.4.9
28
+ Mon, 15 Apr 2024 20:29:22 GMT
29
+
30
+ _Version update only_
31
+
15
32
  ## 4.4.8
16
33
  Mon, 25 Mar 2024 22:22:26 GMT
17
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-common",
3
- "version": "4.6.0-dev.8",
3
+ "version": "4.6.0",
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,23 +23,23 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/core-bentley": "^4.6.0-dev.8",
27
- "@itwin/core-geometry": "^4.6.0-dev.8",
28
- "@itwin/core-common": "^4.6.0-dev.8"
26
+ "@itwin/core-bentley": "^4.6.0",
27
+ "@itwin/core-geometry": "^4.6.0",
28
+ "@itwin/core-common": "^4.6.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@itwin/eslint-plugin": "4.0.0-dev.44",
31
+ "@itwin/eslint-plugin": "^4.0.2",
32
32
  "@types/chai": "4.3.1",
33
33
  "@types/mocha": "^10.0.6",
34
34
  "chai": "^4.3.10",
35
35
  "eslint": "^8.44.0",
36
36
  "mocha": "^10.2.0",
37
37
  "rimraf": "^3.0.2",
38
- "typescript": "~5.0.2",
39
- "@itwin/core-geometry": "4.6.0-dev.8",
40
- "@itwin/core-common": "4.6.0-dev.8",
41
- "@itwin/core-bentley": "4.6.0-dev.8",
42
- "@itwin/build-tools": "4.6.0-dev.8"
38
+ "typescript": "~5.3.3",
39
+ "@itwin/build-tools": "4.6.0",
40
+ "@itwin/core-bentley": "4.6.0",
41
+ "@itwin/core-common": "4.6.0",
42
+ "@itwin/core-geometry": "4.6.0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "npm run -s build:cjs && npm run -s build:esm",