@itwin/ecschema-editing 5.13.0-dev.8 → 5.13.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 +38 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,49 @@
1
1
  # Change Log - @itwin/ecschema-editing
2
2
 
3
- This log was last generated on Mon, 03 Aug 2026 12:28:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 03 Sep 2026 18:49:56 GMT and should not be manually modified.
4
+
5
+ ## 5.13.0
6
+ Thu, 03 Sep 2026 18:49:56 GMT
7
+
8
+ ### Updates
9
+
10
+ - Update Units Schema to 01.00.11.
11
+
12
+ ## 5.12.5
13
+ Tue, 25 Aug 2026 21:22:08 GMT
14
+
15
+ _Version update only_
16
+
17
+ ## 5.12.4
18
+ Tue, 18 Aug 2026 15:45:35 GMT
19
+
20
+ _Version update only_
21
+
22
+ ## 5.12.3
23
+ Mon, 17 Aug 2026 11:29:39 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 5.12.2
28
+ Mon, 10 Aug 2026 20:38:45 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 5.12.1
33
+ Mon, 10 Aug 2026 19:07:26 GMT
34
+
35
+ _Version update only_
4
36
 
5
37
  ## 5.12.0
6
38
  Mon, 03 Aug 2026 12:25:49 GMT
7
39
 
8
40
  _Version update only_
9
41
 
42
+ ## 5.11.4
43
+ Tue, 25 Aug 2026 19:54:22 GMT
44
+
45
+ _Version update only_
46
+
10
47
  ## 5.11.3
11
48
  Wed, 15 Jul 2026 19:40:44 GMT
12
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-editing",
3
- "version": "5.13.0-dev.8",
3
+ "version": "5.13.0",
4
4
  "description": "ECSchema editing and validation API",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-editing.js",
@@ -42,16 +42,16 @@
42
42
  "rimraf": "^6.0.1",
43
43
  "sinon": "^17.0.2",
44
44
  "typescript": "~5.6.2",
45
- "@itwin/build-tools": "5.13.0-dev.8",
46
- "@itwin/core-common": "5.13.0-dev.8",
47
- "@itwin/core-bentley": "5.13.0-dev.8",
48
- "@itwin/ecschema-metadata": "5.13.0-dev.8",
49
- "@itwin/core-quantity": "5.13.0-dev.8"
45
+ "@itwin/build-tools": "5.13.0",
46
+ "@itwin/core-bentley": "5.13.0",
47
+ "@itwin/core-quantity": "5.13.0",
48
+ "@itwin/core-common": "5.13.0",
49
+ "@itwin/ecschema-metadata": "5.13.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/core-bentley": "5.13.0-dev.8",
53
- "@itwin/core-quantity": "5.13.0-dev.8",
54
- "@itwin/ecschema-metadata": "5.13.0-dev.8"
52
+ "@itwin/core-bentley": "5.13.0",
53
+ "@itwin/core-quantity": "5.13.0",
54
+ "@itwin/ecschema-metadata": "5.13.0"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"