Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.2"
".": "5.0.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.0.3](https://github.com/imagekit-developer/imagekit-react/compare/5.0.2...5.0.3) (2026-09-17)


### Bug Fixes

* **deps:** require @imagekit/javascript ^5.5.0 and set up Release Please ([e89b349](https://github.com/imagekit-developer/imagekit-react/commit/e89b34931f68ad2abcc995326dc23231c89f9f99))
* **deps:** require @imagekit/javascript ^5.5.0 for density transformation support ([f38533c](https://github.com/imagekit-developer/imagekit-react/commit/f38533cde5fd992dc333082f1f1c04794d53f978))

## 5.0.2

Include `@imagekit/javascript` in external in Rollup config to prevent bundling it with the package, allowing users to be able to fetch the latest version of the SDK without needing to update the package. This also reduces the bundle size of the package and allows users to manage the SDK version separately.
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": "@imagekit/react",
"version": "5.0.2",
"version": "5.0.3",
"description": "React SDK for ImageKit.io which implements client-side upload and URL generation for use inside a react application.",
"scripts": {
"build:js": "rollup -c",
Expand Down
Loading