@itwin/presentation-frontend 5.1.0-dev.5 → 5.1.0-dev.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 +14 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # Change Log - @itwin/presentation-frontend
2
2
 
3
- This log was last generated on Thu, 10 Apr 2025 17:50:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Apr 2025 13:16:15 GMT and should not be manually modified.
4
+
5
+ ## 4.11.1
6
+ Wed, 30 Apr 2025 13:13:21 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.11.0
11
+ Wed, 16 Apr 2025 15:50:28 GMT
12
+
13
+ ### Updates
14
+
15
+ - Bumped `@itwin/unified-selection` version.
16
+ - Fix selection changes not being handled when using multiple connections to the same iModel
4
17
 
5
18
  ## 4.10.13
6
19
  Thu, 10 Apr 2025 17:47:21 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "5.1.0-dev.5",
3
+ "version": "5.1.0-dev.7",
4
4
  "description": "Frontend of iModel.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,12 +36,12 @@
36
36
  "rxjs-for-await": "^1.0.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@itwin/core-bentley": "5.1.0-dev.5",
40
- "@itwin/core-frontend": "5.1.0-dev.5",
41
- "@itwin/ecschema-metadata": "5.1.0-dev.5",
42
- "@itwin/core-common": "5.1.0-dev.5",
43
- "@itwin/core-quantity": "5.1.0-dev.5",
44
- "@itwin/presentation-common": "5.1.0-dev.5"
39
+ "@itwin/core-bentley": "5.1.0-dev.7",
40
+ "@itwin/ecschema-metadata": "5.1.0-dev.7",
41
+ "@itwin/core-common": "5.1.0-dev.7",
42
+ "@itwin/core-quantity": "5.1.0-dev.7",
43
+ "@itwin/core-frontend": "5.1.0-dev.7",
44
+ "@itwin/presentation-common": "5.1.0-dev.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -71,15 +71,15 @@
71
71
  "sinon-chai": "^3.7.0",
72
72
  "typemoq": "^2.1.0",
73
73
  "typescript": "~5.6.2",
74
- "@itwin/core-common": "5.1.0-dev.5",
75
- "@itwin/build-tools": "5.1.0-dev.5",
76
- "@itwin/ecschema-metadata": "5.1.0-dev.5",
77
- "@itwin/core-quantity": "5.1.0-dev.5",
78
- "@itwin/core-bentley": "5.1.0-dev.5",
79
- "@itwin/core-i18n": "5.1.0-dev.5",
80
- "@itwin/core-frontend": "5.1.0-dev.5",
74
+ "@itwin/core-i18n": "5.1.0-dev.7",
75
+ "@itwin/build-tools": "5.1.0-dev.7",
76
+ "@itwin/core-bentley": "5.1.0-dev.7",
77
+ "@itwin/core-quantity": "5.1.0-dev.7",
78
+ "@itwin/core-common": "5.1.0-dev.7",
79
+ "@itwin/ecschema-metadata": "5.1.0-dev.7",
80
+ "@itwin/presentation-common": "5.1.0-dev.7",
81
81
  "internal-tools": "3.0.0-dev.69",
82
- "@itwin/presentation-common": "5.1.0-dev.5"
82
+ "@itwin/core-frontend": "5.1.0-dev.7"
83
83
  },
84
84
  "scripts": {
85
85
  "build": "npm run -s build:cjs && npm run -s build:esm",