Skip to content

Commit

Permalink
update README & version
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Oct 11, 2019
1 parent 6713ced commit 13aeab1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/overlayscrollbars-ngx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<h6 align="center">
<a href="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/angular/angular"><img src="https://img.shields.io/badge/Angular-%5E7.0.0-DD0031?style=flat-square&logo=Angular" alt="Angular"></a>
<a href="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/KingSora/OverlayScrollbars"><img src="https://img.shields.io/badge/OverlayScrollbars-%5E1.9.0-36befd?style=flat-square" alt="OverlayScrollbars"></a>
<a href="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/KingSora/OverlayScrollbars"><img src="https://img.shields.io/badge/OverlayScrollbars-%5E1.10.0-36befd?style=flat-square" alt="OverlayScrollbars"></a>
<a href="https://www.npmjs.com/package/overlayscrollbars-ngx"><img src="https://img.shields.io/npm/dt/overlayscrollbars-ngx.svg?style=flat-square" alt="Downloads"></a>
<a href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars-ngx/LICENSE"><img src="https://img.shields.io/github/license/kingsora/overlayscrollbars.svg?style=flat-square" alt="License"></a>
</h6>
Expand Down
2 changes: 1 addition & 1 deletion packages/overlayscrollbars-ngx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@angular/core": "^7.0.0",
"overlayscrollbars": "^1.9.0"
"overlayscrollbars": "^1.10.0"
},
"scripts": {
"setup": "npm i && cd example && npm i && cd ..",
Expand Down
2 changes: 1 addition & 1 deletion packages/overlayscrollbars-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<h6 align="center">
<a href="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/facebook/react/"><img src="https://img.shields.io/badge/React-%5E16.4.0-61dafb?style=flat-square&logo=React" alt="React"></a>
<a href="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/KingSora/OverlayScrollbars"><img src="https://img.shields.io/badge/OverlayScrollbars-%5E1.9.0-36befd?style=flat-square" alt="OverlayScrollbars"></a>
<a href="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/KingSora/OverlayScrollbars"><img src="https://img.shields.io/badge/OverlayScrollbars-%5E1.10.0-36befd?style=flat-square" alt="OverlayScrollbars"></a>
<a href="https://www.npmjs.com/package/overlayscrollbars-react"><img src="https://img.shields.io/npm/dt/overlayscrollbars-react.svg?style=flat-square" alt="Downloads"></a>
<a href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars-react/LICENSE"><img src="https://img.shields.io/github/license/kingsora/overlayscrollbars.svg?style=flat-square" alt="License"></a>
</h6>
Expand Down
2 changes: 1 addition & 1 deletion packages/overlayscrollbars-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"react": "^16.4.0",
"overlayscrollbars": "^1.9.0"
"overlayscrollbars": "^1.10.0"
},
"scripts": {
"setup": "npm i && cd example && npm i && cd ..",
Expand Down
2 changes: 1 addition & 1 deletion packages/overlayscrollbars-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>
<h6 align="center">
<a href="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/vuejs/vue"><img src="https://img.shields.io/badge/Vue-%5E2.6.0-41B883?style=flat-square&logo=vue.js" alt="Vue"></a>
<a href="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/KingSora/OverlayScrollbars"><img src="https://img.shields.io/badge/OverlayScrollbars-%5E1.9.0-36befd?style=flat-square" alt="OverlayScrollbars"></a>
<a href="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/KingSora/OverlayScrollbars"><img src="https://img.shields.io/badge/OverlayScrollbars-%5E1.10.0-36befd?style=flat-square" alt="OverlayScrollbars"></a>
<a href="https://www.npmjs.com/package/overlayscrollbars-vue"><img src="https://img.shields.io/npm/dt/overlayscrollbars-vue.svg?style=flat-square" alt="Downloads"></a>
<a href="https://github.com/KingSora/OverlayScrollbars/blob/master/packages/overlayscrollbars-vue/LICENSE"><img src="https://img.shields.io/github/license/kingsora/overlayscrollbars.svg?style=flat-square" alt="License"></a>
</h6>
Expand Down
2 changes: 1 addition & 1 deletion packages/overlayscrollbars-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"peerDependencies": {
"vue": "^2.6.0",
"overlayscrollbars": "^1.9.0"
"overlayscrollbars": "^1.10.0"
},
"scripts": {
"setup": "npm i && cd example && npm i && cd ..",
Expand Down

0 comments on commit 13aeab1

Please sign in to comment.