Skip to content

Commit feab2b7

Browse files
authored
Merge pull request #217 from LakshanSS/2201.3.x
[2201.3.x] Prepare for 3.2.0 release with 2201.3.1
2 parents 871ea89 + 6713bd6 commit feab2b7

File tree

7 files changed

+17
-98
lines changed

7 files changed

+17
-98
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Ballerina Build
20-
uses: ballerina-platform/ballerina-action/@nightly
20+
uses: ballerina-platform/ballerina-action/@2201.3.1
2121
with:
2222
args:
2323
pack
2424
env:
2525
WORKING_DIR: ./gmail
2626
- name: Ballerina Tests
27-
uses: ballerina-platform/ballerina-action/@nightly
27+
uses: ballerina-platform/ballerina-action/@2201.3.1
2828
with:
2929
args:
3030
test --code-coverage

.github/workflows/daily-build.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/dev-stg-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v2
2121

2222
- name: Ballerina Build
23-
uses: ballerina-platform/ballerina-action/@2201.2.1
23+
uses: ballerina-platform/ballerina-action/@2201.3.1
2424
with:
2525
args:
2626
pack
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Push to Dev
3131
if: github.event.inputs.bal_central_environment == 'DEV'
32-
uses: ballerina-platform/ballerina-action/@2201.2.1
32+
uses: ballerina-platform/ballerina-action/@2201.3.1
3333
with:
3434
args:
3535
push
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Push to Staging
4141
if: github.event.inputs.bal_central_environment == 'STAGE'
42-
uses: ballerina-platform/ballerina-action/@2201.2.1
42+
uses: ballerina-platform/ballerina-action/@2201.3.1
4343
with:
4444
args:
4545
push

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Ballerina Build
15-
uses: ballerina-platform/ballerina-action/@2201.2.1
15+
uses: ballerina-platform/ballerina-action/@2201.3.1
1616
with:
1717
args:
1818
pack
@@ -32,7 +32,7 @@ jobs:
3232
INLINE_IMAGE_NAME: ${{ secrets.INLINE_IMAGE_NAME }}
3333
IMAGE_CONTENT_TYPE: ${{ secrets.IMAGE_CONTENT_TYPE }}
3434
- name: Ballerina Push
35-
uses: ballerina-platform/ballerina-action/@2201.2.1
35+
uses: ballerina-platform/ballerina-action/@2201.3.1
3636
with:
3737
args:
3838
push

gmail/Ballerina.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
2-
distribution = "2201.3.0"
2+
distribution = "2201.3.1"
33
org = "ballerinax"
44
name = "googleapis.gmail"
5-
version = "3.1.0"
5+
version = "3.2.0"
66
authors = ["Ballerina"]
77
repository = "https://github.com/ballerina-platform/module-ballerinax-googleapis.gmail"
88
keywords = ["Communication/Email", "Cost/Free", "Vendor/Google"]

gmail/Dependencies.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
[[package]]
3434
org = "ballerina"
3535
name = "constraint"
36-
version = "1.0.1"
36+
version = "1.0.2"
3737
dependencies = [
3838
{org = "ballerina", name = "jballerina.java"}
3939
]
@@ -63,7 +63,7 @@ dependencies = [
6363
[[package]]
6464
org = "ballerina"
6565
name = "http"
66-
version = "2.5.0"
66+
version = "2.5.3"
6767
dependencies = [
6868
{org = "ballerina", name = "auth"},
6969
{org = "ballerina", name = "cache"},
@@ -207,7 +207,7 @@ dependencies = [
207207
[[package]]
208208
org = "ballerina"
209209
name = "log"
210-
version = "2.5.0"
210+
version = "2.5.1"
211211
dependencies = [
212212
{org = "ballerina", name = "io"},
213213
{org = "ballerina", name = "jballerina.java"},
@@ -221,7 +221,7 @@ modules = [
221221
[[package]]
222222
org = "ballerina"
223223
name = "mime"
224-
version = "2.5.0"
224+
version = "2.5.1"
225225
dependencies = [
226226
{org = "ballerina", name = "io"},
227227
{org = "ballerina", name = "jballerina.java"},
@@ -246,7 +246,7 @@ dependencies = [
246246
[[package]]
247247
org = "ballerina"
248248
name = "observe"
249-
version = "1.0.5"
249+
version = "1.0.6"
250250
dependencies = [
251251
{org = "ballerina", name = "jballerina.java"}
252252
]
@@ -266,7 +266,7 @@ modules = [
266266
[[package]]
267267
org = "ballerina"
268268
name = "regex"
269-
version = "1.3.1"
269+
version = "1.3.2"
270270
dependencies = [
271271
{org = "ballerina", name = "jballerina.java"},
272272
{org = "ballerina", name = "lang.string"}
@@ -342,7 +342,7 @@ modules = [
342342
[[package]]
343343
org = "ballerinax"
344344
name = "googleapis.gmail"
345-
version = "3.1.0"
345+
version = "3.2.0"
346346
dependencies = [
347347
{org = "ballerina", name = "http"},
348348
{org = "ballerina", name = "io"},

gmail/Package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ballerina Gmail Connector provides the capability to send, read, and delete emai
1010

1111
| | Version |
1212
|-----------------------|-------------------------------|
13-
| Ballerina Language | Swan Lake 2201.3.0 |
13+
| Ballerina Language | Swan Lake 2201.3.1 |
1414
| Gmail API | v1 |
1515

1616
## Report issues

0 commit comments

Comments
 (0)