@itwin/core-markup 4.0.2 → 4.0.4

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 +21 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @itwin/core-markup
2
2
 
3
- This log was last generated on Wed, 21 Jun 2023 22:04:43 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Jul 2023 15:50:01 GMT and should not be manually modified.
4
+
5
+ ## 4.0.4
6
+ Wed, 12 Jul 2023 15:50:01 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.0.3
11
+ Mon, 03 Jul 2023 15:28:41 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 4.0.2
6
16
  Wed, 21 Jun 2023 22:04:43 GMT
@@ -19,6 +29,16 @@ Mon, 22 May 2023 15:34:14 GMT
19
29
 
20
30
  - Update to eslint@8
21
31
 
32
+ ## 3.7.11
33
+ Tue, 11 Jul 2023 17:17:21 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.7.10
38
+ Wed, 05 Jul 2023 13:41:21 GMT
39
+
40
+ _Version update only_
41
+
22
42
  ## 3.7.9
23
43
  Tue, 20 Jun 2023 12:51:02 GMT
24
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-markup",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
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.13"
28
28
  },
29
29
  "peerDependencies": {
30
- "@itwin/core-bentley": "^4.0.2",
31
- "@itwin/core-common": "^4.0.2",
32
- "@itwin/core-frontend": "^4.0.2",
33
- "@itwin/core-geometry": "^4.0.2"
30
+ "@itwin/core-bentley": "^4.0.4",
31
+ "@itwin/core-common": "^4.0.4",
32
+ "@itwin/core-frontend": "^4.0.4",
33
+ "@itwin/core-geometry": "^4.0.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
@@ -49,12 +49,12 @@
49
49
  "source-map-loader": "^4.0.0",
50
50
  "typescript": "~5.0.2",
51
51
  "webpack": "^5.76.0",
52
- "@itwin/build-tools": "4.0.2",
53
- "@itwin/core-bentley": "4.0.2",
54
- "@itwin/core-common": "4.0.2",
55
- "@itwin/core-geometry": "4.0.2",
56
- "@itwin/certa": "4.0.2",
57
- "@itwin/core-frontend": "4.0.2"
52
+ "@itwin/build-tools": "4.0.4",
53
+ "@itwin/core-frontend": "4.0.4",
54
+ "@itwin/core-bentley": "4.0.4",
55
+ "@itwin/core-common": "4.0.4",
56
+ "@itwin/core-geometry": "4.0.4",
57
+ "@itwin/certa": "4.0.4"
58
58
  },
59
59
  "nyc": {
60
60
  "extends": "./node_modules/@itwin/build-tools/.nycrc"