Skip to content

Commit

Permalink
chore(update): patch release 0.5.3 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Sep 30, 2019
1 parent b985462 commit d10e732
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrolltop",
"version": "0.5.2",
"version": "0.5.3",
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"scripts": {
Expand Down
11 changes: 7 additions & 4 deletions projects/ngx-scrolltop/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<p align="center">
<img src="_assets/ngx-scrolltop_logo.svg" width="120">
<h1 align="center">Angular ScrollTop Button</h1>
</p>

[![npm version](https://badge.fury.io/js/ngx-scrolltop.svg)](https://badge.fury.io/js/ngx-scrolltop)
[![Join the chat at https://gitter.im/ngx-scrolltop/Lobby](https://badges.gitter.im/ngx-scrolltop/Lobby.svg)](https://gitter.im/ngx-scrolltop/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
![](https://github.com/bartholomej/ngx-scrolltop/workflows/Build%20&%20Tests%20&%20Publish/badge.svg)
[![volkswagen status](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)

# Angular ScrollTop Button

Lightweight, **Material Design inspired button for scroll-to-top** of the page. No dependencies. **Pure Angular!**

**Angular 8, Ivy and SSR compatible!**
Expand All @@ -19,7 +22,7 @@ Just hit the button to smoothly scroll back to the top of the page. [Here's the
- Smoothly animated
- Highly customizable [options](#options)...

![Demo animation](https://github.com/bartholomej/material-scrollTop/blob/master/demo/images/material-scrolltop-animation.gif)
![Demo animation](https://github.com/bartholomej/material-scrollTop/blob/master/demo/images/material-scrolltop-animation.gif?raw=true)

## Demo (example)

Expand All @@ -34,7 +37,7 @@ Watch this: [http://bartholomej.github.io/ngx-scrolltop/
ng add ngx-scrolltop
```

**Everything done!**
**Everything's done!**

_Now just see some [options](#options)._

Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-scrolltop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrolltop",
"version": "0.5.2",
"version": "0.5.3",
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
"peerDependencies": {
Expand Down

0 comments on commit d10e732

Please sign in to comment.