@itwin/unified-selection 1.6.4 → 1.6.6-alpha.0
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.
- package/CHANGELOG.md +59 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @itwin/unified-selection
|
|
2
2
|
|
|
3
|
+
## 1.6.6-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1180](https://github.com/iTwin/presentation/pull/1180): Version bump
|
|
8
|
+
- Updated dependencies:
|
|
9
|
+
- @itwin/presentation-shared@2.0.0-alpha.6
|
|
10
|
+
|
|
11
|
+
## 1.6.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1168](https://github.com/iTwin/presentation/pull/1168): Bump dependencies.
|
|
16
|
+
- [#1161](https://github.com/iTwin/presentation/pull/1161): Bump iTwin.js dependencies to `^5.5.0`.
|
|
17
|
+
- Updated dependencies:
|
|
18
|
+
- @itwin/presentation-shared@1.2.7
|
|
19
|
+
|
|
3
20
|
## 1.6.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -16,6 +33,12 @@
|
|
|
16
33
|
- Updated dependencies:
|
|
17
34
|
- @itwin/presentation-shared@1.2.5
|
|
18
35
|
|
|
36
|
+
## 1.6.3-alpha.0
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- [#1130](https://github.com/iTwin/presentation/pull/1130): Version bump
|
|
41
|
+
|
|
19
42
|
## 1.6.2
|
|
20
43
|
|
|
21
44
|
### Patch Changes
|
|
@@ -24,6 +47,14 @@
|
|
|
24
47
|
- Updated dependencies:
|
|
25
48
|
- @itwin/presentation-shared@1.2.4
|
|
26
49
|
|
|
50
|
+
## 1.6.2-alpha.0
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- [#1112](https://github.com/iTwin/presentation/pull/1112): Version bump
|
|
55
|
+
- Updated dependencies:
|
|
56
|
+
- @itwin/presentation-shared@2.0.0-alpha.3
|
|
57
|
+
|
|
27
58
|
## 1.6.1
|
|
28
59
|
|
|
29
60
|
### Patch Changes
|
|
@@ -55,6 +86,20 @@
|
|
|
55
86
|
- Updated dependencies:
|
|
56
87
|
- @itwin/presentation-shared@1.2.3
|
|
57
88
|
|
|
89
|
+
## 1.5.1-alpha.1
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
|
|
94
|
+
- Updated dependencies:
|
|
95
|
+
- @itwin/presentation-shared@2.0.0-alpha.2
|
|
96
|
+
|
|
97
|
+
## 1.5.1-alpha.0
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- [#1031](https://github.com/iTwin/presentation/pull/1031): Version bump
|
|
102
|
+
|
|
58
103
|
## 1.5.0
|
|
59
104
|
|
|
60
105
|
### Minor Changes
|
|
@@ -92,6 +137,13 @@
|
|
|
92
137
|
});
|
|
93
138
|
```
|
|
94
139
|
|
|
140
|
+
## 1.4.3-alpha.0
|
|
141
|
+
|
|
142
|
+
### Patch Changes
|
|
143
|
+
|
|
144
|
+
- Updated dependencies:
|
|
145
|
+
- @itwin/presentation-shared@2.0.0-alpha.1
|
|
146
|
+
|
|
95
147
|
## 1.4.2
|
|
96
148
|
|
|
97
149
|
### Patch Changes
|
|
@@ -100,6 +152,13 @@
|
|
|
100
152
|
- Updated dependencies:
|
|
101
153
|
- @itwin/presentation-shared@1.2.2
|
|
102
154
|
|
|
155
|
+
## 1.4.2-alpha.0
|
|
156
|
+
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- Updated dependencies:
|
|
160
|
+
- @itwin/presentation-shared@2.0.0-alpha.0
|
|
161
|
+
|
|
103
162
|
## 1.4.1
|
|
104
163
|
|
|
105
164
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/unified-selection",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.6-alpha.0",
|
|
4
4
|
"description": "Package for managing unified selection in iTwin.js applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@itwin/core-bentley": "^5.
|
|
39
|
+
"@itwin/core-bentley": "^5.5.1",
|
|
40
40
|
"rxjs": "^7.8.2",
|
|
41
41
|
"rxjs-for-await": "^1.0.0",
|
|
42
|
-
"@itwin/presentation-shared": "^
|
|
42
|
+
"@itwin/presentation-shared": "^2.0.0-alpha.6"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@itwin/build-tools": "^5.
|
|
45
|
+
"@itwin/build-tools": "^5.5.1",
|
|
46
46
|
"@itwin/eslint-plugin": "5.1.0",
|
|
47
47
|
"@types/chai": "^5.2.3",
|
|
48
48
|
"@types/chai-as-promised": "^8.0.2",
|
|
49
49
|
"@types/mocha": "^10.0.10",
|
|
50
|
-
"@types/node": "^22.19.
|
|
50
|
+
"@types/node": "^22.19.7",
|
|
51
51
|
"@types/sinon": "^17.0.4",
|
|
52
52
|
"@types/sinon-chai": "^4.0.0",
|
|
53
53
|
"c8": "^10.1.3",
|