Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefling committed Nov 11, 2020
1 parent b35bcb7 commit 96b45b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog of ng-select2

## V7.1.10 (2020-11-11)

### Corrections

- also call markForCheck() on the change detector when the filtered values are set
- support for Angular versions up to 10

## V7.1.9 (2020-11-02)

### Corrections
Expand Down
6 changes: 3 additions & 3 deletions projects/ng-select2-component/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ng-select2-component",
"version": "7.1.9",
"version": "7.1.10",
"peerDependencies": {
"@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"repository": {
Expand All @@ -21,4 +21,4 @@
"angular",
"select2"
]
}
}

0 comments on commit 96b45b3

Please sign in to comment.