@itwin/core-frontend 4.3.0-dev.7 → 4.3.0-dev.9

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 +6 -1
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log - @itwin/core-frontend
2
2
 
3
- This log was last generated on Tue, 10 Oct 2023 20:02:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Oct 2023 12:52:10 GMT and should not be manually modified.
4
4
 
5
5
  ## 4.1.9
6
6
  Tue, 10 Oct 2023 18:48:12 GMT
@@ -155,6 +155,11 @@ Mon, 22 May 2023 15:34:14 GMT
155
155
  - add physics-based Atmospheric scattering shader
156
156
  - Localize tooltips for view clip decorations.
157
157
 
158
+ ## 3.7.16
159
+ Mon, 16 Oct 2023 12:49:07 GMT
160
+
161
+ _Version update only_
162
+
158
163
  ## 3.7.15
159
164
  Tue, 10 Oct 2023 19:58:35 GMT
160
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-frontend",
3
- "version": "4.3.0-dev.7",
3
+ "version": "4.3.0-dev.9",
4
4
  "description": "iTwin.js frontend components",
5
5
  "main": "lib/cjs/core-frontend.js",
6
6
  "module": "lib/esm/core-frontend.js",
@@ -23,12 +23,12 @@
23
23
  "url": "http://www.bentley.com"
24
24
  },
25
25
  "peerDependencies": {
26
- "@itwin/appui-abstract": "^4.3.0-dev.7",
27
- "@itwin/core-bentley": "^4.3.0-dev.7",
28
- "@itwin/core-common": "^4.3.0-dev.7",
29
- "@itwin/core-geometry": "^4.3.0-dev.7",
30
- "@itwin/core-orbitgt": "^4.3.0-dev.7",
31
- "@itwin/core-quantity": "^4.3.0-dev.7"
26
+ "@itwin/appui-abstract": "^4.3.0-dev.9",
27
+ "@itwin/core-bentley": "^4.3.0-dev.9",
28
+ "@itwin/core-common": "^4.3.0-dev.9",
29
+ "@itwin/core-geometry": "^4.3.0-dev.9",
30
+ "@itwin/core-orbitgt": "^4.3.0-dev.9",
31
+ "@itwin/core-quantity": "^4.3.0-dev.9"
32
32
  },
33
33
  "//devDependencies": [
34
34
  "NOTE: All peerDependencies should also be listed as devDependencies since peerDependencies are not considered by npm install",
@@ -56,14 +56,14 @@
56
56
  "typescript": "~5.0.2",
57
57
  "typemoq": "^2.1.0",
58
58
  "webpack": "^5.76.0",
59
- "@itwin/core-common": "4.3.0-dev.7",
60
- "@itwin/appui-abstract": "4.3.0-dev.7",
61
- "@itwin/build-tools": "4.3.0-dev.7",
62
- "@itwin/core-geometry": "4.3.0-dev.7",
63
- "@itwin/core-bentley": "4.3.0-dev.7",
64
- "@itwin/certa": "4.3.0-dev.7",
65
- "@itwin/core-orbitgt": "4.3.0-dev.7",
66
- "@itwin/core-quantity": "4.3.0-dev.7"
59
+ "@itwin/appui-abstract": "4.3.0-dev.9",
60
+ "@itwin/build-tools": "4.3.0-dev.9",
61
+ "@itwin/core-bentley": "4.3.0-dev.9",
62
+ "@itwin/core-geometry": "4.3.0-dev.9",
63
+ "@itwin/core-common": "4.3.0-dev.9",
64
+ "@itwin/core-orbitgt": "4.3.0-dev.9",
65
+ "@itwin/core-quantity": "4.3.0-dev.9",
66
+ "@itwin/certa": "4.3.0-dev.9"
67
67
  },
68
68
  "//dependencies": [
69
69
  "NOTE: these dependencies should be only for things that DO NOT APPEAR IN THE API",
@@ -76,9 +76,9 @@
76
76
  "@loaders.gl/draco": "^3.1.6",
77
77
  "fuse.js": "^3.3.0",
78
78
  "wms-capabilities": "0.4.0",
79
- "@itwin/core-i18n": "4.3.0-dev.7",
80
- "@itwin/webgl-compatibility": "4.3.0-dev.7",
81
- "@itwin/core-telemetry": "4.3.0-dev.7"
79
+ "@itwin/core-i18n": "4.3.0-dev.9",
80
+ "@itwin/webgl-compatibility": "4.3.0-dev.9",
81
+ "@itwin/core-telemetry": "4.3.0-dev.9"
82
82
  },
83
83
  "nyc": {
84
84
  "extends": "./node_modules/@itwin/build-tools/.nycrc"