Skip to content

Commit 311357b

Browse files
committed
chore(update): patch release 19.0.1 🐛
1 parent 67112a0 commit 311357b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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": "19.0.0",
3+
"version": "19.0.1",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)",
66
"scripts": {

projects/ngx-scrolltop/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
> No dependencies.
1414
> **Pure Angular!**
1515
16-
> **Angular 18**, Angular Universal (**SSR**) a **Standalone Components** compatible
16+
> **Angular 19**, Angular Universal (**SSR**) a **Standalone Components** compatible
1717
1818
Just hit the button to smoothly scroll back to the top of the page. [Here's the demo.](http://bartholomej.github.io/ngx-scrolltop/)
1919

2020
- Lightweight _(~2 kB gzipped)_
21-
- **Angular 18** compatible
21+
- **Angular 19** compatible
2222
- **Standalone Components** compatible
2323
- Signals compatible
2424
- No dependencies! _(only smooth scroll-behavior polyfill for iOS)_
@@ -55,7 +55,8 @@ npm install ngx-scrolltop --save # for lastest Angular only! See our compatibili
5555

5656
| Angular version | ngx-scrolltop | Install |
5757
| --------------- | ------------- | ---------------------------------- |
58-
| ng18 | v18.x.x | `npm install ngx-scrolltop@latest` |
58+
| ng19 | v19.x.x | `npm install ngx-scrolltop@latest` |
59+
| ng18 | v18.x.x | `npm install ngx-scrolltop@18` |
5960
| ng17 | v17.x.x | `npm install ngx-scrolltop@17` |
6061
| ng16 | v6.x.x | `ng add ngx-scrolltop@6` |
6162
| ng15 | v6.x.x | `ng add ngx-scrolltop@6` |

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": "19.0.0",
3+
"version": "19.0.1",
44
"description": "Lightweight, Material Design inspired button for scroll-to-top of the page. No dependencies. Pure Angular!",
55
"author": "Lukas Bartak <bart@bartweb.cz> (https://github.com/bartholomej)",
66
"peerDependencies": {

0 commit comments

Comments
 (0)