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 Oct 31, 2023
1 parent c1534e6 commit 35e5e6b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 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-android-monorepo",
"version": "2.4.0",
"version": "2.5.0",
"description": "Rudder Android SDK monorepo",
"keywords": [
"android",
Expand Down
5 changes: 3 additions & 2 deletions repository/CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 0.2.1 (2023-10-04)
## [0.2.2](https://github.com/rudderlabs/rudder-sdk-android/compare/[email protected]@0.2.2) (2023-10-31)


### Bug Fixes
* table not found in database. added locks ([#326](https://github.com/rudderlabs/rudder-sdk-android/issues/326)) ([1b5e670](https://github.com/rudderlabs/rudder-sdk-android/commit/1b5e670d5b10fe640099dc11353ae746ea6035b0))

* added discard policy ([#347](https://github.com/rudderlabs/rudder-sdk-android/issues/347)) ([94714ab](https://github.com/rudderlabs/rudder-sdk-android/commit/94714ab35195a609746d639e20a121a705216ca1))

4 changes: 2 additions & 2 deletions repository/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GROUP=com.rudderstack.android.sdk
POM_PACKAGING=aar
android.enableJetifier=true
android.useAndroidX=true
VERSION_CODE=3
VERSION_NAME=0.2.1
VERSION_CODE=4
VERSION_NAME=0.2.2
POM_NAME=ORM library by RudderStack for android
POM_DESCRIPTION=ORM library used in Rudderstack SDK Version 2 for android
4 changes: 2 additions & 2 deletions repository/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"github": {
"executor": "@jscutlery/semver:github",
"options": {
"title": "[email protected].1",
"tag": "[email protected].1",
"title": "[email protected].2",
"tag": "[email protected].2",
"notesFile": "./repository/CHANGELOG_LATEST.md"
}
},
Expand Down
4 changes: 2 additions & 2 deletions rudderreporter/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GROUP=com.rudderstack.android.sdk
POM_PACKAGING=aar
android.enableJetifier=true
android.useAndroidX=true
VERSION_CODE=4
VERSION_NAME=0.3.1
VERSION_CODE=5
VERSION_NAME=0.4.0
POM_NAME=Rudderstack Stats Collection library for android
POM_DESCRIPTION=Rudderstack Stats Collection library for android

0 comments on commit 35e5e6b

Please sign in to comment.