-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #344 from rudderlabs/release/2.26.0
chore(release): pulling release/2.26.0 into master
- Loading branch information
Showing
30 changed files
with
220 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
|
||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
|
||
## [1.1.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appcenter-react-native@[email protected]) (2024-04-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **rudder-integration-appcenter-react-native:** add a wrapper for the enable and disable analytics APIs ([#339](https://github.com/rudderlabs/rudder-sdk-react-native/issues/339)) ([78af2a0](https://github.com/rudderlabs/rudder-sdk-react-native/commit/78af2a00b33b6e052202069914044c405b0e987e)) | ||
|
||
## [1.1.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appcenter-react-native@[email protected]) (2024-04-09) | ||
|
||
|
||
|
7 changes: 3 additions & 4 deletions
7
libs/rudder-integration-appcenter-react-native/CHANGELOG_LATEST.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
## [1.1.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appcenter-react-native@1.0.10...[email protected].0) (2024-04-09) | ||
## [1.1.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appcenter-react-native@1.1.0...[email protected].1) (2024-04-24) | ||
|
||
### Features | ||
### Bug Fixes | ||
|
||
- **rudder-integration-appcenter-react-native:** change linter to eslint ([0139862](https://github.com/rudderlabs/rudder-sdk-react-native/commit/0139862857d3bdec9a3e8e51df4ce832b72d6f59)) | ||
- **rudder-integration-appcenter-react-native:** change metro-react-native-babel-preset to @react-native/babel-preset ([a1adcea](https://github.com/rudderlabs/rudder-sdk-react-native/commit/a1adcea5eaba2699b8fbe5cdf8b9bb1eb28263b4)) | ||
- **rudder-integration-appcenter-react-native:** add a wrapper for the enable and disable analytics APIs ([#339](https://github.com/rudderlabs/rudder-sdk-react-native/issues/339)) ([78af2a0](https://github.com/rudderlabs/rudder-sdk-react-native/commit/78af2a00b33b6e052202069914044c405b0e987e)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,7 +95,7 @@ | |
"github": { | ||
"executor": "@jscutlery/semver:github", | ||
"options": { | ||
"tag": "[email protected].0", | ||
"tag": "[email protected].1", | ||
"notesFile": "./libs/rudder-integration-appcenter-react-native/CHANGELOG_LATEST.md" | ||
} | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import appcenter from './appcenter'; | ||
|
||
export { enableAnalytics, disableAnalytics } from './appcenter'; | ||
|
||
export default appcenter; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,13 @@ | |
|
||
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). | ||
|
||
## [1.6.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appsflyer-react-native@[email protected]) (2024-04-24) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add a wrapper for the getAppsFlyerId API ([#337](https://github.com/rudderlabs/rudder-sdk-react-native/issues/337)) ([67e0f34](https://github.com/rudderlabs/rudder-sdk-react-native/commit/67e0f3495cb74051e3a0834214ea29528530d702)) | ||
|
||
## [1.6.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appsflyer-react-native@[email protected]) (2024-04-09) | ||
|
||
|
||
|
7 changes: 3 additions & 4 deletions
7
libs/rudder-integration-appsflyer-react-native/CHANGELOG_LATEST.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
## [1.6.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appsflyer-react-native@1.5.9[email protected].0) (2024-04-09) | ||
## [1.6.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-appsflyer-react-native@1.6.0[email protected].1) (2024-04-24) | ||
|
||
### Features | ||
### Bug Fixes | ||
|
||
- **rudder-integration-appsflyer-react-native:** change linter to eslint ([744a402](https://github.com/rudderlabs/rudder-sdk-react-native/commit/744a40228cd95745dbe7066a882cdd152626f5e9)) | ||
- **rudder-integration-appsflyer-react-native:** change metro-react-native-babel-preset to @react-native/babel-preset ([4a919ec](https://github.com/rudderlabs/rudder-sdk-react-native/commit/4a919ec4acc3226a85109d91155acf07f28282a2)) | ||
- add a wrapper for the getAppsFlyerId API ([#337](https://github.com/rudderlabs/rudder-sdk-react-native/issues/337)) ([67e0f34](https://github.com/rudderlabs/rudder-sdk-react-native/commit/67e0f3495cb74051e3a0834214ea29528530d702)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.