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 May 22, 2019
1 parent e8dc152 commit 1bce78b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 6.0.0 (2019-05-22)

### Other

- Adjust wrong peer dependency between core and directive module [#354](https://github.com/Nolanus/ngx-page-scroll/issues/354)
- Update dependencies


## 6.0.0-beta.1 (2019-02-15)

### Fix
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": "6.0.0-beta.1",
"version": "6.0.0",
"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": "6.0.0-beta.1",
"version": "6.0.0",
"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": "6.0.0-beta.1",
"ngx-page-scroll-core": "6.0.0",
"@angular/common": "^7.1.0",
"@angular/core": "^7.1.0"
}
Expand Down

0 comments on commit 1bce78b

Please sign in to comment.