Skip to content

Commit aa001ab

Browse files
bump versions
1 parent 63a2585 commit aa001ab

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/jotform/actions/get-form-submissions/get-form-submissions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "jotform-get-form-submissions",
66
name: "Get Form Submissions",
77
description: "Gets a list of form responses [See the docs here](https://api.jotform.com/docs/#form-id-submissions)",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
type: "action",
1010
props: {
1111
...common.props,

components/jotform/actions/get-monthly-user-usage/get-monthly-user-usage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "jotform-get-monthly-user-usage",
66
name: "Get Monthly User Usage",
77
description: "Gets number of form submissions received this month. Also, get number of SSL form submissions, payment form submissions and upload space used by user [See the docs here](https://api.jotform.com/docs/#user-usage)",
8-
version: "0.0.6",
8+
version: "0.0.7",
99
type: "action",
1010
props: {
1111
...common.props,

components/jotform/actions/get-user-submissions/get-user-submissions.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "jotform-get-user-submissions",
66
name: "Get User Submissions",
77
description: "Gets a list of all submissions for all forms on the account [See the docs here](https://api.jotform.com/docs/#user-submissions)",
8-
version: "0.1.3",
8+
version: "0.1.4",
99
type: "action",
1010
props: {
1111
...common.props,

components/jotform/package.json

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

components/jotform/sources/new-submission/new-submission.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "jotform-new-submission",
66
name: "New Submission (Instant)",
77
description: "Emit new event when a form is submitted",
8-
version: "0.1.5",
8+
version: "0.1.6",
99
type: "source",
1010
dedupe: "unique",
1111
props: {

0 commit comments

Comments
 (0)