Skip to content

Commit f684b5d

Browse files
committed
Bump version to 5.0.0; update dependencies and changelog for release
1 parent b7cb883 commit f684b5d

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## 5.0.0
2+
3+
This is a major release that includes breaking changes. Please refer to the [official documentation](https://imagekit.io/docs/integration/react) for up-to-date usage instructions.
4+
5+
## 4.3.0
6+
7+
- Added support for React version 19 by [@ankur-dwivedi](https://github.com/ankur-dwivedi) in [#171](https://github.com/imagekit-developer/imagekit-react/pull/171)
8+
9+
**Full Changelog**: [v4.2.0...v4.3.0](https://github.com/imagekit-developer/imagekit-react/compare/4.2.0...4.3.0)
10+
11+
## 4.2.0
12+
13+
- Added `checks` parameter by [@imagekitio](https://github.com/imagekitio) in [#161](https://github.com/imagekit-developer/imagekit-react/pull/161)
14+
15+
**Full Changelog**: [v4.1.0...v4.2.0](https://github.com/imagekit-developer/imagekit-react/compare/4.1.0...4.2.0)
16+
17+
## 4.1.0
18+
19+
- Release details not specified.
20+
21+
**Full Changelog**: [v4.0.0...v4.1.0](https://github.com/imagekit-developer/imagekit-react/compare/4.0.0...4.1.0)
22+
23+
For the complete list of releases and changes, visit the [GitHub Releases Page](https://github.com/imagekit-developer/imagekit-react/releases).

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/react",
3-
"version": "5.0.0-beta.2",
3+
"version": "5.0.0",
44
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
55
"scripts": {
66
"build:js": "rollup -c",
@@ -39,7 +39,7 @@
3939
"typescript": "^5.4.5"
4040
},
4141
"dependencies": {
42-
"@imagekit/javascript": "^5.1.0-beta.1"
42+
"@imagekit/javascript": "^5.1.0"
4343
},
4444
"peerDependencies": {
4545
"react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",

0 commit comments

Comments
 (0)