Skip to content

Commit e393b36

Browse files
committed
update versions & prop description
1 parent 6900b8c commit e393b36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/hubspot/actions/search-crm/search-crm.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
key: "hubspot-search-crm",
1717
name: "Search CRM",
1818
description: "Search companies, contacts, deals, feedback submissions, products, tickets, line-items, quotes, leads, or custom objects. [See the documentation](https://developers.hubspot.com/docs/api/crm/search)",
19-
version: "0.0.12",
19+
version: "0.0.13",
2020
type: "action",
2121
props: {
2222
hubspot,
@@ -89,7 +89,7 @@ export default {
8989
props.searchValue = {
9090
type: "string",
9191
label: "Search Value",
92-
description: "Search for objects where the specified search field/property matches the search value",
92+
description: "Search for objects where the specified search field/property contains an match of the search value",
9393
};
9494
const defaultProperties = this.getDefaultProperties();
9595
if (defaultProperties?.length) {

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": "0.13.2",
3+
"version": "0.13.3",
44
"description": "Pipedream Hubspot Components",
55
"main": "hubspot.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)