Skip to content

Commit 9ffd7bf

Browse files
authored
Gmail action version bump (#18876)
* Gmail action version bump * description change
1 parent 53339ce commit 9ffd7bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/gmail/actions/send-email/send-email.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "gmail-send-email",
77
name: "Send Email",
88
description: "Send an email from your Google Workspace email account. [See the documentation](https://developers.google.com/gmail/api/reference/rest/v1/users.messages/send)",
9-
version: "0.1.17",
9+
version: "0.2.0",
1010
annotations: {
1111
destructiveHint: false,
1212
openWorldHint: true,
@@ -87,7 +87,7 @@ export default {
8787
"message",
8888
],
8989
label: "In Reply To",
90-
description: "Specify the `message-id` this email is replying to.",
90+
description: "Specify the `message-id` this email is replying to",
9191
optional: true,
9292
reloadProps: true,
9393
},

components/gmail/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/gmail",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Pipedream Gmail Components",
55
"main": "gmail.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)