@itwin/unified-selection 1.5.1-alpha.1 → 1.5.1

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 +0 -28
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,19 +1,5 @@
1
1
  # @itwin/unified-selection
2
2
 
3
- ## 1.5.1-alpha.1
4
-
5
- ### Patch Changes
6
-
7
- - [#1042](https://github.com/iTwin/presentation/pull/1042): Version bump
8
- - Updated dependencies:
9
- - @itwin/presentation-shared@2.0.0-alpha.2
10
-
11
- ## 1.5.1-alpha.0
12
-
13
- ### Patch Changes
14
-
15
- - [#1031](https://github.com/iTwin/presentation/pull/1031): Version bump
16
-
17
3
  ## 1.5.1
18
4
 
19
5
  ### Patch Changes
@@ -60,13 +46,6 @@
60
46
  });
61
47
  ```
62
48
 
63
- ## 1.4.3-alpha.0
64
-
65
- ### Patch Changes
66
-
67
- - Updated dependencies:
68
- - @itwin/presentation-shared@2.0.0-alpha.1
69
-
70
49
  ## 1.4.2
71
50
 
72
51
  ### Patch Changes
@@ -75,13 +54,6 @@
75
54
  - Updated dependencies:
76
55
  - @itwin/presentation-shared@1.2.2
77
56
 
78
- ## 1.4.2-alpha.0
79
-
80
- ### Patch Changes
81
-
82
- - Updated dependencies:
83
- - @itwin/presentation-shared@2.0.0-alpha.0
84
-
85
57
  ## 1.4.1
86
58
 
87
59
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/unified-selection",
3
- "version": "1.5.1-alpha.1",
3
+ "version": "1.5.1",
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.1.1",
40
40
  "rxjs": "^7.8.1",
41
41
  "rxjs-for-await": "^1.0.0",
42
- "@itwin/presentation-shared": "^2.0.0-alpha.2"
42
+ "@itwin/presentation-shared": "^1.2.3"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@itwin/build-tools": "^5.1.1",