Skip to content

Commit 2da7d96

Browse files
authored
Merging pull request #18509
* update-formatting * remove console.log * versions * update * versions * add annotations
1 parent de76662 commit 2da7d96

File tree

29 files changed

+361
-27
lines changed

29 files changed

+361
-27
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.12",
7+
version: "0.1.13",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

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.15",
14+
version: "0.2.16",
1515
annotations: {
1616
destructiveHint: false,
1717
openWorldHint: true,

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.17",
13+
version: "2.1.18",
1414
annotations: {
1515
destructiveHint: false,
1616
openWorldHint: true,

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.16",
10+
version: "0.1.17",
1111
annotations: {
1212
destructiveHint: true,
1313
openWorldHint: true,

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.14",
10+
version: "0.1.15",
1111
annotations: {
1212
destructiveHint: true,
1313
openWorldHint: true,

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.12",
7+
version: "0.1.13",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

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.14",
7+
version: "0.1.15",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

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.12",
7+
version: "0.1.13",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

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.12",
7+
version: "0.0.13",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

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.12",
7+
version: "0.1.13",
88
annotations: {
99
destructiveHint: true,
1010
openWorldHint: true,

0 commit comments

Comments
 (0)