Skip to content

Commit d10e732

Browse files
committed
chore(update): patch release 0.5.3 🐛
1 parent b985462 commit d10e732

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
66
"scripts": {

projects/ngx-scrolltop/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
<p align="center">
2+
<img src="_assets/ngx-scrolltop_logo.svg" width="120">
3+
<h1 align="center">Angular ScrollTop Button</h1>
4+
</p>
5+
16
[![npm version](https://badge.fury.io/js/ngx-scrolltop.svg)](https://badge.fury.io/js/ngx-scrolltop)
27
[![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)
38
![](https://github.com/bartholomej/ngx-scrolltop/workflows/Build%20&%20Tests%20&%20Publish/badge.svg)
49
[![volkswagen status](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)
510

6-
# Angular ScrollTop Button
7-
811
Lightweight, **Material Design inspired button for scroll-to-top** of the page. No dependencies. **Pure Angular!**
912

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

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

2427
## Demo (example)
2528

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

37-
**Everything done!**
40+
**Everything's done!**
3841

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

projects/ngx-scrolltop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <[email protected]> (https://github.com/bartholomej)",
66
"peerDependencies": {

0 commit comments

Comments
 (0)