@itwin/presentation-hierarchies 1.5.0 → 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.
- package/CHANGELOG.md +8 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @itwin/presentation-hierarchies
|
|
2
2
|
|
|
3
|
+
## 1.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#982](https://github.com/iTwin/presentation/pull/982): Update itwinjs-core dependencies to v5.0.0
|
|
8
|
+
- Updated dependencies:
|
|
9
|
+
- @itwin/presentation-shared@1.2.2
|
|
10
|
+
|
|
3
11
|
## 1.5.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/presentation-hierarchies",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"description": "A package for creating hierarchies based on data in iTwin.js iModels.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"./package.json": "./package.json"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@itwin/core-bentley": "^
|
|
37
|
-
"@itwin/core-common": "^
|
|
38
|
-
"@itwin/core-geometry": "^
|
|
36
|
+
"@itwin/core-bentley": "^5.0.0",
|
|
37
|
+
"@itwin/core-common": "^5.0.0",
|
|
38
|
+
"@itwin/core-geometry": "^5.0.0",
|
|
39
39
|
"natural-compare-lite": "^1.4.0",
|
|
40
40
|
"rxjs": "^7.8.1",
|
|
41
|
-
"@itwin/presentation-shared": "^1.2.
|
|
41
|
+
"@itwin/presentation-shared": "^1.2.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@itwin/build-tools": "
|
|
44
|
+
"@itwin/build-tools": "^5.0.0",
|
|
45
45
|
"@itwin/eslint-plugin": "5.1.0",
|
|
46
46
|
"@types/chai": "^5.2.0",
|
|
47
47
|
"@types/chai-as-promised": "^8.0.2",
|