@itwin/webgl-compatibility 3.0.0-dev.180 → 3.0.0-dev.184

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 +78 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,83 @@
1
1
  # Change Log - @itwin/webgl-compatibility
2
2
 
3
- This log was last generated on Tue, 21 Sep 2021 21:06:40 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
4
+
5
+ ## 2.19.28
6
+ Wed, 12 Jan 2022 14:52:38 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 2.19.27
11
+ Wed, 05 Jan 2022 20:07:20 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 2.19.26
16
+ Wed, 08 Dec 2021 20:54:53 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 2.19.25
21
+ Fri, 03 Dec 2021 20:05:49 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 2.19.24
26
+ Mon, 29 Nov 2021 18:44:31 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 2.19.23
31
+ Mon, 22 Nov 2021 20:41:40 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 2.19.22
36
+ Wed, 17 Nov 2021 01:23:26 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 2.19.21
41
+ Wed, 10 Nov 2021 10:58:24 GMT
42
+
43
+ ### Updates
44
+
45
+ - Update work-around for Intel driver bug.
46
+
47
+ ## 2.19.20
48
+ Fri, 29 Oct 2021 16:14:22 GMT
49
+
50
+ _Version update only_
51
+
52
+ ## 2.19.19
53
+ Mon, 25 Oct 2021 16:16:25 GMT
54
+
55
+ _Version update only_
56
+
57
+ ## 2.19.18
58
+ Thu, 21 Oct 2021 20:59:44 GMT
59
+
60
+ _Version update only_
61
+
62
+ ## 2.19.17
63
+ Thu, 14 Oct 2021 21:19:43 GMT
64
+
65
+ _Version update only_
66
+
67
+ ## 2.19.16
68
+ Mon, 11 Oct 2021 17:37:46 GMT
69
+
70
+ _Version update only_
71
+
72
+ ## 2.19.15
73
+ Fri, 08 Oct 2021 16:44:23 GMT
74
+
75
+ _Version update only_
76
+
77
+ ## 2.19.14
78
+ Fri, 01 Oct 2021 13:07:03 GMT
79
+
80
+ _Version update only_
4
81
 
5
82
  ## 2.19.13
6
83
  Tue, 21 Sep 2021 21:06:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/webgl-compatibility",
3
- "version": "3.0.0-dev.180",
3
+ "version": "3.0.0-dev.184",
4
4
  "description": "APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.",
5
5
  "license": "MIT",
6
6
  "main": "lib/cjs/webgl-compatibility.js",
@@ -24,12 +24,12 @@
24
24
  "url": "http://www.bentley.com"
25
25
  },
26
26
  "dependencies": {
27
- "@itwin/core-bentley": "3.0.0-dev.180"
27
+ "@itwin/core-bentley": "3.0.0-dev.184"
28
28
  },
29
29
  "devDependencies": {
30
- "@itwin/build-tools": "3.0.0-dev.180",
31
- "@itwin/certa": "3.0.0-dev.180",
32
- "@itwin/eslint-plugin": "3.0.0-dev.180",
30
+ "@itwin/build-tools": "3.0.0-dev.184",
31
+ "@itwin/certa": "3.0.0-dev.184",
32
+ "@itwin/eslint-plugin": "3.0.0-dev.184",
33
33
  "@types/chai": "^4.1.4",
34
34
  "@types/mocha": "^8.2.2",
35
35
  "@types/node": "14.14.31",