Skip to content

Commit 72b131c

Browse files
authored
Merging pull request #14744
* bump versions for Doppler Marketing Automation components to republish * bump versions for Fullenrich components to republish * bump versions for Parsehub components to republish * bump app package versions
1 parent 49e548c commit 72b131c

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

components/doppler_marketing_automation/actions/add-update-subscriber/add-update-subscriber.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "doppler_marketing_automation-add-update-subscriber",
88
name: "Add or Update Subscriber",
99
description: "Adds a new subscriber or updates an existing one. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameListsByListIdSubscribersPost)",
10-
version: "0.0.1",
10+
version: "0.0.2",
1111
type: "action",
1212
props: {
1313
app,

components/doppler_marketing_automation/actions/unsubscribe-email/unsubscribe-email.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "doppler_marketing_automation-unsubscribe-email",
55
name: "Unsubscribe Email",
66
description: "Unsubscribe an email address from the account. Once unsubscribed, the user will not receive any more communication. [See the documentation](https://restapi.fromdoppler.com/docs/resources#!/Subscribers/AccountsByAccountNameUnsubscribedPost)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/doppler_marketing_automation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/doppler_marketing_automation",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Pipedream Doppler Marketing Automation Components",
55
"main": "doppler_marketing_automation.app.mjs",
66
"keywords": [

components/fullenrich/actions/enrich-contact/enrich-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "fullenrich-enrich-contact",
66
name: "Enrich Contact",
77
description: "Starts the enrichment process for a specified contact. [See the documentation](https://docs.fullenrich.com/startbulk)",
8-
version: "0.0.1",
8+
version: "0.0.2",
99
type: "action",
1010
props: {
1111
app,

components/fullenrich/actions/get-enrichment-result/get-enrichment-result.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "fullenrich-get-enrichment-result",
55
name: "Get Enrichment Result",
66
description: "Get the enrichment result for a specified contact. [See the documentation](https://docs.fullenrich.com/getbulk).",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/fullenrich/package.json

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

components/parsehub/actions/get-data-run/get-data-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "parsehub-get-data-run",
55
name: "Get Data for a Run",
66
description: "Returns the data extracted by a specified run. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-data-for-a-run)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/parsehub/actions/get-project/get-project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "parsehub-get-project",
55
name: "Get Project Details",
66
description: "Retrieves the details of a specified project within the user's account. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#get-a-project)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/parsehub/actions/run-project/run-project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "parsehub-run-project",
55
name: "Run Parsehub Project",
66
description: "Initiates an instance of a specified project on the Parsehub cloud. [See the documentation](https://www.parsehub.com/docs/ref/api/v2/#run-a-project)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
app,

components/parsehub/package.json

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

0 commit comments

Comments
 (0)