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 Jun 3, 2021
1 parent 21a8ac4 commit 5577ff6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 7.0.5 (2021-06-03)

### Fix

- Peer dependency version mismatch ([#429](https://github.com/Nolanus/ngx-page-scroll/issues/429))

### Other

- Remove existing instance warning

### 7.0.4 (2021-02-07)

### Other
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "7.0.5",
"description": "Animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 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.4",
"version": "7.0.5",
"description": "Convenience directive for animated scrolling functionality for angular written in pure typescript",
"keywords": [
"angular",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/Nolanus/ngx-page-scroll#readme",
"peerDependencies": {
"ngx-page-scroll-core": "7.0.3",
"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"
},
Expand Down

0 comments on commit 5577ff6

Please sign in to comment.