@itwin/unified-selection 1.6.5 → 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 +50 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
3
11
|
## 1.6.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -25,6 +33,12 @@
|
|
|
25
33
|
- Updated dependencies:
|
|
26
34
|
- @itwin/presentation-shared@1.2.5
|
|
27
35
|
|
|
36
|
+
## 1.6.3-alpha.0
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
- [#1130](https://github.com/iTwin/presentation/pull/1130): Version bump
|
|
41
|
+
|
|
28
42
|
## 1.6.2
|
|
29
43
|
|
|
30
44
|
### Patch Changes
|
|
@@ -33,6 +47,14 @@
|
|
|
33
47
|
- Updated dependencies:
|
|
34
48
|
- @itwin/presentation-shared@1.2.4
|
|
35
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
|
+
|
|
36
58
|
## 1.6.1
|
|
37
59
|
|
|
38
60
|
### Patch Changes
|
|
@@ -64,6 +86,20 @@
|
|
|
64
86
|
- Updated dependencies:
|
|
65
87
|
- @itwin/presentation-shared@1.2.3
|
|
66
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
|
+
|
|
67
103
|
## 1.5.0
|
|
68
104
|
|
|
69
105
|
### Minor Changes
|
|
@@ -101,6 +137,13 @@
|
|
|
101
137
|
});
|
|
102
138
|
```
|
|
103
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
|
+
|
|
104
147
|
## 1.4.2
|
|
105
148
|
|
|
106
149
|
### Patch Changes
|
|
@@ -109,6 +152,13 @@
|
|
|
109
152
|
- Updated dependencies:
|
|
110
153
|
- @itwin/presentation-shared@1.2.2
|
|
111
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
|
+
|
|
112
162
|
## 1.4.1
|
|
113
163
|
|
|
114
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": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
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
45
|
"@itwin/build-tools": "^5.5.1",
|