Skip to content

Commit

Permalink
Merge pull request #386 from rudderlabs/master
Browse files Browse the repository at this point in the history
chore(release): pulling master into develop post release v2.31.0
  • Loading branch information
1abhishekpandey authored Oct 29, 2024
2 parents f9327c2 + e538d40 commit 31f46a9
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 18 deletions.
7 changes: 7 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.12.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/example-0.11.1...example-0.12.0) (2024-10-29)


### Features

* add gzip configuration support ([#382](https://github.com/rudderlabs/rudder-sdk-react-native/issues/382)) ([abf983b](https://github.com/rudderlabs/rudder-sdk-react-native/commit/abf983b8d50d28810a9a741cf9e3344df878fc0c))

## [0.11.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/example-0.11.0...example-0.11.1) (2024-09-30)


Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.11.1",
"version": "0.12.0",
"private": true,
"dependencies": {
"@react-native/metro-config": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [1.3.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-plugin-db-encryption-react-native@1.3.0...rudder-plugin-db-encryption-react-native@1.3.1) (2024-10-29)


### Bug Fixes

* add dummy commit to trigger changelog generation ([#384](https://github.com/rudderlabs/rudder-sdk-react-native/issues/384)) ([f9327c2](https://github.com/rudderlabs/rudder-sdk-react-native/commit/f9327c2e4f7fe23729a2cb0c3c67097c16ff8d73))

## [1.3.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-plugin-db-encryption-react-native@1.2.0...rudder-plugin-db-encryption-react-native@1.3.0) (2024-08-19)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [1.3.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-plugin-db-encryption-react-native@1.2.0...rudder-plugin-db-encryption-react-native@1.3.0) (2024-08-19)
## [1.3.1](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-plugin-db-encryption-react-native@1.3.0...rudder-plugin-db-encryption-react-native@1.3.1) (2024-10-29)

### Features
### Bug Fixes

- use the sqlcipher-android library in db encryption android plugin ([#363](https://github.com/rudderlabs/rudder-sdk-react-native/issues/363)) ([31c049c](https://github.com/rudderlabs/rudder-sdk-react-native/commit/31c049cfa1e1bb77884600d0248c58b00d78fbed))
- add dummy commit to trigger changelog generation ([#384](https://github.com/rudderlabs/rudder-sdk-react-native/issues/384)) ([f9327c2](https://github.com/rudderlabs/rudder-sdk-react-native/commit/f9327c2e4f7fe23729a2cb0c3c67097c16ff8d73))
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rudderstack/rudder-plugin-db-encryption-react-native",
"title": "Rudder Plugin DBEncryption React Native",
"version": "1.3.0",
"version": "1.3.1",
"description": "Rudder React Native DBEncryption Plugin support for Android and iOS",
"keywords": [
"react-native",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"tag": "rudder-plugin-db-encryption-react-native@1.3.0",
"tag": "rudder-plugin-db-encryption-react-native@1.3.1",
"notesFile": "./libs/plugins/rudder-plugin-db-encryption-react-native/CHANGELOG_LATEST.md"
}
},
Expand Down
7 changes: 7 additions & 0 deletions libs/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [1.15.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-sdk-react-native@1.14.1...rudder-sdk-react-native@1.15.0) (2024-10-29)


### Features

* add gzip configuration support ([#382](https://github.com/rudderlabs/rudder-sdk-react-native/issues/382)) ([abf983b](https://github.com/rudderlabs/rudder-sdk-react-native/commit/abf983b8d50d28810a9a741cf9e3344df878fc0c))

## [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)


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.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)
## [1.15.0](https://github.com/rudderlabs/rudder-sdk-react-native/compare/rudder-sdk-react-native@1.14.1...rudder-sdk-react-native@1.15.0) (2024-10-29)

### Bug Fixes
### Features

- alias api ([#377](https://github.com/rudderlabs/rudder-sdk-react-native/issues/377)) ([b9168cf](https://github.com/rudderlabs/rudder-sdk-react-native/commit/b9168cfe1bcdfdf696b0f7c534f0841b15050a19))
- add gzip configuration support ([#382](https://github.com/rudderlabs/rudder-sdk-react-native/issues/382)) ([abf983b](https://github.com/rudderlabs/rudder-sdk-react-native/commit/abf983b8d50d28810a9a741cf9e3344df878fc0c))
2 changes: 1 addition & 1 deletion libs/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rudderstack/rudder-sdk-react-native",
"version": "1.14.1",
"version": "1.15.0",
"description": "Rudder React Native SDK",
"keywords": [
"react-native",
Expand Down
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.1",
"tag": "rudder-sdk-react-native@1.15.0",
"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.1';
export const SDK_VERSION = '1.15.0';
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.30.0",
"version": "2.31.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.30.0
sonar.projectVersion=2.31.0

# Meta-data for the project
sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-react-native
Expand Down

0 comments on commit 31f46a9

Please sign in to comment.