Skip to content

Commit 55ef300

Browse files
committed
versions
1 parent a72f494 commit 55ef300

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/google_drive/actions/upload-file/upload-file.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
key: "google_drive-upload-file",
1313
name: "Upload File",
1414
description: "Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information",
15-
version: "2.0.0",
15+
version: "2.0.1",
1616
type: "action",
1717
props: {
1818
googleDrive,

components/google_drive/package.json

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

components/supabase/actions/batch-insert-rows/batch-insert-rows.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "supabase-batch-insert-rows",
77
name: "Batch Insert Rows",
88
description: "Inserts new rows into a database. [See the documentation](https://supabase.com/docs/reference/javascript/insert)",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "action",
1111
props: {
1212
supabase,

components/supabase/package.json

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

0 commit comments

Comments
 (0)