Skip to content

Commit d98247b

Browse files
bump versions
1 parent fc186bf commit d98247b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

components/connectwise_psa/actions/create-company/create-company.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "connectwise_psa-create-company",
55
name: "Create Company",
66
description: "Creates a new company in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Companies/postCompanyCompanies)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/connectwise_psa/actions/create-contact/create-contact.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "connectwise_psa-create-contact",
66
name: "Create Contact",
77
description: "Creates a new contact in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Contacts/postCompanyContacts)",
8-
version: "0.1.1",
8+
version: "0.1.2",
99
annotations: {
1010
destructiveHint: false,
1111
openWorldHint: true,

components/connectwise_psa/actions/create-ticket/create-ticket.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "connectwise_psa-create-ticket",
55
name: "Create Ticket",
66
description: "Creates a new ticket in Connectwise. [See the documentation](https://developer.connectwise.com/Products/ConnectWise_PSA/REST#/Tickets/postServiceTickets)",
7-
version: "0.1.1",
7+
version: "0.1.2",
88
annotations: {
99
destructiveHint: false,
1010
openWorldHint: true,

components/connectwise_psa/package.json

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

components/connectwise_psa/sources/new-contact-created/new-contact-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "connectwise_psa-new-contact-created",
77
name: "New Contact Created",
88
description: "Emit new event when a new contact is created in Connectwise.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/connectwise_psa/sources/new-project-created/new-project-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "connectwise_psa-new-project-created",
77
name: "New Project Created",
88
description: "Emit new event when a new project is created in Connectwise.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/connectwise_psa/sources/new-ticket-created/new-ticket-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "connectwise_psa-new-ticket-created",
77
name: "New Ticket Created",
88
description: "Emit new event when a new ticket is created in Connectwise.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

0 commit comments

Comments
 (0)