@itwin/presentation-common 3.4.0-dev.23 → 3.4.0-dev.26

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 +11 -1
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-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 Fri, 26 Aug 2022 15:40:02 GMT and should not be manually modified.
4
+
5
+ ## 3.3.1
6
+ Fri, 26 Aug 2022 15:40:02 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.3.0
6
11
  Thu, 18 Aug 2022 19:08:02 GMT
@@ -11,6 +16,11 @@ Thu, 18 Aug 2022 19:08:02 GMT
11
16
  - Add target info to NavigationPropertyInfo
12
17
  - `PresentationRpcInterface`: Enable response compression for certain operations.
13
18
 
19
+ ## 3.2.9
20
+ Fri, 26 Aug 2022 14:21:40 GMT
21
+
22
+ _Version update only_
23
+
14
24
  ## 3.2.8
15
25
  Tue, 09 Aug 2022 15:52:41 GMT
16
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "3.4.0-dev.23",
3
+ "version": "3.4.0-dev.26",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,16 +21,16 @@
21
21
  "module": "lib/esm/presentation-common.js",
22
22
  "typings": "lib/cjs/presentation-common",
23
23
  "peerDependencies": {
24
- "@itwin/core-bentley": "^3.4.0-dev.23",
25
- "@itwin/core-common": "^3.4.0-dev.23",
26
- "@itwin/core-quantity": "^3.4.0-dev.23"
24
+ "@itwin/core-bentley": "^3.4.0-dev.26",
25
+ "@itwin/core-common": "^3.4.0-dev.26",
26
+ "@itwin/core-quantity": "^3.4.0-dev.26"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/build-tools": "3.4.0-dev.23",
30
- "@itwin/core-bentley": "3.4.0-dev.23",
31
- "@itwin/core-common": "3.4.0-dev.23",
32
- "@itwin/core-quantity": "3.4.0-dev.23",
33
- "@itwin/eslint-plugin": "3.4.0-dev.23",
29
+ "@itwin/build-tools": "3.4.0-dev.26",
30
+ "@itwin/core-bentley": "3.4.0-dev.26",
31
+ "@itwin/core-common": "3.4.0-dev.26",
32
+ "@itwin/core-quantity": "3.4.0-dev.26",
33
+ "@itwin/eslint-plugin": "3.4.0-dev.26",
34
34
  "@types/chai": "4.3.1",
35
35
  "@types/chai-as-promised": "^7",
36
36
  "@types/chai-jest-snapshot": "^1.3.0",