@itwin/saved-views-react 0.9.7 → 0.9.8

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -158,7 +158,7 @@ function OpenSavedView(props) {
158
158
 
159
159
  ## Contributing
160
160
 
161
- We welcome contributions to make this package better. You can submit feature requests or report bugs by creating an [issue](https://github.com/iTwin/saved-views/issues).
161
+ [Contributing](../../README.md#contributing).
162
162
 
163
163
  ---
164
164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/saved-views-react",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -68,7 +68,7 @@
68
68
  "@itwin/itwinui-icons-react": "^2.9.0",
69
69
  "@itwin/itwinui-react": "^3.15.0",
70
70
  "fuse.js": "^6.6.2",
71
- "@itwin/saved-views-client": "^0.5.1"
71
+ "@itwin/saved-views-client": "^0.5.2"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "run-p build:*",