Skip to content

Commit 469caee

Browse files
Release: v14.0.0 (#1312)
* Release : v14.0.0 * Release : v14.0.0 * Release : v14.0.0
1 parent 1468851 commit 469caee

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v13.4.0...dev)
3+
## [14.0.0](https://github.com/Instabug/Instabug-React-Native/compare/v13.4.0...14.0.0) (November 11, 2024)
4+
5+
### Changed
6+
7+
- Bump Instabug iOS SDK to v14.0.0 ([#1312](https://github.com/Instabug/Instabug-React-Native/pull/1312)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0).
8+
- Bump Instabug Android SDK to v14.0.0 ([#1312](https://github.com/Instabug/Instabug-React-Native/pull/1312)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0).
49

510
### Fixed
611

android/native.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '14.0.0.6273213-SNAPSHOT'
2+
version: '14.0.0'
33
]
44

55
dependencies {

examples/default/ios/Podfile.lock

+5-5
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 (13.4.2)
34+
- Instabug (14.0.0)
3535
- instabug-reactnative-ndk (0.1.0):
3636
- DoubleConversion
3737
- glog
@@ -1602,8 +1602,8 @@ PODS:
16021602
- ReactCommon/turbomodule/bridging
16031603
- ReactCommon/turbomodule/core
16041604
- Yoga
1605-
- RNInstabug (13.4.0):
1606-
- Instabug (= 13.4.2)
1605+
- RNInstabug (14.0.0):
1606+
- Instabug (= 14.0.0)
16071607
- React-Core
16081608
- RNReanimated (3.16.1):
16091609
- DoubleConversion
@@ -1993,7 +1993,7 @@ SPEC CHECKSUMS:
19931993
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
19941994
GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac
19951995
hermes-engine: ea92f60f37dba025e293cbe4b4a548fd26b610a0
1996-
Instabug: 7a71890217b97b1e32dbca96661845396b66da2f
1996+
Instabug: a0beffc01658773e2fac549845782f8937707dc4
19971997
instabug-reactnative-ndk: d765ac289d56e8896398d02760d9abf2562fc641
19981998
OCMock: 589f2c84dacb1f5aaf6e4cec1f292551fe748e74
19991999
RCT-Folly: 4464f4d875961fce86008d45f4ecf6cef6de0740
@@ -2059,7 +2059,7 @@ SPEC CHECKSUMS:
20592059
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20602060
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20612061
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2062-
RNInstabug: 8e7eb1df3f35b935dda661f5bb475f37cef595e6
2062+
RNInstabug: eaa8cde2bcd3c8e757c6dd5c0d33a20814f9658a
20632063
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20642064
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20652065
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

ios/native.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$instabug = { :version => '13.4.2' }
1+
$instabug = { :version => '14.0.0' }
22

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

package.json

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