Skip to content

Commit 0857168

Browse files
authored
Merge pull request #1286 from valor-software/alex-bump-version
Alex bump version
2 parents 9d72218 + ff3ae7a commit 0857168

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ src/**/*.map
3838
scripts/**/*.js
3939
scripts/**/*.map
4040

41-
.nx/cache
41+
.nx/
4242
.yarn
4343
.nx/

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [8.0.0](https://github.com/valor-software/ng2-file-upload/compare/v7.0.0...v7.0.1) (2025-01-15)
2+
3+
4+
* Added angular 19 support
5+
6+
17
## [7.0.1](https://github.com/valor-software/ng2-file-upload/compare/v7.0.0...v7.0.1) (2024-07-17)
28

39

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-file-upload-demo",
3-
"version": "7.0.1",
3+
"version": "8.0.0",
44
"private": true,
55
"description": "Angular file upload directives",
66
"scripts": {

0 commit comments

Comments
 (0)