We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d51a5 commit da83e37Copy full SHA for da83e37
components/google_sheets/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/google_sheets",
3
- "version": "0.8.3",
+ "version": "0.8.4",
4
"description": "Pipedream Google_sheets Components",
5
"main": "google_sheets.app.mjs",
6
"keywords": [
components/google_sheets/sources/new-row-added/new-row-added.mjs
@@ -8,7 +8,7 @@ export default {
8
key: "google_sheets-new-row-added",
9
name: "New Row Added (Instant)",
10
description: "Emit new event each time a row or rows are added to the bottom of a spreadsheet.",
11
- version: "0.1.11",
+ version: "0.1.12",
12
dedupe: "unique",
13
type: "source",
14
props: {
0 commit comments