Skip to content

Commit 38d07d8

Browse files
committed
chore(update): beta release 1.0.0-rc.1 β
1 parent bec72b6 commit 38d07d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8.4",
3+
"version": "1.0.0-rc.1",
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": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
22
/* tslint:disable */
33
export const VERSION = {
4-
TAG: '0.8.4',
4+
TAG: '1.0.0-rc.1',
55
COMMIT_HASH: '',
66
};
77
/* tslint:enable */

projects/ngx-scrolltop/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": "0.8.4",
3+
"version": "1.0.0-rc.1",
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": {
@@ -35,4 +35,4 @@
3535
"type": "github",
3636
"url": "https://github.com/sponsors/bartholomej"
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)