Skip to content

Commit 2c4e2c5

Browse files
committed
Version bumps.
1 parent 313412c commit 2c4e2c5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

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.8",
14+
version: "0.2.9",
1515
type: "action",
1616
props: {
1717
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.9",
10+
version: "0.1.10",
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.7",
10+
version: "0.1.8",
1111
type: "action",
1212
props: {
1313
googleSheets,

components/google_sheets/actions/find-row/find-row.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-find-row",
88
name: "Find Row",
99
description: "Find one or more rows by a column and value. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)",
10-
version: "0.2.7",
10+
version: "0.2.8",
1111
type: "action",
1212
props: {
1313
googleSheets,

components/google_sheets/actions/get-cell/get-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-get-cell",
88
name: "Get Cell",
99
description: "Fetch the contents of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)",
10-
version: "0.1.7",
10+
version: "0.1.8",
1111
type: "action",
1212
props: {
1313
googleSheets,

components/google_sheets/actions/get-values-in-range/get-values-in-range.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-get-values-in-range",
88
name: "Get Values in Range",
99
description: "Get all values or values from a range of cells using A1 notation. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)",
10-
version: "0.1.7",
10+
version: "0.1.8",
1111
type: "action",
1212
props: {
1313
googleSheets,

components/google_sheets/actions/update-cell/update-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-update-cell",
88
name: "Update Cell",
99
description: "Update a cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update)",
10-
version: "0.1.7",
10+
version: "0.1.8",
1111
type: "action",
1212
props: {
1313
googleSheets,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default {
99
key: "google_sheets-update-multiple-rows",
1010
name: "Update Multiple Rows",
1111
description: "Update multiple rows in a spreadsheet defined by a range. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update)",
12-
version: "0.1.7",
12+
version: "0.1.8",
1313
type: "action",
1414
props: {
1515
googleSheets,

components/google_sheets/actions/upsert-row/upsert-row.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
key: "google_sheets-upsert-row",
2525
name: "Upsert Row",
2626
description: "Upsert a row of data in a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append)",
27-
version: "0.1.9",
27+
version: "0.1.10",
2828
type: "action",
2929
props: {
3030
googleSheets,

0 commit comments

Comments
 (0)