@itwin/presentation-hierarchies 2.0.0-alpha.11 → 2.0.0-alpha.12

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 +16 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @itwin/presentation-hierarchies
2
2
 
3
+ ## 2.0.0-alpha.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1229](https://github.com/iTwin/presentation/pull/1229): Version bump
8
+ - Updated dependencies:
9
+ - @itwin/presentation-shared@2.0.0-alpha.8
10
+
3
11
  ## 2.0.0-alpha.11
4
12
 
5
13
  ### Major Changes
@@ -268,6 +276,14 @@
268
276
  - Updated dependencies:
269
277
  - @itwin/presentation-shared@2.0.0-alpha.0
270
278
 
279
+ ## 1.7.10
280
+
281
+ ### Patch Changes
282
+
283
+ - [#1215](https://github.com/iTwin/presentation/pull/1215): Update dependencies.
284
+ - Updated dependencies:
285
+ - @itwin/presentation-shared@1.2.9
286
+
271
287
  ## 1.7.9
272
288
 
273
289
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-hierarchies",
3
- "version": "2.0.0-alpha.11",
3
+ "version": "2.0.0-alpha.12",
4
4
  "description": "A package for creating hierarchies based on data in iTwin.js iModels.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -33,30 +33,30 @@
33
33
  "./package.json": "./package.json"
34
34
  },
35
35
  "dependencies": {
36
- "@itwin/core-bentley": "^5.5.2",
37
- "@itwin/core-common": "^5.5.2",
38
- "@itwin/core-geometry": "^5.5.2",
36
+ "@itwin/core-bentley": "^5.6.2",
37
+ "@itwin/core-common": "^5.6.2",
38
+ "@itwin/core-geometry": "^5.6.2",
39
39
  "natural-compare-lite": "^1.4.0",
40
40
  "rxjs": "^7.8.2",
41
- "@itwin/presentation-shared": "^2.0.0-alpha.7"
41
+ "@itwin/presentation-shared": "^2.0.0-alpha.8"
42
42
  },
43
43
  "devDependencies": {
44
- "@itwin/build-tools": "^5.5.2",
44
+ "@itwin/build-tools": "^5.6.2",
45
45
  "@itwin/eslint-plugin": "5.1.0",
46
46
  "@types/chai": "^5.2.3",
47
47
  "@types/chai-as-promised": "^8.0.2",
48
48
  "@types/mocha": "^10.0.10",
49
49
  "@types/natural-compare-lite": "^1.4.2",
50
- "@types/node": "^22.19.7",
50
+ "@types/node": "^22.19.13",
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.2",
57
+ "eslint": "^9.39.3",
58
58
  "mocha": "^11.7.5",
59
- "rimraf": "^6.1.2",
59
+ "rimraf": "^6.1.3",
60
60
  "sinon": "^19.0.5",
61
61
  "sinon-chai": "^4.0.1",
62
62
  "typescript": "~5.7.3",