Skip to content

Commit 73ac79d

Browse files
committed
Version 1.0.0
1 parent eab69b7 commit 73ac79d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
0.3.1 / 2023-07-05
1+
1.0.0 / 2024-19-05
2+
==================
3+
4+
* GA release
5+
6+
0.3.1 / 2024-07-05
27
==================
38

49
* Fix upload for videos
510
* Update analytics token
611

7-
0.3.0 / 2023-25-03
12+
0.3.0 / 2024-25-03
813
==================
914

1015
* Fix upload for Android platform

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2323
## Version Support
2424
| SDK Version | React Native Version |
2525
|-------------|----------------------|
26-
| 0.3.1 | > 0.6 |
26+
| 1.0.0 | > 0.6 |
2727

2828
## Installation
2929
### Install using your favorite package manager (yarn, npm)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-react-native",
3-
"version": "0.3.1",
3+
"version": "1.0.0",
44
"description": "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Kotlin applications.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)