@itwin/core-common 3.3.0 → 3.3.3

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  # Change Log - @itwin/core-common
2
2
 
3
- This log was last generated on Thu, 18 Aug 2022 19:08:02 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 06 Sep 2022 20:54:19 GMT and should not be manually modified.
4
+
5
+ ## 3.3.3
6
+ Tue, 06 Sep 2022 20:54:19 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.3.2
11
+ Thu, 01 Sep 2022 14:37:22 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.3.1
16
+ Fri, 26 Aug 2022 15:40:02 GMT
17
+
18
+ _Version update only_
4
19
 
5
20
  ## 3.3.0
6
21
  Thu, 18 Aug 2022 19:08:02 GMT
@@ -19,6 +34,11 @@ Thu, 18 Aug 2022 19:08:02 GMT
19
34
  - FeatureOverrides now merges element overrides with script overrides and allows callers to specify criteria under which script overrides should be ignored.
20
35
  - DisplayStyleSettings.scheduleScriptProps is no longer deprecated. Add comparison methods for types in the RenderSchedule namespace.
21
36
 
37
+ ## 3.2.9
38
+ Fri, 26 Aug 2022 14:21:40 GMT
39
+
40
+ _Version update only_
41
+
22
42
  ## 3.2.8
23
43
  Tue, 09 Aug 2022 15:52:41 GMT
24
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "3.3.0",
3
+ "version": "3.3.3",
4
4
  "description": "iTwin.js components common to frontend and backend",
5
5
  "main": "lib/cjs/core-common.js",
6
6
  "module": "lib/esm/core-common.js",
@@ -29,14 +29,14 @@
29
29
  "js-base64": "^3.6.1"
30
30
  },
31
31
  "peerDependencies": {
32
- "@itwin/core-bentley": "^3.3.0",
33
- "@itwin/core-geometry": "^3.3.0"
32
+ "@itwin/core-bentley": "^3.3.3",
33
+ "@itwin/core-geometry": "^3.3.3"
34
34
  },
35
35
  "devDependencies": {
36
- "@itwin/build-tools": "3.3.0",
37
- "@itwin/core-bentley": "3.3.0",
38
- "@itwin/core-geometry": "3.3.0",
39
- "@itwin/eslint-plugin": "3.3.0",
36
+ "@itwin/build-tools": "3.3.3",
37
+ "@itwin/core-bentley": "3.3.3",
38
+ "@itwin/core-geometry": "3.3.3",
39
+ "@itwin/eslint-plugin": "3.3.3",
40
40
  "@types/chai": "4.3.1",
41
41
  "@types/flatbuffers": "~1.10.0",
42
42
  "@types/mocha": "^8.2.2",