Skip to content

Commit 206dae2

Browse files
chore(release): 1.17.4 [skip ci]
## [1.17.4](v1.17.3...v1.17.4) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([327849b](327849b)) * svg icon class ([71c132d](71c132d))
1 parent 327849b commit 206dae2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.17.4](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.3...v1.17.4) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([327849b](https://github.com/CoCreate-app/CoCreate-file/commit/327849b7e69bb1527bc9b29e95648bb0e53535a9))
7+
* svg icon class ([71c132d](https://github.com/CoCreate-app/CoCreate-file/commit/71c132dcf9ed77c53e017f1f79498e48d443c0cb))
8+
19
## [1.17.3](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.2...v1.17.3) (2024-05-08)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/file",
3-
"version": "1.17.3",
3+
"version": "1.17.4",
44
"description": "A versatile, configurable headless file uploader supporting local and server operations. Accessible via a JavaScript API and HTML5 attributes, it provides seamless file reading, writing, and uploading with fallbacks to the standard HTML5 file input API. Ideal for developers needing robust file management in headless environments.",
55
"keywords": [
66
"file-uploader",
@@ -68,4 +68,4 @@
6868
"@cocreate/render": "^1.41.0",
6969
"@cocreate/utils": "^1.33.7"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)