diff --git a/apps/example/CHANGELOG.md b/apps/example/CHANGELOG.md index 152c44c7..77ce943a 100644 --- a/apps/example/CHANGELOG.md +++ b/apps/example/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.11.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/example-0.11.0...example-0.11.1) (2024-09-30) + + +### Bug Fixes + +* alias api ([#377](https://github.com/rudderlabs/rudder-sdk-react-native/issues/377)) ([b9168cf](https://github.com/rudderlabs/rudder-sdk-react-native/commit/b9168cfe1bcdfdf696b0f7c534f0841b15050a19)) + ## [0.11.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/example-0.10.0...example-0.11.0) (2024-09-23) diff --git a/apps/example/package.json b/apps/example/package.json index 9f1ff2ab..4c767193 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -1,6 +1,6 @@ { "name": "example", - "version": "0.11.0", + "version": "0.11.1", "private": true, "dependencies": { "@react-native/metro-config": "*", diff --git a/libs/rudder-integration-facebook-react-native/CHANGELOG.md b/libs/rudder-integration-facebook-react-native/CHANGELOG.md index efc861a6..cafa0ccd 100644 --- a/libs/rudder-integration-facebook-react-native/CHANGELOG.md +++ b/libs/rudder-integration-facebook-react-native/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.0.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-facebook-react-native@1.0.0...rudder-integration-facebook-react-native@1.0.1) (2024-09-30) + + +### Bug Fixes + +* **rudder-integration-facebook-react-native:** revert releaseAs set to major in project.json ([#378](https://github.com/rudderlabs/rudder-sdk-react-native/issues/378)) ([9fa3af9](https://github.com/rudderlabs/rudder-sdk-react-native/commit/9fa3af9527def38333f9877689849c47a56fed3b)) + ## 1.0.0 (2024-09-23) diff --git a/libs/rudder-integration-facebook-react-native/CHANGELOG_LATEST.md b/libs/rudder-integration-facebook-react-native/CHANGELOG_LATEST.md index a45c4f04..c64131ea 100644 --- a/libs/rudder-integration-facebook-react-native/CHANGELOG_LATEST.md +++ b/libs/rudder-integration-facebook-react-native/CHANGELOG_LATEST.md @@ -1,5 +1,5 @@ -## 1.0.0 (2024-09-23) +## [1.0.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-integration-facebook-react-native@1.0.0...rudder-integration-facebook-react-native@1.0.1) (2024-09-30) -### Features +### Bug Fixes -- add support for rudder facebook integration ([#373](https://github.com/rudderlabs/rudder-sdk-react-native/issues/373)) ([8cac746](https://github.com/rudderlabs/rudder-sdk-react-native/commit/8cac746e0f7bdf269323e543d7a24d6e52afa70d)) +- **rudder-integration-facebook-react-native:** revert releaseAs set to major in project.json ([#378](https://github.com/rudderlabs/rudder-sdk-react-native/issues/378)) ([9fa3af9](https://github.com/rudderlabs/rudder-sdk-react-native/commit/9fa3af9527def38333f9877689849c47a56fed3b)) diff --git a/libs/rudder-integration-facebook-react-native/package.json b/libs/rudder-integration-facebook-react-native/package.json index 80164d2a..5864b85b 100644 --- a/libs/rudder-integration-facebook-react-native/package.json +++ b/libs/rudder-integration-facebook-react-native/package.json @@ -1,7 +1,7 @@ { "name": "@rudderstack/rudder-integration-facebook-react-native", "title": "RudderStack Facebook React Native Integration", - "version": "1.0.0", + "version": "1.0.1", "description": "RudderStack React Native SDK Facebook Device mode integration for Android and iOS", "keywords": [ "react-native", diff --git a/libs/rudder-integration-facebook-react-native/project.json b/libs/rudder-integration-facebook-react-native/project.json index 9d3f870a..becae6d7 100644 --- a/libs/rudder-integration-facebook-react-native/project.json +++ b/libs/rudder-integration-facebook-react-native/project.json @@ -95,7 +95,7 @@ "github": { "executor": "@jscutlery/semver:github", "options": { - "tag": "rudder-integration-facebook-react-native@1.0.0", + "tag": "rudder-integration-facebook-react-native@1.0.1", "notesFile": "./libs/rudder-integration-facebook-react-native/CHANGELOG_LATEST.md" } }, diff --git a/libs/sdk/CHANGELOG.md b/libs/sdk/CHANGELOG.md index ef7236be..e42294eb 100644 --- a/libs/sdk/CHANGELOG.md +++ b/libs/sdk/CHANGELOG.md @@ -2,6 +2,13 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [1.14.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-sdk-react-native@1.14.0...rudder-sdk-react-native@1.14.1) (2024-09-30) + + +### Bug Fixes + +* alias api ([#377](https://github.com/rudderlabs/rudder-sdk-react-native/issues/377)) ([b9168cf](https://github.com/rudderlabs/rudder-sdk-react-native/commit/b9168cfe1bcdfdf696b0f7c534f0841b15050a19)) + ## [1.14.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-sdk-react-native@1.13.1...rudder-sdk-react-native@1.14.0) (2024-05-28) diff --git a/libs/sdk/CHANGELOG_LATEST.md b/libs/sdk/CHANGELOG_LATEST.md index c6f5bb70..28d9a669 100644 --- a/libs/sdk/CHANGELOG_LATEST.md +++ b/libs/sdk/CHANGELOG_LATEST.md @@ -1,5 +1,5 @@ -## [1.14.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-sdk-react-native@1.13.1...rudder-sdk-react-native@1.14.0) (2024-05-28) +## [1.14.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-sdk-react-native@1.14.0...rudder-sdk-react-native@1.14.1) (2024-09-30) -### Features +### Bug Fixes -- provide putCustomContext API support ([#347](https://github.com/rudderlabs/rudder-sdk-react-native/issues/347)) ([0c28fa4](https://github.com/rudderlabs/rudder-sdk-react-native/commit/0c28fa4d2b25515de2862dc273a448cc14388cec)) +- alias api ([#377](https://github.com/rudderlabs/rudder-sdk-react-native/issues/377)) ([b9168cf](https://github.com/rudderlabs/rudder-sdk-react-native/commit/b9168cfe1bcdfdf696b0f7c534f0841b15050a19)) diff --git a/libs/sdk/package.json b/libs/sdk/package.json index 0d019e4d..b0c5b9d1 100644 --- a/libs/sdk/package.json +++ b/libs/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@rudderstack/rudder-sdk-react-native", - "version": "1.14.0", + "version": "1.14.1", "description": "Rudder React Native SDK", "keywords": [ "react-native", diff --git a/libs/sdk/project.json b/libs/sdk/project.json index 2b18c77a..c54900c7 100644 --- a/libs/sdk/project.json +++ b/libs/sdk/project.json @@ -94,7 +94,7 @@ "github": { "executor": "@jscutlery/semver:github", "options": { - "tag": "rudder-sdk-react-native@1.14.0", + "tag": "rudder-sdk-react-native@1.14.1", "notesFile": "./libs/sdk/CHANGELOG_LATEST.md" } }, diff --git a/libs/sdk/src/Constants.ts b/libs/sdk/src/Constants.ts index 41b973e5..0b1c1016 100644 --- a/libs/sdk/src/Constants.ts +++ b/libs/sdk/src/Constants.ts @@ -10,7 +10,7 @@ export const AUTO_COLLECT_ADVERT_ID = false; export const TRACK_LIFECYCLE_EVENTS = true; export const RECORD_SCREEN_VIEWS = false; export const LOG_LEVEL = RUDDER_LOG_LEVEL.ERROR; -export const SDK_VERSION = '1.14.0'; +export const SDK_VERSION = '1.14.1'; export const AUTO_SESSION_TRACKING = true; export const SESSION_TIMEOUT = 300000; export const ENABLE_BACKGROUND_MODE = false; diff --git a/package-lock.json b/package-lock.json index 96bc1c77..361345e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rudderstack/rudder-sdk-react-native-monorepo", - "version": "2.29.0", + "version": "2.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rudderstack/rudder-sdk-react-native-monorepo", - "version": "2.29.0", + "version": "2.30.0", "license": "MIT", "dependencies": { "@babel/runtime": "7.24.5", @@ -169,7 +169,7 @@ }, "libs/rudder-integration-facebook-react-native": { "name": "@rudderstack/rudder-integration-facebook-react-native", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", @@ -205,7 +205,7 @@ }, "libs/sdk": { "name": "@rudderstack/rudder-sdk-react-native", - "version": "1.14.0", + "version": "1.14.1", "license": "MIT", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", diff --git a/package.json b/package.json index 27c1ade6..427096ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rudderstack/rudder-sdk-react-native-monorepo", - "version": "2.29.0", + "version": "2.30.0", "description": "Rudder React Native SDK monorepo", "keywords": [ "react-native", diff --git a/sonar-project.properties b/sonar-project.properties index c93b511f..b8f72bb7 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false sonar.projectKey=rudderlabs_rudder-sdk-react-native sonar.organization=rudderlabs sonar.projectName=rudder-react-native -sonar.projectVersion=2.29.0 +sonar.projectVersion=2.30.0 # Meta-data for the project sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-react-native