@itwin/core-markup 5.10.0-dev.9 → 5.10.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 +26 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  # Change Log - @itwin/core-markup
2
2
 
3
- This log was last generated on Fri, 08 May 2026 20:37:55 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 03 Jun 2026 20:19:46 GMT and should not be manually modified.
4
+
5
+ ## 5.10.0
6
+ Wed, 03 Jun 2026 20:19:46 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 5.9.5
11
+ Mon, 01 Jun 2026 17:34:00 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 5.9.4
16
+ Tue, 19 May 2026 19:45:27 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 5.9.3
21
+ Fri, 15 May 2026 11:25:54 GMT
22
+
23
+ _Version update only_
4
24
 
5
25
  ## 5.9.2
6
26
  Fri, 08 May 2026 20:36:41 GMT
@@ -17,6 +37,11 @@ Mon, 04 May 2026 16:32:08 GMT
17
37
 
18
38
  _Version update only_
19
39
 
40
+ ## 5.8.5
41
+ Thu, 14 May 2026 19:12:21 GMT
42
+
43
+ _Version update only_
44
+
20
45
  ## 5.8.4
21
46
  Thu, 23 Apr 2026 18:05:14 GMT
22
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-markup",
3
- "version": "5.10.0-dev.9",
3
+ "version": "5.10.0",
4
4
  "description": "iTwin.js markup package",
5
5
  "main": "lib/cjs/core-markup.js",
6
6
  "module": "lib/esm/core-markup.js",
@@ -27,10 +27,10 @@
27
27
  "@svgdotjs/svg.js": "3.0.16"
28
28
  },
29
29
  "peerDependencies": {
30
- "@itwin/core-bentley": "5.10.0-dev.9",
31
- "@itwin/core-common": "5.10.0-dev.9",
32
- "@itwin/core-frontend": "5.10.0-dev.9",
33
- "@itwin/core-geometry": "5.10.0-dev.9"
30
+ "@itwin/core-bentley": "5.10.0",
31
+ "@itwin/core-common": "5.10.0",
32
+ "@itwin/core-frontend": "5.10.0",
33
+ "@itwin/core-geometry": "5.10.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@itwin/eslint-plugin": "^6.0.0",
@@ -48,12 +48,12 @@
48
48
  "source-map-loader": "^5.0.0",
49
49
  "typescript": "~5.6.2",
50
50
  "webpack": "^5.97.1",
51
- "@itwin/build-tools": "5.10.0-dev.9",
52
- "@itwin/core-geometry": "5.10.0-dev.9",
53
- "@itwin/core-common": "5.10.0-dev.9",
54
- "@itwin/core-bentley": "5.10.0-dev.9",
55
- "@itwin/core-frontend": "5.10.0-dev.9",
56
- "@itwin/certa": "5.10.0-dev.9"
51
+ "@itwin/build-tools": "5.10.0",
52
+ "@itwin/core-common": "5.10.0",
53
+ "@itwin/core-bentley": "5.10.0",
54
+ "@itwin/core-geometry": "5.10.0",
55
+ "@itwin/certa": "5.10.0",
56
+ "@itwin/core-frontend": "5.10.0"
57
57
  },
58
58
  "nyc": {
59
59
  "extends": "./node_modules/@itwin/build-tools/.nycrc"