@itwin/presentation-hierarchies-react 2.0.0-alpha.5 → 2.0.0-alpha.6

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 +6 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @itwin/presentation-hierarchies-react
2
2
 
3
+ ## 2.0.0-alpha.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#890](https://github.com/iTwin/presentation/pull/890): Fix alpha peer dependencies to no longer have caret.
8
+
3
9
  ## 2.0.0-alpha.5
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-hierarchies-react",
3
- "version": "2.0.0-alpha.5",
3
+ "version": "2.0.0-alpha.6",
4
4
  "description": "React components based on `@itwin/presentation-hierarchies`",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -45,12 +45,12 @@
45
45
  "react-error-boundary": "^4.0.13",
46
46
  "rxjs": "^7.8.1",
47
47
  "@itwin/presentation-hierarchies": "^1.4.1",
48
- "@itwin/unified-selection": "^1.3.0",
49
- "@itwin/presentation-shared": "^1.2.0"
48
+ "@itwin/presentation-shared": "^1.2.0",
49
+ "@itwin/unified-selection": "^1.3.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@itwin/itwinui-icons": "^5.0.0-alpha.3",
53
- "@itwin/itwinui-react": "^5.0.0-alpha.7",
52
+ "@itwin/itwinui-icons": "5.0.0-alpha.4",
53
+ "@itwin/itwinui-react": "5.0.0-alpha.7",
54
54
  "react": "^17.0.0 || ^18.0.0",
55
55
  "react-dom": "^17.0.0 || ^18.0.0"
56
56
  },
@@ -64,8 +64,8 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@itwin/build-tools": "5.0.0-dev.67",
67
- "@itwin/itwinui-icons": "^5.0.0-alpha.3",
68
- "@itwin/itwinui-react": "^5.0.0-alpha.7",
67
+ "@itwin/itwinui-icons": "5.0.0-alpha.4",
68
+ "@itwin/itwinui-react": "5.0.0-alpha.7",
69
69
  "@testing-library/dom": "^10.3.2",
70
70
  "@testing-library/react": "^16.0.0",
71
71
  "@testing-library/user-event": "^14.5.2",