@itwin/presentation-core-interop 1.4.0-alpha.6 → 1.4.0-alpha.7

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 +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @itwin/presentation-core-interop
2
2
 
3
+ ## 1.4.0-alpha.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1229](https://github.com/iTwin/presentation/pull/1229): Version bump
8
+ - Updated dependencies:
9
+ - @itwin/presentation-shared@2.0.0-alpha.8
10
+
3
11
  ## 1.4.0-alpha.6
4
12
 
5
13
  ### Patch Changes
@@ -65,6 +73,14 @@
65
73
  - Updated dependencies:
66
74
  - @itwin/presentation-shared@2.0.0-alpha.0
67
75
 
76
+ ## 1.3.9
77
+
78
+ ### Patch Changes
79
+
80
+ - [#1215](https://github.com/iTwin/presentation/pull/1215): Update dependencies.
81
+ - Updated dependencies:
82
+ - @itwin/presentation-shared@1.2.9
83
+
68
84
  ## 1.3.8
69
85
 
70
86
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-core-interop",
3
- "version": "1.4.0-alpha.6",
3
+ "version": "1.4.0-alpha.7",
4
4
  "description": "The package acts as a layer between iTwin.js Core and Presentation packages.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -31,7 +31,7 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "rxjs": "^7.8.2",
34
- "@itwin/presentation-shared": "~2.0.0-alpha.7"
34
+ "@itwin/presentation-shared": "~2.0.0-alpha.8"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@itwin/core-bentley": "^4.1.0 || ^5.0.0",
@@ -41,12 +41,12 @@
41
41
  "@itwin/ecschema-metadata": "^4.1.0 || ^5.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@itwin/build-tools": "^5.5.2",
45
- "@itwin/core-bentley": "5.6.0-dev.17",
46
- "@itwin/core-common": "5.6.0-dev.17",
47
- "@itwin/core-geometry": "5.6.0-dev.17",
48
- "@itwin/core-quantity": "5.6.0-dev.17",
49
- "@itwin/ecschema-metadata": "5.6.0-dev.17",
44
+ "@itwin/build-tools": "^5.6.2",
45
+ "@itwin/core-bentley": "^5.6.2",
46
+ "@itwin/core-common": "^5.6.2",
47
+ "@itwin/core-geometry": "^5.6.2",
48
+ "@itwin/core-quantity": "^5.6.2",
49
+ "@itwin/ecschema-metadata": "^5.6.2",
50
50
  "@itwin/eslint-plugin": "5.1.0",
51
51
  "@types/chai": "^5.2.3",
52
52
  "@types/chai-as-promised": "^8.0.2",
@@ -57,9 +57,9 @@
57
57
  "chai": "^5.3.3",
58
58
  "chai-as-promised": "^8.0.2",
59
59
  "cpx2": "^7.0.2",
60
- "eslint": "^9.39.2",
60
+ "eslint": "^9.39.3",
61
61
  "mocha": "^11.7.5",
62
- "rimraf": "^6.1.2",
62
+ "rimraf": "^6.1.3",
63
63
  "rxjs-for-await": "^1.0.0",
64
64
  "sinon": "^19.0.5",
65
65
  "sinon-chai": "^4.0.1",