-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Apollo Kotlin 4.0.0-rc.1 (#7)
* Update to Apollo Kotlin 4.0.0-rc.1 * update CHANGELOG * bump librarian * update actions
- Loading branch information
1 parent
dcc7f8c
commit fb0a204
Showing
8 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Next version (unreleased) | ||
|
||
PUT_CHANGELOG_HERE | ||
Update to Apollo Kotlin 4.0.0-rc.1 | ||
|
||
# Version 0.0.2 | ||
_2024-06-20_ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apollo-cli/src/main/kotlin/com/apollographql/cli/DownloadSchemaCommand.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
apollo-cli/src/main/kotlin/com/apollographql/cli/PublishSchemaCommand.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[libraries] | ||
clikt = "com.github.ajalt.clikt:clikt:3.5.0" | ||
serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0" | ||
apollo-tooling = "com.apollographql.apollo3:apollo-tooling:4.0.0-beta.7" | ||
apollo-tooling = "com.apollographql.apollo:apollo-tooling:4.0.0-rc.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters