Skip to content

Commit

Permalink
chore(update): beta release 1.0.0-rc.1 β
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Jun 29, 2020
1 parent bec72b6 commit 38d07d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
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": {
Expand Down
2 changes: 1 addition & 1 deletion projects/example/src/environments/version.ts
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 */
4 changes: 2 additions & 2 deletions projects/ngx-scrolltop/package.json
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": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"type": "github",
"url": "https://github.com/sponsors/bartholomej"
}
}
}

0 comments on commit 38d07d8

Please sign in to comment.