Skip to content

Commit

Permalink
Merge pull request #34 from LakshanSS/rel-2.1.0
Browse files Browse the repository at this point in the history
Prepare for 2.1.0 release with SLBeta6
  • Loading branch information
abeykoon authored Dec 14, 2021
2 parents f74ed97 + 1d0ae57 commit cfc2df5
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ For more information about configuration and operations, go to the module.

> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
2. Download and install [Ballerina Swan Lake Beta3](https://ballerina.io/).
2. Download and install [Ballerina Swan Lake](https://ballerina.io/).

### Building the source
Execute the commands below to build from the source after installing Ballerina SL Beta2 version.
Execute the commands below to build from the source after installing Ballerina.

1. To build the package:
```
Expand Down
3 changes: 2 additions & 1 deletion excel/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[package]
distribution = "slbeta6"
org= "ballerinax"
name= "microsoft.excel"
version= "2.0.0"
version= "2.1.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Productivity/Spreadsheets", "Cost/Free", "Vendor/Microsoft"]
Expand Down
36 changes: 17 additions & 19 deletions excel/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.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.0.1"
version = "3.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "task"},
Expand All @@ -32,7 +32,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -41,7 +41,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "log"},
Expand All @@ -53,7 +53,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -83,7 +83,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -97,7 +97,7 @@ version = "0.0.0"
[[package]]
org = "ballerina"
name = "jwt"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -153,9 +153,7 @@ org = "ballerina"
name = "lang.runtime"
version = "0.0.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.value"}
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
Expand All @@ -177,7 +175,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -191,7 +189,7 @@ modules = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -201,7 +199,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -221,7 +219,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "os"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -232,15 +230,15 @@ modules = [
[[package]]
org = "ballerina"
name = "regex"
version = "1.0.1"
version = "1.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "task"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -261,23 +259,23 @@ modules = [
[[package]]
org = "ballerina"
name = "time"
version = "2.0.1"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

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

[[package]]
org = "ballerinax"
name = "microsoft.excel"
version = "2.0.0"
version = "2.1.0"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "log"},
Expand Down
2 changes: 1 addition & 1 deletion excel/Package.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This package provides the capability to perform CRUD operations in Microsoft Exc
### Compatibility
| | Version |
|---------------------|-----------------|
| Ballerina Language | Swan Lake Beta3 |
| Ballerina Language | Swan Lake Beta6 |
| Microsoft Graph API | v1.0 |

## Report issues
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.caching=true
group=org.ballerinalang.microsoft.excel
version=1.0.1-SNAPSHOT
ballerinaLangVersion=2.0.0-beta.3-20210819-105900-12ae88f7
version=2.1.0
ballerinaLangVersion=2.0.0-beta.6

0 comments on commit cfc2df5

Please sign in to comment.