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 Oct 17, 2021
1 parent 7bbe113 commit 8521b08
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 7.0.6 (2021-10-17)

### Other

- Add angular v12 to supported versions
- Update demo app to angular 12

### 7.0.5 (2021-06-03)

### Fix
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.5",
"version": "7.0.6",
"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 || ^11.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0"
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "7.0.6",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
"peerDependencies": {
"ngx-page-scroll-core": "7.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"
"ngx-page-scroll-core": "7.0.6",
"@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0",
"@angular/core": "^8.0.0 || ^9.0.0 || ^10.0.5 || ^11.0.0 || ^12.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 8521b08

Please sign in to comment.