Skip to content

Commit 13eec46

Browse files
committed
chore(release): bump version number, update changelog
1 parent 537d395 commit 13eec46

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 7.0.4 (2020-11-15)
1+
### 7.0.4 (2021-02-07)
22

33
### Other
44

projects/ngx-page-scroll-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-page-scroll-core",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Animated scrolling functionality for angular written in pure typescript",
55
"keywords": [
66
"angular",
@@ -24,8 +24,8 @@
2424
},
2525
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
2626
"peerDependencies": {
27-
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5",
28-
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5"
27+
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0",
28+
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
2929
},
3030
"dependencies": {
3131
"tslib": "^2.0.0"

projects/ngx-page-scroll/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-page-scroll",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
55
"keywords": [
66
"angular",
@@ -25,8 +25,8 @@
2525
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
2626
"peerDependencies": {
2727
"ngx-page-scroll-core": "7.0.3",
28-
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5",
29-
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5"
28+
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0",
29+
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
3030
},
3131
"dependencies": {
3232
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)