Skip to content

Commit

Permalink
Upgrade to 1.1.0
Browse files Browse the repository at this point in the history
And start finalizing release 1.1.0 of Aurora
  • Loading branch information
kirill-grouchnikov committed Feb 24, 2022
1 parent 0f9f8c0 commit b0fa8d6
Show file tree
Hide file tree
Showing 8 changed files with 263 additions and 109 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@
build/
out/
bin/
drop/*-SNAPSHOT/**
drop/*-beta*/**
drop/*-rc*/**
drop/
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath("org.jetbrains.compose:compose-gradle-plugin:1.1.0-rc01")
classpath("org.jetbrains.compose:compose-gradle-plugin:1.1.0")
classpath(kotlin("gradle-plugin", version = "1.6.10"))
classpath("com.github.ben-manes:gradle-versions-plugin:0.42.0")
classpath("com.vanniktech:gradle-maven-publish-plugin:0.18.0")
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Xmx2048m
kotlin.code.style=official

GROUP=org.pushing-pixels
VERSION_NAME=1.1-SNAPSHOT
VERSION_NAME=1.1.0
VERSION_CODENAME=Blizzard

POM_DESCRIPTION=Building modern, elegant and fast Compose Desktop applications
Expand Down
4 changes: 2 additions & 2 deletions scripts/convert-svg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
export JAVA_HOME=`/usr/libexec/java_home -v 11`
alias JAVA="java"

AURORA_VERSION=1.1-SNAPSHOT
AURORA_VERSION=1.1.0
KOTLIN_VERSION=1.6.10
KOTLIN_COROUTINES_VERSION=1.6.0
COMPOSE_VERSION=1.0.1
COMPOSE_VERSION=1.1.0
CLASSPATH=../drop/$AURORA_VERSION/aurora-svg-transcoder-desktop-$AURORA_VERSION.jar:../build/libs/batik-all-1.14.jar:../build/libs/xml-apis-1.4.01.jar:../build/libs/xml-apis-ext-1.3.04.jar:../build/libs/xmlgraphics-commons-2.6.jar:../build/libs/kotlin-stdlib-$KOTLIN_VERSION.jar:../build/libs/kotlin-stdlib-common-$KOTLIN_VERSION.jar:../build/libs/kotlinx-coroutines-core-jvm-$KOTLIN_COROUTINES_VERSION.jar:../build/libs/ui-graphics-desktop-$COMPOSE_VERSION.jar:../build/libs/ui-geometry-desktop-$COMPOSE_VERSION.jar

# Don't convert the demo transcoding to deep traversal since one of the
Expand Down
4 changes: 2 additions & 2 deletions scripts/screenshot/doc-robot-schemes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
export JAVA_HOME=`/usr/libexec/java_home -v 11`
alias JAVA="java"

AURORA_VERSION=1.1-SNAPSHOT
AURORA_VERSION=1.1.0
KOTLIN_VERSION=1.6.10
KOTLIN_COROUTINES_VERSION=1.6.0
COMPOSE_VERSION=1.0.1-rc2
COMPOSE_VERSION=1.1.0
CLASSPATH=../../drop/$AURORA_VERSION/aurora-screenshot-desktop-$AURORA_VERSION.jar:../../demo/build/libs/aurora-demo-desktop.jar:../build/libs/:../../build/libs/*

java -cp $CLASSPATH org.pushingpixels.aurora.tools.screenshot.theming.schemes.AuroraColorSchemesDriverKt \
Expand Down
4 changes: 2 additions & 2 deletions scripts/screenshot/doc-robot-skins-icons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
export JAVA_HOME=`/usr/libexec/java_home -v 11`
alias JAVA="java"

AURORA_VERSION=1.1-SNAPSHOT
AURORA_VERSION=1.1.0
KOTLIN_VERSION=1.6.10
KOTLIN_COROUTINES_VERSION=1.6.0
COMPOSE_VERSION=1.0.1-rc2
COMPOSE_VERSION=1.1.0
CLASSPATH=../../drop/$AURORA_VERSION/aurora-screenshot-desktop-$AURORA_VERSION.jar:../../demo/build/libs/aurora-demo-desktop.jar:../build/libs/:../../build/libs/*

java -cp $CLASSPATH org.pushingpixels.aurora.tools.screenshot.theming.skins.AuroraSkinsIconFilterDriverKt \
Expand Down
4 changes: 2 additions & 2 deletions scripts/screenshot/doc-robot-skins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
export JAVA_HOME=`/usr/libexec/java_home -v 11`
alias JAVA="java"

AURORA_VERSION=1.1-SNAPSHOT
AURORA_VERSION=1.1.0
KOTLIN_VERSION=1.6.10
KOTLIN_COROUTINES_VERSION=1.6.0
COMPOSE_VERSION=1.0.1-rc2
COMPOSE_VERSION=1.1.0
CLASSPATH=../../drop/$AURORA_VERSION/aurora-screenshot-desktop-$AURORA_VERSION.jar:../../demo/build/libs/aurora-demo-desktop.jar:../build/libs/:../../build/libs/*

java -cp $CLASSPATH org.pushingpixels.aurora.tools.screenshot.theming.skins.AuroraSkinsDriverKt \
Expand Down

0 comments on commit b0fa8d6

Please sign in to comment.