@itwin/editor-common 4.6.0-dev.9 → 4.6.1

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 +23 -1
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,23 @@
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 Wed, 29 May 2024 14:35:17 GMT and should not be manually modified.
4
+
5
+ ## 4.6.1
6
+ Wed, 29 May 2024 14:35:17 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.6.0
11
+ Mon, 13 May 2024 20:32:51 GMT
12
+
13
+ ### Updates
14
+
15
+ - React to API changes.
16
+
17
+ ## 4.5.2
18
+ Tue, 16 Apr 2024 14:46:22 GMT
19
+
20
+ _Version update only_
4
21
 
5
22
  ## 4.5.1
6
23
  Wed, 03 Apr 2024 18:26:59 GMT
@@ -12,6 +29,11 @@ Tue, 02 Apr 2024 19:06:00 GMT
12
29
 
13
30
  _Version update only_
14
31
 
32
+ ## 4.4.9
33
+ Mon, 15 Apr 2024 20:29:22 GMT
34
+
35
+ _Version update only_
36
+
15
37
  ## 4.4.8
16
38
  Mon, 25 Mar 2024 22:22:26 GMT
17
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/editor-common",
3
- "version": "4.6.0-dev.9",
3
+ "version": "4.6.1",
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.9",
27
- "@itwin/core-geometry": "^4.6.0-dev.9",
28
- "@itwin/core-common": "^4.6.0-dev.9"
26
+ "@itwin/core-bentley": "^4.6.1",
27
+ "@itwin/core-geometry": "^4.6.1",
28
+ "@itwin/core-common": "^4.6.1"
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-bentley": "4.6.0-dev.9",
40
- "@itwin/build-tools": "4.6.0-dev.9",
41
- "@itwin/core-geometry": "4.6.0-dev.9",
42
- "@itwin/core-common": "4.6.0-dev.9"
38
+ "typescript": "~5.3.3",
39
+ "@itwin/core-bentley": "4.6.1",
40
+ "@itwin/build-tools": "4.6.1",
41
+ "@itwin/core-geometry": "4.6.1",
42
+ "@itwin/core-common": "4.6.1"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "npm run -s build:cjs && npm run -s build:esm",