Skip to content

Commit

Permalink
Merge pull request #338 from MurhafSousli/hotfix
Browse files Browse the repository at this point in the history
v7.5.2
  • Loading branch information
MurhafSousli authored Dec 21, 2020
2 parents 7d0b6c5 + eb7dcc3 commit 13f967f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 7.5.1
## 7.5.2

- fix build: Add resize-observer-browser dependency, closes [#336](https://github.com/MurhafSousli/ngx-scrollbar/issues/336) in [2d50282](https://github.com/MurhafSousli/ngx-scrollbar/commit/2d50282c4e039007ad2531ffacf7dddeeb89bda7).
- fix build: Add resize-observer-browser dependency, closes [#336](https://github.com/MurhafSousli/ngx-scrollbar/issues/336) in [60dd480](https://github.com/MurhafSousli/ngx-scrollbar/pull/338/commits/60dd480d17949aaf656fa550589a940664cd6229).

## 7.5.0

Expand Down
8 changes: 5 additions & 3 deletions projects/ngx-scrollbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-scrollbar",
"version": "7.5.1",
"version": "7.5.2",
"license": "MIT",
"homepage": "https://ngx-scrollbar.netlify.com/",
"author": {
Expand All @@ -21,9 +21,11 @@
],
"dependencies": {
"bezier-easing": "*",
"resize-observer-browser": "*",
"tslib": "^2.0.0"
},
},
"devDependencies": {
"@types/resize-observer-browser": "*"
},
"peerDependencies": {
"@angular/common": ">=8.0.0",
"@angular/core": ">=8.0.0",
Expand Down

0 comments on commit 13f967f

Please sign in to comment.