Skip to content

Commit

Permalink
release 1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardPaligot committed Jul 16, 2024
1 parent 4430322 commit f91d21f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Next version (unreleased)

# Version 1.0.0-alpha.3
_2024-07-16_

- [#41] ensure compose and models are stable for Compose Compiler.
- [#41] be able to hide comments.
- [#41] display a component if the feedback is not ready for review.

# Version 1.0.0-alpha.2
_2024-07-15_

- [#38] Publish Android artifacts to maven central.

# Version 1.0.0-alpha.1
_2024-07-13_

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repositories {
mavenCentral()
}

val openfeedbackVersion = "1.0.0-alpha.2"
val openfeedbackVersion = "1.0.0-alpha.3"
dependencies {
// Material 3
implementation("io.openfeedback:openfeedback-m3:$openfeedbackVersion")
Expand Down
2 changes: 1 addition & 1 deletion librarian.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc
sonatype.backend=S01

pom.groupId=io.openfeedback
pom.version=1.0.0-alpha.3-SNAPSHOT
pom.version=1.0.0-alpha.3
pom.description=openfeedback-sdk-kotlin
pom.vcsUrl=https://github.com/paug/openfeedback-sdk-kotlin
pom.developer=openfeedback-sdk-kotlin authors
Expand Down

0 comments on commit f91d21f

Please sign in to comment.