Skip to content

Commit 4729d53

Browse files
committed
Version 0.0.2
1 parent df66dd9 commit 4729d53

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.0.2 / 2023-06-12
2+
==================
3+
4+
* Add analytics token
5+
16
0.0.1 / 2023-05-08
27
==================
38

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Transform and optimize assets. Visit our documentation to learn more about [medi
2222
## Version Support
2323
| SDK Version | React Native Version |
2424
|-------------|----------------------|
25-
| 0.0.1 | > 0.6 |
25+
| 0.0.2 | > 0.6 |
2626

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

src/__tests__/analytics.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SDKAnalyticsConstants } from '../internal/SDKAnalyticsConstants';
2-
import { Platform, Image } from 'react-native';
2+
import { Image } from 'react-native';
33
import AdvancedImage from '../AdvancedImage';
44
import { CloudinaryImage } from '@cloudinary/url-gen/assets/CloudinaryImage';
55
import { render } from '@testing-library/react-native';

0 commit comments

Comments
 (0)