Skip to content

Commit af568fe

Browse files
release: v13.0.0 (#1190)
1 parent 567f9fc commit af568fe

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v12.9.0...dev)
3+
## [13.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.9.0...dev) (April 19, 2024)
44

55
### Added
66

77
- Add `Instabug.willRedirectToStore` API for use in custom app rating prompts ([#1186](https://github.com/Instabug/Instabug-React-Native/pull/1186)).
8+
- Add support for App Flows APIs `APM.startFlow`, `APM.setFlowAttribute` and `APM.endFlow` ([#1138](https://github.com/Instabug/Instabug-React-Native/pull/1138)).
89

910
### Changed
1011

@@ -17,7 +18,6 @@
1718

1819
- Adds symbol files upload script ([#1137](https://github.com/Instabug/Instabug-React-Native/pull/1137))
1920
- Support enabling NDK crash capturing on Android ([#1132](https://github.com/Instabug/Instabug-React-Native/pull/1132)).
20-
- Add support for App Flows APIs `APM.startFlow`, `APM.setFlowAttribute` and `APM.endFlow` ([#1138](https://github.com/Instabug/Instabug-React-Native/pull/1138)).
2121

2222
### Deprecated
2323

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
minSdkVersion getExtOrDefault('minSdkVersion').toInteger()
5858
targetSdkVersion getExtOrDefault('targetSdkVersion').toInteger()
5959
versionCode 1
60-
versionName "12.9.0"
60+
versionName "13.0.0"
6161
multiDexEnabled true
6262
ndk {
6363
abiFilters "armeabi-v7a", "x86"

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ PODS:
531531
- RNGestureHandler (2.13.4):
532532
- RCT-Folly (= 2021.07.22.00)
533533
- React-Core
534-
- RNInstabug (12.9.0):
534+
- RNInstabug (13.0.0):
535535
- Instabug (= 13.0.0)
536536
- React-Core
537537
- RNReanimated (3.5.4):
@@ -841,7 +841,7 @@ SPEC CHECKSUMS:
841841
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
842842
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
843843
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
844-
RNInstabug: 53fe089b6154d61770b2c1e971c81793d3c6641e
844+
RNInstabug: 30d6f84029d964e88810910140218d497f6d99fe
845845
RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87
846846
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
847847
RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9

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": "12.9.0",
4+
"version": "13.0.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)