-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(update): beta release 1.0.0-rc.1 β
- Loading branch information
1 parent
bec72b6
commit 38d07d8
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngx-scrolltop", | ||
"version": "0.8.4", | ||
"version": "1.0.0-rc.1", | ||
"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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! | ||
/* tslint:disable */ | ||
export const VERSION = { | ||
TAG: '0.8.4', | ||
TAG: '1.0.0-rc.1', | ||
COMMIT_HASH: '', | ||
}; | ||
/* tslint:enable */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ngx-scrolltop", | ||
"version": "0.8.4", | ||
"version": "1.0.0-rc.1", | ||
"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": { | ||
|
@@ -35,4 +35,4 @@ | |
"type": "github", | ||
"url": "https://github.com/sponsors/bartholomej" | ||
} | ||
} | ||
} |