Skip to content

Commit 8d0ee1b

Browse files
committed
Update version numbers for HubSpot source components to ensure compatibility with the latest API changes.
1 parent aba4264 commit 8d0ee1b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

components/hubspot/package.json

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

components/hubspot/sources/new-company-property-change/new-company-property-change.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-company-property-change",
88
name: "New Company Property Change",
99
description: "Emit new event when a specified property is provided or updated on a company. [See the documentation](https://developers.hubspot.com/docs/api/crm/companies)",
10-
version: "0.0.22",
10+
version: "0.0.23",
1111
dedupe: "unique",
1212
type: "source",
1313
props: {

components/hubspot/sources/new-contact-property-change/new-contact-property-change.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-contact-property-change",
88
name: "New Contact Property Change",
99
description: "Emit new event when a specified property is provided or updated on a contact. [See the documentation](https://developers.hubspot.com/docs/api/crm/contacts)",
10-
version: "0.0.24",
10+
version: "0.0.25",
1111
dedupe: "unique",
1212
type: "source",
1313
props: {

components/hubspot/sources/new-deal-property-change/new-deal-property-change.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-deal-property-change",
88
name: "New Deal Property Change",
99
description: "Emit new event when a specified property is provided or updated on a deal. [See the documentation](https://developers.hubspot.com/docs/api/crm/deals)",
10-
version: "0.0.23",
10+
version: "0.0.24",
1111
dedupe: "unique",
1212
type: "source",
1313
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.29",
9+
version: "0.0.30",
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.34",
11+
version: "0.0.35",
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.33",
11+
version: "0.0.34",
1212
dedupe: "unique",
1313
type: "source",
1414
props: {

components/hubspot/sources/new-or-updated-crm-object/new-or-updated-crm-object.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-crm-object",
88
name: "New or Updated CRM Object",
99
description: "Emit new event each time a CRM Object of the specified object type is updated.",
10-
version: "0.0.29",
10+
version: "0.0.30",
1111
dedupe: "unique",
1212
type: "source",
1313
props: {

components/hubspot/sources/new-or-updated-custom-object/new-or-updated-custom-object.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-custom-object",
88
name: "New or Updated Custom Object",
99
description: "Emit new event each time a Custom Object of the specified schema is updated.",
10-
version: "0.0.18",
10+
version: "0.0.19",
1111
dedupe: "unique",
1212
type: "source",
1313
props: {

components/hubspot/sources/new-or-updated-line-item/new-or-updated-line-item.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-line-item",
1111
name: "New or Updated Line Item",
1212
description: "Emit new event for each new line item added or updated in Hubspot.",
13-
version: "0.0.16",
13+
version: "0.0.17",
1414
dedupe: "unique",
1515
type: "source",
1616
props: {

0 commit comments

Comments
 (0)