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

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 +10 -36
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,26 +1,28 @@
1
1
  # @itwin/unified-selection
2
2
 
3
- ## 1.6.3-alpha.0
3
+ ## 1.6.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [#1130](https://github.com/iTwin/presentation/pull/1130): Version bump
7
+ - [#1152](https://github.com/iTwin/presentation/pull/1152): Bump dependencies.
8
+ - Updated dependencies:
9
+ - @itwin/presentation-shared@1.2.6
8
10
 
9
- ## 1.6.2
11
+ ## 1.6.3
10
12
 
11
13
  ### Patch Changes
12
14
 
13
- - [#1124](https://github.com/iTwin/presentation/pull/1124): Bump dependencies.
15
+ - [#1139](https://github.com/iTwin/presentation/pull/1139): Bump dependencies.
14
16
  - Updated dependencies:
15
- - @itwin/presentation-shared@1.2.4
17
+ - @itwin/presentation-shared@1.2.5
16
18
 
17
- ## 1.6.2-alpha.0
19
+ ## 1.6.2
18
20
 
19
21
  ### Patch Changes
20
22
 
21
- - [#1112](https://github.com/iTwin/presentation/pull/1112): Version bump
23
+ - [#1124](https://github.com/iTwin/presentation/pull/1124): Bump dependencies.
22
24
  - Updated dependencies:
23
- - @itwin/presentation-shared@2.0.0-alpha.3
25
+ - @itwin/presentation-shared@1.2.4
24
26
 
25
27
  ## 1.6.1
26
28
 
@@ -53,20 +55,6 @@
53
55
  - Updated dependencies:
54
56
  - @itwin/presentation-shared@1.2.3
55
57
 
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
58
  ## 1.5.0
71
59
 
72
60
  ### Minor Changes
@@ -104,13 +92,6 @@
104
92
  });
105
93
  ```
106
94
 
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
95
  ## 1.4.2
115
96
 
116
97
  ### Patch Changes
@@ -119,13 +100,6 @@
119
100
  - Updated dependencies:
120
101
  - @itwin/presentation-shared@1.2.2
121
102
 
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
103
  ## 1.4.1
130
104
 
131
105
  ### 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.4",
4
4
  "description": "Package for managing unified selection in iTwin.js applications.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,31 +36,31 @@
36
36
  "./package.json": "./package.json"
37
37
  },
38
38
  "dependencies": {
39
- "@itwin/core-bentley": "^5.3.3",
39
+ "@itwin/core-bentley": "^5.4.2",
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.6"
43
43
  },
44
44
  "devDependencies": {
45
- "@itwin/build-tools": "^5.3.3",
45
+ "@itwin/build-tools": "^5.4.2",
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.3",
51
51
  "@types/sinon": "^17.0.4",
52
52
  "@types/sinon-chai": "^4.0.0",
53
53
  "c8": "^10.1.3",
54
54
  "chai": "^5.3.3",
55
55
  "chai-as-promised": "^8.0.2",
56
56
  "cpx2": "^7.0.2",
57
- "eslint": "^9.39.1",
57
+ "eslint": "^9.39.2",
58
58
  "mocha": "^11.7.5",
59
59
  "rimraf": "^6.1.2",
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",