Skip to content

Commit 23d1ae4

Browse files
committed
versions
1 parent b0f14e4 commit 23d1ae4

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

components/hubspot/sources/delete-blog-article/delete-blog-article.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "hubspot-delete-blog-article",
77
name: "Deleted Blog Posts",
88
description: "Emit new event for each deleted blog post.",
9-
version: "0.0.32",
9+
version: "0.0.33",
1010
dedupe: "unique",
1111
type: "source",
1212
methods: {

components/hubspot/sources/new-contact-added-to-list/new-contact-added-to-list.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
name: "New Contact Added to List",
1313
description:
1414
"Emit new event when a contact is added to a HubSpot list. [See the documentation](https://developers.hubspot.com/docs/reference/api/crm/lists#get-%2Fcrm%2Fv3%2Flists%2F%7Blistid%7D%2Fmemberships%2Fjoin-order)",
15-
version: "0.0.4",
15+
version: "0.0.5",
1616
type: "source",
1717
dedupe: "unique",
1818
props: {

components/hubspot/sources/new-deal-in-stage/new-deal-in-stage.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
key: "hubspot-new-deal-in-stage",
1212
name: "New Deal In Stage",
1313
description: "Emit new event for each new deal in a stage.",
14-
version: "0.0.38",
14+
version: "0.0.39",
1515
dedupe: "unique",
1616
type: "source",
1717
props: {

components/hubspot/sources/new-email-event/new-email-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "hubspot-new-email-event",
99
name: "New Email Event",
1010
description: "Emit new event for each new Hubspot email event.",
11-
version: "0.0.35",
11+
version: "0.0.36",
1212
dedupe: "unique",
1313
type: "source",
1414
props: {

components/hubspot/sources/new-email-subscriptions-timeline/new-email-subscriptions-timeline.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "hubspot-new-email-subscriptions-timeline",
77
name: "New Email Subscriptions Timeline",
88
description: "Emit new event when a new email timeline subscription is added for the portal.",
9-
version: "0.0.32",
9+
version: "0.0.33",
1010
dedupe: "unique",
1111
type: "source",
1212
methods: {

components/hubspot/sources/new-engagement/new-engagement.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "hubspot-new-engagement",
99
name: "New Engagement",
1010
description: "Emit new event for each new engagement created. This action returns a maximum of 5000 records at a time, make sure you set a correct time range so you don't miss any events",
11-
version: "0.0.37",
11+
version: "0.0.38",
1212
dedupe: "unique",
1313
type: "source",
1414
props: {

components/hubspot/sources/new-event/new-event.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "hubspot-new-event",
99
name: "New Events",
1010
description: "Emit new event for each new Hubspot event. Note: Only available for Marketing Hub Enterprise, Sales Hub Enterprise, Service Hub Enterprise, or CMS Hub Enterprise accounts",
11-
version: "0.0.36",
11+
version: "0.0.37",
1212
dedupe: "unique",
1313
type: "source",
1414
props: {

components/hubspot/sources/new-form-submission/new-form-submission.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "hubspot-new-form-submission",
77
name: "New Form Submission",
88
description: "Emit new event for each new submission of a form.",
9-
version: "0.0.37",
9+
version: "0.0.38",
1010
dedupe: "unique",
1111
type: "source",
1212
props: {

components/hubspot/sources/new-or-updated-blog-article/new-or-updated-blog-article.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
key: "hubspot-new-or-updated-blog-article",
88
name: "New or Updated Blog Post",
99
description: "Emit new event for each new or updated blog post in Hubspot.",
10-
version: "0.0.19",
10+
version: "0.0.20",
1111
dedupe: "unique",
1212
type: "source",
1313
props: {

components/hubspot/sources/new-or-updated-company/new-or-updated-company.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
key: "hubspot-new-or-updated-company",
1111
name: "New or Updated Company",
1212
description: "Emit new event for each new or updated company in Hubspot.",
13-
version: "0.0.19",
13+
version: "0.0.20",
1414
dedupe: "unique",
1515
type: "source",
1616
props: {

0 commit comments

Comments
 (0)