Skip to content

Commit

Permalink
Prepare version 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 29, 2024
1 parent 561ee0a commit 6ba0313
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/bottom-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dropdown-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/modal-bottom-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/scrollarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/separators.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
implementation("com.composables:core:1.18.1")
implementation("com.composables:core:1.18.2")
}
```

Expand Down
5 changes: 5 additions & 0 deletions scripts/release_version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#!/bin/bash
set -e

echo "Running tests..."
./gradlew core:jvmTest

echo "All tests passed..."

# Define the root directory as the current directory
root_dir=$(pwd)

Expand Down

0 comments on commit 6ba0313

Please sign in to comment.