@itwin/unified-selection 1.6.3-alpha.0 → 1.6.3

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 +4 -38
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # @itwin/unified-selection
2
2
 
3
- ## 1.6.3-alpha.0
3
+ ## 1.6.3
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1130](https://github.com/iTwin/presentation/pull/1130): Version bump
7
+ - [#1139](https://github.com/iTwin/presentation/pull/1139): Bump dependencies.
8
+ - Updated dependencies:
9
+ - @itwin/presentation-shared@1.2.5
8
10
 
9
11
  ## 1.6.2
10
12
 
@@ -14,14 +16,6 @@
14
16
  - Updated dependencies:
15
17
  - @itwin/presentation-shared@1.2.4
16
18
 
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
-
25
19
  ## 1.6.1
26
20
 
27
21
  ### Patch Changes
@@ -53,20 +47,6 @@
53
47
  - Updated dependencies:
54
48
  - @itwin/presentation-shared@1.2.3
55
49
 
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
-
70
50
  ## 1.5.0
71
51
 
72
52
  ### Minor Changes
@@ -104,13 +84,6 @@
104
84
  });
105
85
  ```
106
86
 
107
- ## 1.4.3-alpha.0
108
-
109
- ### Patch Changes
110
-
111
- - Updated dependencies:
112
- - @itwin/presentation-shared@2.0.0-alpha.1
113
-
114
87
  ## 1.4.2
115
88
 
116
89
  ### Patch Changes
@@ -119,13 +92,6 @@
119
92
  - Updated dependencies:
120
93
  - @itwin/presentation-shared@1.2.2
121
94
 
122
- ## 1.4.2-alpha.0
123
-
124
- ### Patch Changes
125
-
126
- - Updated dependencies:
127
- - @itwin/presentation-shared@2.0.0-alpha.0
128
-
129
95
  ## 1.4.1
130
96
 
131
97
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/unified-selection",
3
- "version": "1.6.3-alpha.0",
3
+ "version": "1.6.3",
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.3.3",
39
+ "@itwin/core-bentley": "^5.4.1",
40
40
  "rxjs": "^7.8.2",
41
41
  "rxjs-for-await": "^1.0.0",
42
- "@itwin/presentation-shared": "^2.0.0-alpha.4"
42
+ "@itwin/presentation-shared": "^1.2.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@itwin/build-tools": "^5.3.3",
45
+ "@itwin/build-tools": "^5.4.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.1",
50
+ "@types/node": "^22.19.2",
51
51
  "@types/sinon": "^17.0.4",
52
52
  "@types/sinon-chai": "^4.0.0",
53
53
  "c8": "^10.1.3",
@@ -60,7 +60,7 @@
60
60
  "sinon": "^19.0.5",
61
61
  "sinon-chai": "^4.0.1",
62
62
  "typescript": "~5.7.3",
63
- "presentation-test-utilities": "^0.0.0"
63
+ "presentation-test-utilities": "^0.0.1"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "npm run -s build:cjs && npm run -s build:esm",