diff --git a/packages/resizable-panes-next/README.md b/packages/resizable-panes-next/README.md index 3ffbb75..61bd597 100644 --- a/packages/resizable-panes-next/README.md +++ b/packages/resizable-panes-next/README.md @@ -8,7 +8,7 @@ -## [Quick Demo](https://bipankishore.github.io/resizable-panes/) +## [Quick Demo!][quick-demo-link] ## Key Features @@ -200,10 +200,12 @@ import {RATIO, BUTTOM_FIRST, TOP_FIRST} from 'resizable-panes-next' resizableApi.setSize(P2, nowP2Size + n, BUTTOM_FIRST) ``` -## [Quick Demo](https://bipankishore.github.io/resizable-panes/) +## [Quick Demo][quick-demo-link] ### Feel Free to Raise Pull Request +[quick-demo-link]:https://bipankishore.github.io/resizable-panes?lib=next + [nyc-link]:https://img.shields.io/nycrc/BipanKishore/resizable-panes?config=%2Fpackages%2Fresizable-panes-react%2F.nycrc [npm-link]: https://www.npmjs.com/package/resizable-panes-next diff --git a/packages/resizable-panes-next/package.json b/packages/resizable-panes-next/package.json index beaab00..2a0c567 100644 --- a/packages/resizable-panes-next/package.json +++ b/packages/resizable-panes-next/package.json @@ -1,6 +1,6 @@ { "name": "resizable-panes-next", - "version": "6.0.18", + "version": "6.0.19", "description": "A simple library for resizing elements in the browser", "module": "./lib/esm/index.esm.js", "main": "./lib/cjs/index.cjs.js",