Skip to content

Commit

Permalink
Merge pull request #254 from RolandHewage/bump_version_to_3.0.1
Browse files Browse the repository at this point in the history
Update package for release v3.0.1
  • Loading branch information
RolandHewage authored Jul 12, 2022
2 parents b2f6836 + 2343372 commit 72966e5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 26 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ 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

# 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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions gsheet/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
38 changes: 20 additions & 18 deletions gsheet/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"}
Expand All @@ -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"},
Expand All @@ -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"},
Expand Down Expand Up @@ -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"}
Expand All @@ -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"},
Expand Down Expand Up @@ -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"},
Expand All @@ -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"},
Expand All @@ -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"},
Expand All @@ -220,15 +221,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.1"
version = "1.0.5"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "os"
version = "1.2.0"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -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"}
Expand All @@ -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"}
Expand All @@ -271,23 +273,23 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.2.0"
version = "2.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "url"
version = "2.2.0"
version = "2.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerinax"
name = "googleapis.sheets"
version = "2.2.0"
version = "3.0.1"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
2 changes: 1 addition & 1 deletion gsheet/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72966e5

Please sign in to comment.