@itwin/hypermodeling-frontend 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 +36 -1
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/hypermodeling-frontend
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
+ _Version update only_
9
+
10
+ ## 5.12.5
11
+ Tue, 25 Aug 2026 21:22:08 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.12.4
16
+ Tue, 18 Aug 2026 15:45:35 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.12.3
21
+ Mon, 17 Aug 2026 11:29:39 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 5.12.2
26
+ Mon, 10 Aug 2026 20:38:45 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 5.12.1
31
+ Mon, 10 Aug 2026 19:07:26 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 5.12.0
6
36
  Mon, 03 Aug 2026 12:25:50 GMT
@@ -9,6 +39,11 @@ Mon, 03 Aug 2026 12:25:50 GMT
9
39
 
10
40
  - Stopped using deprecated QueryRowFormat.UseJsPropertyNames in SectionDrawingLocationState ECSQL queries.
11
41
 
42
+ ## 5.11.4
43
+ Tue, 25 Aug 2026 19:54:22 GMT
44
+
45
+ _Version update only_
46
+
12
47
  ## 5.11.3
13
48
  Wed, 15 Jul 2026 19:40:44 GMT
14
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/hypermodeling-frontend",
3
- "version": "5.13.0-dev.8",
3
+ "version": "5.13.0",
4
4
  "description": "iTwin.js hypermodeling package",
5
5
  "main": "lib/cjs/hypermodeling-frontend.js",
6
6
  "module": "lib/esm/hypermodeling-frontend.js",
@@ -22,10 +22,10 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "5.13.0-dev.8",
26
- "@itwin/core-common": "5.13.0-dev.8",
27
- "@itwin/core-frontend": "5.13.0-dev.8",
28
- "@itwin/core-geometry": "5.13.0-dev.8"
25
+ "@itwin/core-bentley": "5.13.0",
26
+ "@itwin/core-common": "5.13.0",
27
+ "@itwin/core-frontend": "5.13.0",
28
+ "@itwin/core-geometry": "5.13.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "^6.0.0",
@@ -43,15 +43,15 @@
43
43
  "source-map-loader": "^5.0.0",
44
44
  "typescript": "~5.6.2",
45
45
  "webpack": "^5.97.1",
46
- "@itwin/core-frontend": "5.13.0-dev.8",
47
- "@itwin/core-common": "5.13.0-dev.8",
48
- "@itwin/build-tools": "5.13.0-dev.8",
49
- "@itwin/core-bentley": "5.13.0-dev.8",
50
- "@itwin/core-geometry": "5.13.0-dev.8",
51
- "@itwin/certa": "5.13.0-dev.8"
46
+ "@itwin/build-tools": "5.13.0",
47
+ "@itwin/core-common": "5.13.0",
48
+ "@itwin/core-bentley": "5.13.0",
49
+ "@itwin/core-geometry": "5.13.0",
50
+ "@itwin/core-frontend": "5.13.0",
51
+ "@itwin/certa": "5.13.0"
52
52
  },
53
53
  "dependencies": {
54
- "@itwin/appui-abstract": "5.13.0-dev.8"
54
+ "@itwin/appui-abstract": "5.13.0"
55
55
  },
56
56
  "nyc": {
57
57
  "extends": "./node_modules/@itwin/build-tools/.nycrc"