Skip to content

Commit d7d5a02

Browse files
a7medevHeshamMegid
authored andcommitted
release: v12.1.0 (#1036)
* release: v12.1.0 * chore: revert cocoapods version change
1 parent 748ac40 commit d7d5a02

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v11.14.0...dev)
3+
## [12.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.1.0...v11.14.0)
44

55
### Added
66

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ android {
5050
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
5151
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
5252
versionCode 1
53-
versionName "11.14.0"
53+
versionName "12.1.0"
5454
multiDexEnabled true
5555
ndk {
5656
abiFilters "armeabi-v7a", "x86"

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ PODS:
489489
- React-jsi (= 0.72.3)
490490
- React-logger (= 0.72.3)
491491
- React-perflogger (= 0.72.3)
492-
- RNInstabug (11.14.0):
492+
- RNInstabug (12.1.0):
493493
- Instabug (= 12.1.0)
494494
- React-Core
495495
- RNScreens (3.24.0):
@@ -739,7 +739,7 @@ SPEC CHECKSUMS:
739739
React-runtimescheduler: 837c1bebd2f84572db17698cd702ceaf585b0d9a
740740
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
741741
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
742-
RNInstabug: 98bcd6b3814062ed20dd0c49bf6258d082f844dc
742+
RNInstabug: 0f0ce0e30f6f930981843cebbbdfafe3fc310937
743743
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
744744
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9
745745
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "instabug-reactnative",
33
"description": "React Native plugin for integrating the Instabug SDK",
4-
"version": "11.14.0",
4+
"version": "12.1.0",
55
"author": "Instabug (https://instabug.com)",
66
"repository": "github:Instabug/Instabug-React-Native",
77
"homepage": "https://www.instabug.com/platforms/react-native",

0 commit comments

Comments
 (0)