Skip to content

Commit

Permalink
feat/Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaela-dev committed Feb 15, 2022
1 parent a38dcce commit 8b97e37
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 deletions.
11 changes: 11 additions & 0 deletions documentation/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Release Notes
## Release Notes for 1.0.0
#### February 15, 2022
* Features
* React native upgraded to 0.67
* Native Android SDK updated to 3.0.2 - [Android SDK Release notes](https://github.com/exponea/exponea-android-sdk/blob/develop/Documentation/RELEASE_NOTES.md)
* Native iOS SDK updated to 2.11.2 - [iOS SDK Release notest](https://github.com/exponea/exponea-ios-sdk/blob/develop/Documentation/RELEASE_NOTES.md#release-notes-for-2112)
* Gradle 7 support
* Bug Fixes
* Fixed: Android 12 issues


## Release Notes for 0.5.2
#### July 12, 2021
* Features
Expand Down
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.exponea.example"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 3
versionName "0.5.2"
versionCode 4
versionName "1.0.0"
multiDexEnabled true
}
splits {
Expand Down
4 changes: 2 additions & 2 deletions example/ios/ExampleNotificationContent/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
Expand Down
4 changes: 2 additions & 2 deletions example/ios/ExampleNotificationService/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions example/ios/example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-exponea-sdk",
"title": "React Native Exponea Sdk",
"version": "0.5.2",
"version": "1.0.0",
"description": "React native SDK for Exponea integration",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 8b97e37

Please sign in to comment.