Skip to content

Commit

Permalink
chore(release): bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolanus committed Feb 7, 2021
1 parent 537d395 commit 13eec46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 7.0.4 (2020-11-15)
### 7.0.4 (2021-02-07)

### Other

Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-page-scroll-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-page-scroll-core",
"version": "7.0.3",
"version": "7.0.4",
"description": "Animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand All @@ -24,8 +24,8 @@
},
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
"peerDependencies": {
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5"
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions projects/ngx-page-scroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-page-scroll",
"version": "7.0.3",
"version": "7.0.4",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand All @@ -25,8 +25,8 @@
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
"peerDependencies": {
"ngx-page-scroll-core": "7.0.3",
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5"
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 13eec46

Please sign in to comment.