From 23433724f8046e33b229211a09f6e818ac5151a1 Mon Sep 17 00:00:00 2001 From: RolandHewage Date: Tue, 12 Jul 2022 10:39:52 +0530 Subject: [PATCH] Update package for release v3.0.1 --- .github/workflows/dev-stg-release.yml | 6 ++--- .github/workflows/release.yml | 4 +-- gsheet/Ballerina.toml | 4 +-- gsheet/Dependencies.toml | 38 ++++++++++++++------------- gsheet/Package.md | 2 +- 5 files changed, 28 insertions(+), 26 deletions(-) diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 3ade796f..c340beb7 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -21,7 +21,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.1.0 with: args: pack ./gsheet @@ -29,7 +29,7 @@ jobs: # Push the package to Ballerina central - Staging - name: Push to Staging if: github.event.inputs.bal_central_environment == 'STAGE' - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.1.0 with: args: push @@ -40,7 +40,7 @@ jobs: # Push the package to Ballerina central - Dev - name: Push to Dev if: github.event.inputs.bal_central_environment == 'DEV' - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.1.0 with: args: push diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63f456f9..2fa2c901 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: # Build the ballerina project - name: Ballerina Build - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.1.0 with: args: pack ./gsheet @@ -31,7 +31,7 @@ jobs: # Push the module to the Ballerina central - name: Ballerina Push - uses: ballerina-platform/ballerina-action/@master + uses: ballerina-platform/ballerina-action/@2201.1.0 with: args: push diff --git a/gsheet/Ballerina.toml b/gsheet/Ballerina.toml index 2a8db0d3..b11c41b3 100644 --- a/gsheet/Ballerina.toml +++ b/gsheet/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.0.3" +distribution = "2201.1.0" org = "ballerinax" name = "googleapis.sheets" -version = "3.0.0" +version = "3.0.1" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["Productivity/Spreadsheets", "Cost/Free", "Vendor/Google"] diff --git a/gsheet/Dependencies.toml b/gsheet/Dependencies.toml index b239bd9c..453d5e11 100644 --- a/gsheet/Dependencies.toml +++ b/gsheet/Dependencies.toml @@ -9,7 +9,7 @@ dependencies-toml-version = "2" [[package]] org = "ballerina" name = "auth" -version = "2.2.0" +version = "2.3.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -22,7 +22,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.2.0" +version = "3.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "task"}, @@ -32,7 +32,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.2.0" +version = "2.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -41,8 +41,9 @@ dependencies = [ [[package]] org = "ballerina" name = "file" -version = "1.2.0" +version = "1.3.0" dependencies = [ + {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, {org = "ballerina", name = "os"}, @@ -53,7 +54,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.2.0" +version = "2.3.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -83,7 +84,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.2.0" +version = "1.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -100,7 +101,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.2.0" +version = "2.3.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -184,7 +185,7 @@ dependencies = [ [[package]] org = "ballerina" name = "log" -version = "2.2.0" +version = "2.3.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -198,7 +199,7 @@ modules = [ [[package]] org = "ballerina" name = "mime" -version = "2.2.0" +version = "2.3.0" dependencies = [ {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, @@ -208,7 +209,7 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.2.0" +version = "2.3.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -220,7 +221,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.0.1" +version = "1.0.5" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -228,7 +229,7 @@ dependencies = [ [[package]] org = "ballerina" name = "os" -version = "1.2.0" +version = "1.3.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -239,9 +240,10 @@ modules = [ [[package]] org = "ballerina" name = "regex" -version = "1.2.0" +version = "1.3.0" dependencies = [ - {org = "ballerina", name = "jballerina.java"} + {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.string"} ] modules = [ {org = "ballerina", packageName = "regex", moduleName = "regex"} @@ -250,7 +252,7 @@ modules = [ [[package]] org = "ballerina" name = "task" -version = "2.2.0" +version = "2.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -271,7 +273,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.2.0" +version = "2.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -279,7 +281,7 @@ dependencies = [ [[package]] org = "ballerina" name = "url" -version = "2.2.0" +version = "2.2.2" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -287,7 +289,7 @@ dependencies = [ [[package]] org = "ballerinax" name = "googleapis.sheets" -version = "2.2.0" +version = "3.0.1" dependencies = [ {org = "ballerina", name = "http"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/gsheet/Package.md b/gsheet/Package.md index fb552a9f..c409aaee 100644 --- a/gsheet/Package.md +++ b/gsheet/Package.md @@ -9,7 +9,7 @@ The `ballerinax/googleapis.sheets` is a [Ballerina](https://ballerina.io/) conne ### Compatibility | | Version | |---------------------------------------------------|---------------------------------| -| Ballerina Language | Ballerina Swan Lake 2201.0.0 | +| Ballerina Language | Ballerina Swan Lake 2201.1.0 | | Google Sheets API | v4 | ## Report issues