Skip to content

Commit

Permalink
Update tippy.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
farengeyt451 committed Nov 23, 2021
1 parent 10ec51a commit b82569e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
[![npm](https://img.shields.io/npm/dw/ngx-tippy-wrapper?color=%230879b9&logo=npm&style=flat-square)](https://www.npmjs.com/package/ngx-tippy-wrapper)
[![GitHub](https://img.shields.io/github/license/farengeyt451/ngx-tippy-wrapper?color=%230879b9&logo=MicroStrategy&style=flat-square)](https://github.com/farengeyt451/ngx-tippy-wrapper/blob/master/LICENSE)
[![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-tippy-wrapper?color=%230879b9&logo=Webpack&style=flat-square)](https://bundlephobia.com/package/ngx-tippy-wrapper)
[![Tippy.js](https://img.shields.io/badge/tippy.js-v.6.3.2-%230879b9?style=flat-square&logo=Linux%20Foundation
)](https://github.com/atomiks/tippyjs/releases)
[![Tippy.js](https://img.shields.io/badge/tippy.js-v.6.3.7-%230879b9?style=flat-square&logo=Linux%20Foundation)](https://github.com/atomiks/tippyjs/releases)

</div>

Expand Down Expand Up @@ -303,6 +302,7 @@ _\*You can get `tippyName` using outlet context_
```

8. **`component`**:

```html
<button [ngxTippy]="component">Element with tooltip</button>
```
Expand Down
1 change: 1 addition & 0 deletions projects/ngx-tippy-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
[![npm](https://img.shields.io/npm/dw/ngx-tippy-wrapper?color=%230879b9&logo=npm&style=flat-square)](https://www.npmjs.com/package/ngx-tippy-wrapper)
[![GitHub](https://img.shields.io/github/license/farengeyt451/ngx-tippy-wrapper?color=%230879b9&logo=MicroStrategy&style=flat-square)](https://github.com/farengeyt451/ngx-tippy-wrapper/blob/master/LICENSE)
[![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-tippy-wrapper?color=%230879b9&logo=Webpack&style=flat-square)](https://bundlephobia.com/package/ngx-tippy-wrapper)
[![Tippy.js](https://img.shields.io/badge/tippy.js-v.6.3.7-%230879b9?style=flat-square&logo=Linux%20Foundation)](https://github.com/atomiks/tippyjs/releases)

</div>

Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-tippy-wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions projects/ngx-tippy-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-tippy-wrapper",
"version": "4.0.0",
"version": "4.0.1",
"description": "Angular wrapper for Tippy.js",
"keywords": [
"angular tooltip",
Expand Down Expand Up @@ -31,6 +31,6 @@
"bugs": "https://github.com/farengeyt451/ngx-tippy-wrapper/issues",
"dependencies": {
"tslib": "^2.3.1",
"tippy.js": "^6.3.2"
"tippy.js": "^6.3.7"
}
}

0 comments on commit b82569e

Please sign in to comment.