Skip to content

Commit 4eb4355

Browse files
release(dream11):14.0.3 (#1354)
1 parent e5d589d commit 4eb4355

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

3+
## [14.0.3](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.2...14.0.3) (March 5, 2025)
4+
5+
### Changed
6+
7+
- Bump Instabug Android SDK to v14.0.3 ([#1354](https://github.com/Instabug/Instabug-React-Native/pull/1354)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.3).
8+
39
## [14.0.2](https://github.com/Instabug/Instabug-React-Native/compare/v14.0.0...14.0.2) (December 18, 2024)
410

511
### Changed

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.2.1'
2+
version: '14.0.3'
33
]
44

55
dependencies {

examples/default/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ PODS:
16021602
- ReactCommon/turbomodule/bridging
16031603
- ReactCommon/turbomodule/core
16041604
- Yoga
1605-
- RNInstabug (14.0.2):
1605+
- RNInstabug (14.0.3):
16061606
- Instabug (= 14.0.0)
16071607
- React-Core
16081608
- RNReanimated (3.16.1):
@@ -2059,7 +2059,7 @@ SPEC CHECKSUMS:
20592059
ReactCommon: 6a952e50c2a4b694731d7682aaa6c79bc156e4ad
20602060
RNCClipboard: 2821ac938ef46f736a8de0c8814845dde2dcbdfb
20612061
RNGestureHandler: 511250b190a284388f9dd0d2e56c1df76f14cfb8
2062-
RNInstabug: 6660dcbf339b47468206d37659c67977b143484e
2062+
RNInstabug: 4af06278ba38500a1750b2695a409c976486c06f
20632063
RNReanimated: f42a5044d121d68e91680caacb0293f4274228eb
20642064
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
20652065
RNSVG: 8b1a777d54096b8c2a0fd38fc9d5a454332bbb4d

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