Skip to content

Commit 36f0b5c

Browse files
committed
versions
1 parent 205ae4b commit 36f0b5c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/quickbooks/sources/new-employee-created/new-employee-created.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-employee-created",
77
name: "New Employee Created",
88
description: "Emit new event when a new employee is created.",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks/sources/new-employee-updated/new-employee-updated.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "quickbooks-new-employee-updated",
77
name: "New Employee Updated",
88
description: "Emit new event when an employee is updated.",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/quickbooks_sandbox/sources/new-employee-created/new-employee-created.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-new-employee-created",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/sources/new-employee-updated/new-employee-updated.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, app);
1111
export default {
1212
...others,
1313
key: "quickbooks_sandbox-new-employee-updated",
14-
version: "0.0.1",
14+
version: "0.0.2",
1515
name,
1616
description,
1717
type,

pnpm-lock.yaml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)