Skip to content

Commit b8c27de

Browse files
committed
chore(update): release 2.1.0 🚀
1 parent a4e0532 commit b8c27de

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-scrolltop",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
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": {
@@ -110,4 +110,4 @@
110110
"publishConfig": {
111111
"registry": "https://registry.npmjs.org"
112112
}
113-
}
113+
}

projects/ngx-scrolltop/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
> No dependencies.
1313
> **Pure Angular!**
1414
15-
> ✓ Angular 10, Ivy and Angular Universal (SSR) compatible
15+
> ✓ Angular 11, Ivy and Angular Universal (SSR) compatible
1616
1717
Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/)
1818

@@ -113,9 +113,7 @@ In **app.component.html** you just need to add your new button. Usually at the e
113113
Since version v2.0.0 you can use _content projection_ for your own symbol.
114114

115115
```html
116-
<ngx-scrolltop>
117-
118-
</ngx-scrolltop>
116+
<ngx-scrolltop> ↑ </ngx-scrolltop>
119117
```
120118

121119
Or you can even use your own components or fonts (e.g. fontAwesome)
@@ -189,7 +187,7 @@ If this project have helped you save time please consider [making a donation](ht
189187

190188
## License
191189

192-
Copyright &copy; 2020 [Lukas Bartak](http://bartweb.cz)
190+
Copyright &copy; 2021 [Lukas Bartak](http://bartweb.cz)
193191

194192
Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)
195193

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": "2.0.3",
3+
"version": "2.1.0",
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)