@itwin/presentation-frontend 3.5.0-dev.4 → 3.5.0-dev.41

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 +39 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,44 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 28 Oct 2022 13:34:58 GMT and should not be manually modified.
4
+
5
+ ## 3.4.3
6
+ Fri, 28 Oct 2022 13:34:58 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.4.2
11
+ Mon, 24 Oct 2022 13:23:45 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.1
16
+ Mon, 17 Oct 2022 20:06:51 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.0
21
+ Thu, 13 Oct 2022 20:24:47 GMT
22
+
23
+ ### Updates
24
+
25
+ - Updated Node types declaration to support latest v16
26
+ - Add missing localization
27
+
28
+ ## 3.3.5
29
+ Tue, 27 Sep 2022 11:50:59 GMT
30
+
31
+ _Version update only_
32
+
33
+ ## 3.3.4
34
+ Thu, 08 Sep 2022 19:00:05 GMT
35
+
36
+ _Version update only_
37
+
38
+ ## 3.3.3
39
+ Tue, 06 Sep 2022 20:54:19 GMT
40
+
41
+ _Version update only_
4
42
 
5
43
  ## 3.3.2
6
44
  Thu, 01 Sep 2022 14:37:23 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "3.5.0-dev.4",
3
+ "version": "3.5.0-dev.41",
4
4
  "description": "Frontend of iModel.js Presentation library",
5
5
  "main": "lib/cjs/presentation-frontend.js",
6
6
  "module": "lib/esm/presentation-frontend.js",
@@ -22,21 +22,21 @@
22
22
  "url": "http://www.bentley.com"
23
23
  },
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^3.5.0-dev.4",
26
- "@itwin/core-common": "^3.5.0-dev.4",
27
- "@itwin/core-frontend": "^3.5.0-dev.4",
28
- "@itwin/core-quantity": "^3.5.0-dev.4",
29
- "@itwin/presentation-common": "^3.5.0-dev.4"
25
+ "@itwin/core-bentley": "^3.5.0-dev.41",
26
+ "@itwin/core-common": "^3.5.0-dev.41",
27
+ "@itwin/core-frontend": "^3.5.0-dev.41",
28
+ "@itwin/core-quantity": "^3.5.0-dev.41",
29
+ "@itwin/presentation-common": "^3.5.0-dev.41"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.5.0-dev.4",
33
- "@itwin/core-bentley": "3.5.0-dev.4",
34
- "@itwin/core-common": "3.5.0-dev.4",
35
- "@itwin/core-frontend": "3.5.0-dev.4",
36
- "@itwin/core-i18n": "3.5.0-dev.4",
37
- "@itwin/core-quantity": "3.5.0-dev.4",
38
- "@itwin/eslint-plugin": "3.5.0-dev.4",
39
- "@itwin/presentation-common": "3.5.0-dev.4",
32
+ "@itwin/build-tools": "3.5.0-dev.41",
33
+ "@itwin/core-bentley": "3.5.0-dev.41",
34
+ "@itwin/core-common": "3.5.0-dev.41",
35
+ "@itwin/core-frontend": "3.5.0-dev.41",
36
+ "@itwin/core-i18n": "3.5.0-dev.41",
37
+ "@itwin/core-quantity": "3.5.0-dev.41",
38
+ "@itwin/eslint-plugin": "3.5.0-dev.41",
39
+ "@itwin/presentation-common": "3.5.0-dev.41",
40
40
  "@types/chai": "4.3.1",
41
41
  "@types/chai-as-promised": "^7",
42
42
  "@types/chai-jest-snapshot": "^1.3.0",