@itwin/ecschema-metadata 5.13.0-dev.9 → 5.14.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 +31 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,31 @@
1
1
  # Change Log - @itwin/ecschema-metadata
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 Tue, 25 Aug 2026 21:23:35 GMT and should not be manually modified.
4
+
5
+ ## 5.12.5
6
+ Tue, 25 Aug 2026 21:22:08 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.12.4
11
+ Tue, 18 Aug 2026 15:45:35 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.12.3
16
+ Mon, 17 Aug 2026 11:29:39 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.12.2
21
+ Mon, 10 Aug 2026 20:38:45 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.12.1
26
+ Mon, 10 Aug 2026 19:07:26 GMT
27
+
28
+ _Version update only_
4
29
 
5
30
  ## 5.12.0
6
31
  Mon, 03 Aug 2026 12:25:49 GMT
@@ -10,6 +35,11 @@ Mon, 03 Aug 2026 12:25:49 GMT
10
35
  - Update pre-existing bearing test expectation to match the new ANGLE-phenomenon convention (see #9465).
11
36
  - Add performance improvements for SchemaView. Filtering by schema, incremental loading, and a common lifetime manager class for invalidation.
12
37
 
38
+ ## 5.11.4
39
+ Tue, 25 Aug 2026 19:54:22 GMT
40
+
41
+ _Version update only_
42
+
13
43
  ## 5.11.3
14
44
  Wed, 15 Jul 2026 19:40:44 GMT
15
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/ecschema-metadata",
3
- "version": "5.13.0-dev.9",
3
+ "version": "5.14.0-dev.2",
4
4
  "description": "ECObjects core concepts in typescript",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/ecschema-metadata.js",
@@ -41,13 +41,13 @@
41
41
  "rimraf": "^6.0.1",
42
42
  "typescript": "~5.6.2",
43
43
  "vitest": "^4.1.10",
44
- "@itwin/build-tools": "5.13.0-dev.9",
45
- "@itwin/core-bentley": "5.13.0-dev.9",
46
- "@itwin/core-quantity": "5.13.0-dev.9"
44
+ "@itwin/build-tools": "5.14.0-dev.2",
45
+ "@itwin/core-quantity": "5.14.0-dev.2",
46
+ "@itwin/core-bentley": "5.14.0-dev.2"
47
47
  },
48
48
  "peerDependencies": {
49
- "@itwin/core-bentley": "5.13.0-dev.9",
50
- "@itwin/core-quantity": "5.13.0-dev.9"
49
+ "@itwin/core-bentley": "5.14.0-dev.2",
50
+ "@itwin/core-quantity": "5.14.0-dev.2"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "npm run -s build:cjs && npm run -s build:esm",