Skip to content

Commit 925f252

Browse files
Google Sheets - update drive dependency (#17447)
* update pipedream google drive dependency version * bump versions
1 parent 3a8b321 commit 925f252

File tree

28 files changed

+138
-95
lines changed

28 files changed

+138
-95
lines changed

components/google_sheets/actions/add-column/add-column.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_sheets-add-column",
55
name: "Create Column",
66
description: "Create a new column in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
googleSheets,

components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
key: "google_sheets-add-multiple-rows",
1212
name: "Add Multiple Rows",
1313
description: "Add multiple rows of data to a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append)",
14-
version: "0.2.11",
14+
version: "0.2.12",
1515
type: "action",
1616
props: {
1717
googleSheets,

components/google_sheets/actions/add-single-row/add-single-row.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
key: "google_sheets-add-single-row",
1111
name: "Add Single Row",
1212
description: "Add a single row of data to Google Sheets. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append)",
13-
version: "2.1.13",
13+
version: "2.1.14",
1414
type: "action",
1515
props: {
1616
googleSheets,

components/google_sheets/actions/clear-cell/clear-cell.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "google_sheets-clear-cell",
88
name: "Clear Cell",
99
description: "Delete the content of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear)",
10-
version: "0.1.12",
10+
version: "0.1.13",
1111
type: "action",
1212
props: {
1313
googleSheets,

components/google_sheets/actions/clear-rows/clear-rows.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "google_sheets-clear-rows",
88
name: "Clear Rows",
99
description: "Delete the content of a row or rows in a spreadsheet. Deleted rows will appear as blank rows. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear)",
10-
version: "0.1.10",
10+
version: "0.1.11",
1111
type: "action",
1212
props: {
1313
googleSheets,

components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_sheets-copy-worksheet",
55
name: "Copy Worksheet",
66
description: "Copy an existing worksheet to another Google Sheets file. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.sheets/copyTo)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
googleSheets,

components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_sheets-create-spreadsheet",
55
name: "Create Spreadsheet",
66
description: "Create a blank spreadsheet or duplicate an existing spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/create)",
7-
version: "0.1.10",
7+
version: "0.1.11",
88
type: "action",
99
props: {
1010
googleSheets,

components/google_sheets/actions/create-worksheet/create-worksheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_sheets-create-worksheet",
55
name: "Create Worksheet",
66
description: "Create a blank worksheet with a title. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
googleSheets,

components/google_sheets/actions/delete-rows/delete-rows.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_sheets-delete-rows",
55
name: "Delete Rows",
66
description: "Deletes the specified rows from a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#deletedimensionrequest)",
7-
version: "0.0.8",
7+
version: "0.0.9",
88
type: "action",
99
props: {
1010
googleSheets,

components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "google_sheets-delete-worksheet",
55
name: "Delete Worksheet",
66
description: "Delete a specific worksheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate)",
7-
version: "0.1.8",
7+
version: "0.1.9",
88
type: "action",
99
props: {
1010
googleSheets,

0 commit comments

Comments
 (0)