Skip to content

Commit

Permalink
chore: sync versions and generate release logs
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 30, 2024
1 parent 850d715 commit f321d85
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion libs/rudder-integration-facebook-react-native/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
6 changes: 3 additions & 3 deletions libs/sdk/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion libs/sdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion libs/sdk/src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f321d85

Please sign in to comment.