Skip to content

Commit e909d8e

Browse files
authored
Quickbooks Sandbox - Follupup PR to #15369 (#15384)
* update package.json & component versions * pnpm-lock.yaml
1 parent 9b478e3 commit e909d8e

File tree

41 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+46
-46
lines changed

components/quickbooks_sandbox/actions/create-ap-aging-report/create-ap-aging-report.mjs

Lines changed: 1 addition & 1 deletion
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-create-ap-aging-report",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-bill/create-bill.mjs

Lines changed: 1 addition & 1 deletion
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-create-bill",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-customer/create-customer.mjs

Lines changed: 1 addition & 1 deletion
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-create-customer",
14-
version: "0.1.3",
14+
version: "0.1.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-invoice/create-invoice.mjs

Lines changed: 1 addition & 1 deletion
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-create-invoice",
14-
version: "0.1.3",
14+
version: "0.1.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-payment/create-payment.mjs

Lines changed: 1 addition & 1 deletion
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-create-payment",
14-
version: "0.1.3",
14+
version: "0.1.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-pl-report/create-pl-report.mjs

Lines changed: 1 addition & 1 deletion
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-create-pl-report",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-purchase/create-purchase.mjs

Lines changed: 1 addition & 1 deletion
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-create-purchase",
14-
version: "0.1.3",
14+
version: "0.1.4",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/create-sales-receipt/create-sales-receipt.mjs

Lines changed: 1 addition & 1 deletion
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-create-sales-receipt",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/delete-purchase/delete-purchase.mjs

Lines changed: 1 addition & 1 deletion
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-delete-purchase",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

components/quickbooks_sandbox/actions/get-bill/get-bill.mjs

Lines changed: 1 addition & 1 deletion
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-get-bill",
14-
version: "0.0.2",
14+
version: "0.0.3",
1515
name,
1616
description,
1717
type,

0 commit comments

Comments
 (0)