Skip to content

Commit

Permalink
chore: bump version to v7 and add ng v18 support (#1277)
Browse files Browse the repository at this point in the history
* 7.0.0

* chore(release): angular-18 support
  • Loading branch information
lexasq authored Jul 15, 2024
1 parent a0d7eb5 commit 500b8bc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [7.0.0](https://github.com/valor-software/ng2-file-upload/compare/v6.0.0...v7.0.0) (2024-07-15)


### Bug Fixes

* **dependencies:** updated ngx-bootstrap and bootstrap ([bce773c](https://github.com/valor-software/ng2-file-upload/commit/bce773c2e3f2447caaa87d6992ff3e2f65d7c56c))
* **lint:** updated lint ([09d97db](https://github.com/valor-software/ng2-file-upload/commit/09d97dbb4a1267e9253ad1a0c8742f5256b7cdce))
* Added angular 18 support



# [6.0.0](https://github.com/valor-software/ng2-file-upload/compare/v5.0.0...v6.0.0) (2024-07-02)
* Added angular 17 support

Expand Down
2 changes: 1 addition & 1 deletion libs/ng2-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload",
"version": "6.0.0",
"version": "7.0.0",
"description": "Angular file uploader",
"author": "Dmitriy Shekhovtsov <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-file-upload-demo",
"version": "6.0.0",
"version": "7.0.0",
"private": true,
"description": "Angular file upload directives",
"scripts": {
Expand Down

0 comments on commit 500b8bc

Please sign in to comment.