Skip to content

Commit 2f95f0a

Browse files
Release:14.1.0 (#1335)
* release: 14.1.0 * release: 14.1.0
1 parent d9f10d6 commit 2f95f0a

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...dev)
3+
## [14.1.0](https://github.com/Instabug/Instabug-React-Native/compare/v14.1.0...dev)
44

55
### Added
66

77
- Add support for tracing network requests from Instabug to services like Datadog and New Relic ([#1288](https://github.com/Instabug/Instabug-React-Native/pull/1288))
88

9+
### Changed
10+
11+
- Bump Instabug iOS SDK to v14.1.0 ([#1334](https://github.com/Instabug/Instabug-React-Native/pull/1334)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/14.1.0).
12+
- Bump Instabug Android SDK to v14.1.0 ([#1334](https://github.com/Instabug/Instabug-React-Native/pull/1334)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.1.0).
13+
914
## [14.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v13.4.0...14.0.0) (November 19, 2024)
1015

1116
### Added

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 "13.4.0"
60+
versionName "14.1.0"
6161
multiDexEnabled true
6262
ndk {
6363
abiFilters "armeabi-v7a", "x86"

android/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '14.0.0'
2+
version: '14.1.0'
33
]
44

55
dependencies {

examples/default/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PODS:
3131
- hermes-engine (0.75.4):
3232
- hermes-engine/Pre-built (= 0.75.4)
3333
- hermes-engine/Pre-built (0.75.4)
34-
- Instabug (14.0.0)
34+
- Instabug (14.1.0)
3535
- instabug-reactnative-ndk (0.1.0):
3636
- DoubleConversion
3737
- glog
@@ -1623,8 +1623,8 @@ PODS:
16231623
- ReactCommon/turbomodule/bridging
16241624
- ReactCommon/turbomodule/core
16251625
- Yoga
1626-
- RNInstabug (14.0.0):
1627-
- Instabug (= 14.0.0)
1626+
- RNInstabug (14.1.0):
1627+
- Instabug (= 14.1.0)
16281628
- React-Core
16291629
- RNReanimated (3.16.1):
16301630
- DoubleConversion
@@ -2017,7 +2017,7 @@ SPEC CHECKSUMS:
20172017
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
20182018
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
20192019
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
2020-
Instabug: a0beffc01658773e2fac549845782f8937707dc4
2020+
Instabug: 8cbca8974168c815658133e2813f5ac3a36f8e20
20212021
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
20222022
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
20232023
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2084,7 +2084,7 @@ SPEC CHECKSUMS:
20842084
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20852085
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20862086
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2087-
RNInstabug: eaa8cde2bcd3c8e757c6dd5c0d33a20814f9658a
2087+
RNInstabug: 96e629f47c0af2e9455fbcf800d12049f980d873
20882088
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20892089
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20902090
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

ios/native.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '14.0.0' }
1+
$instabug = { :version => '14.1.0' }
22

33
def use_instabug! (spec = nil)
44
version = $instabug[:version]

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