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 Mar 7, 2020
1 parent 10f7a3d commit 9b4ffe1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### 7.0.1 (2020-03-07)

### Feature

- Use `fragment` attribute as scroll target source ([#403](https://github.com/Nolanus/ngx-page-scroll/issues/403))

### Fix

- Remove usage of deprecated `preserveQueryParams` ([#392](https://github.com/Nolanus/ngx-page-scroll/issues/392))

### Other

- Document the `scrollInView` feature, which has been around since last version
- Update demo application to angular 9

## 7.0.0 (2019-08-31)

### Breaking Change
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.0",
"version": "7.0.1",
"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.0",
"version": "7.0.1",
"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.0",
"ngx-page-scroll-core": "7.0.1",
"@angular/common": "^8.0.0 || ^9.0.0",
"@angular/core": "^8.0.0 || ^9.0.0"
}
Expand Down

0 comments on commit 9b4ffe1

Please sign in to comment.