Skip to content

Commit 416f54f

Browse files
DominicGBauerDominicGBauer
andauthored
fix: publish persistence dependency (#51)
* fix: publish persistence dependency * fix: publish persistence dependency --------- Co-authored-by: DominicGBauer <[email protected]>
1 parent e3454cb commit 416f54f

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0-BETA2
4+
5+
* Publish persistence package
6+
37
## 1.0.0-BETA1
48

59
* Improve API by changing from Builder pattern to simply instantiating the database `PowerSyncDatabase`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ development=true
1717
RELEASE_SIGNING_ENABLED=true
1818
# Library config
1919
GROUP=com.powersync
20-
LIBRARY_VERSION=1.0.0-BETA1
20+
LIBRARY_VERSION=1.0.0-BETA2
2121
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
2222
# POM
2323
POM_URL=https://github.com/powersync-ja/powersync-kotlin/

persistence/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
import com.powersync.plugins.sonatype.setupGithubRepository
2+
13
plugins {
24
alias(libs.plugins.kotlinMultiplatform)
35
alias(libs.plugins.sqldelight)
46
alias(libs.plugins.androidLibrary)
7+
id("com.powersync.plugins.sonatype")
58
}
69

710
kotlin {
@@ -66,3 +69,4 @@ sqldelight {
6669
}
6770
}
6871

72+
setupGithubRepository()

persistence/gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
POM_ARTIFACT_ID=persistence
2+
POM_NAME=SqlDelight Persistence
3+
POM_DESCRIPTION=SqlDelight database setup used in the core package.

0 commit comments

Comments
 (0)