Skip to content

Commit 6b38a45

Browse files
committed
chore(release): 6.0.0
1 parent db68eec commit 6b38a45

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [6.0.0](https://github.com/filestack/filestack-react/compare/v5.0.0...v6.0.0) (2025-03-31)
6+
- Update filestack-js to 3.39.5
7+
- Vulnerability fixes
8+
- React version upgrade
9+
510
### [5.0.0](https://github.com/filestack/filestack-react/compare/v4.0.1...v5.0.0) (2023-12-12)
611

712
* **Dependency** Upgraded packages to the latest possible version while maintaining backward compatibility.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filestack-react",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.",
55
"author": "filestack",
66
"license": "MIT",
@@ -87,6 +87,6 @@
8787
"dist"
8888
],
8989
"dependencies": {
90-
"filestack-js": "3.35.4-beta.1"
90+
"filestack-js": "^3.39.5"
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)