@itwin/unified-selection 1.6.2 → 1.6.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @itwin/unified-selection
2
2
 
3
+ ## 1.6.3-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1130](https://github.com/iTwin/presentation/pull/1130): Version bump
8
+
3
9
  ## 1.6.2
4
10
 
5
11
  ### Patch Changes
@@ -8,6 +14,14 @@
8
14
  - Updated dependencies:
9
15
  - @itwin/presentation-shared@1.2.4
10
16
 
17
+ ## 1.6.2-alpha.0
18
+
19
+ ### Patch Changes
20
+
21
+ - [#1112](https://github.com/iTwin/presentation/pull/1112): Version bump
22
+ - Updated dependencies:
23
+ - @itwin/presentation-shared@2.0.0-alpha.3
24
+
11
25
  ## 1.6.1
12
26
 
13
27
  ### Patch Changes
@@ -39,6 +53,20 @@
39
53
  - Updated dependencies:
40
54
  - @itwin/presentation-shared@1.2.3
41
55
 
56
+ ## 1.5.1-alpha.1
57
+
58
+ ### Patch Changes
59
+
60
+ - [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
61
+ - Updated dependencies:
62
+ - @itwin/presentation-shared@2.0.0-alpha.2
63
+
64
+ ## 1.5.1-alpha.0
65
+
66
+ ### Patch Changes
67
+
68
+ - [#1031](https://github.com/iTwin/presentation/pull/1031): Version bump
69
+
42
70
  ## 1.5.0
43
71
 
44
72
  ### Minor Changes
@@ -76,6 +104,13 @@
76
104
  });
77
105
  ```
78
106
 
107
+ ## 1.4.3-alpha.0
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies:
112
+ - @itwin/presentation-shared@2.0.0-alpha.1
113
+
79
114
  ## 1.4.2
80
115
 
81
116
  ### Patch Changes
@@ -84,6 +119,13 @@
84
119
  - Updated dependencies:
85
120
  - @itwin/presentation-shared@1.2.2
86
121
 
122
+ ## 1.4.2-alpha.0
123
+
124
+ ### Patch Changes
125
+
126
+ - Updated dependencies:
127
+ - @itwin/presentation-shared@2.0.0-alpha.0
128
+
87
129
  ## 1.4.1
88
130
 
89
131
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/unified-selection",
3
- "version": "1.6.2",
3
+ "version": "1.6.3-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.3.3",
40
40
  "rxjs": "^7.8.2",
41
41
  "rxjs-for-await": "^1.0.0",
42
- "@itwin/presentation-shared": "^1.2.4"
42
+ "@itwin/presentation-shared": "^2.0.0-alpha.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@itwin/build-tools": "^5.3.3",