Skip to content

Commit 3bee86a

Browse files
Update version name
1 parent 114f051 commit 3bee86a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
## Change Log
2+
### [9.0.0](https://github.com/georgipeltekov/ngx-file-drop/compare/v8.0.8...v9.0.0) (2020-03-31)
3+
* Update to Angular 9
4+
25
### [8.0.8](https://github.com/georgipeltekov/ngx-file-drop/compare/v8.0.7...v8.0.8) (2019-09-26)
36
* Add directory parameter
47

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Overview
44

5-
An Angular 8 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
5+
An Angular 9 module for simple desktop file and folder drag and drop. This library does not need rxjs-compat.
66

7-
For Angular 7, 6, 5 and 4 support please use older versions.
7+
For previous Angular support please use older versions.
88

99
This library relies on HTML 5 File API thus IE and Safari are not supported
1010

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/ng-packagr/package.schema.json",
33
"name": "ngx-file-drop",
4-
"version": "8.0.8",
4+
"version": "9.0.0",
55
"description": "Angular ngx-file-drop - Simple desktop file and folder drag and drop",
66
"author": "Georgi Peltekov",
77
"license": "MIT",

0 commit comments

Comments
 (0)