Skip to content

Commit c3e0878

Browse files
committed
versions
1 parent 59be32d commit c3e0878

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

components/shopify_developer_app/sources/new-cancelled-order/new-cancelled-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Cancelled Order (Instant)",
88
type: "source",
99
description: "Emit new event each time a new order is cancelled.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-customer-created/new-customer-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Customer Created (Instant)",
88
type: "source",
99
description: "Emit new event for each new customer added to a store.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-draft-order/new-draft-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Draft Order (Instant)",
88
type: "source",
99
description: "Emit new event for each new draft order submitted to a store.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-event-emitted/new-event-emitted.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Event Emitted (Instant)",
88
type: "source",
99
description: "Emit new event for each new Shopify event.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
props: {
1313
...common.props,

components/shopify_developer_app/sources/new-order-created/new-order-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Order Created (Instant)",
88
type: "source",
99
description: "Emit new event for each new order submitted to a store.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-paid-order/new-paid-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Paid Order (Instant)",
88
type: "source",
99
description: "Emit new event each time a new order is paid.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-product-created/new-product-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Product Created (Instant)",
88
type: "source",
99
description: "Emit new event for each product added to a store.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-product-updated/new-product-updated.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "shopify_developer_app-new-product-updated",
77
name: "New Product Updated (Instant)",
88
description: "Emit new event for each product updated in a store.",
9-
version: "0.0.2",
9+
version: "0.0.3",
1010
type: "source",
1111
dedupe: "unique",
1212
props: {

components/shopify_developer_app/sources/new-refund-created/new-refund-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
key: "shopify_developer_app-new-refund-created",
77
name: "New Refund Created (Instant)",
88
description: "Emit new event when a new refund is created.",
9-
version: "0.0.1",
9+
version: "0.0.2",
1010
type: "source",
1111
dedupe: "unique",
1212
methods: {

components/shopify_developer_app/sources/new-shipment/new-shipment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default {
77
name: "New Shipment (Instant)",
88
type: "source",
99
description: "Emit new event for each new fulfillment event for a store.",
10-
version: "0.0.4",
10+
version: "0.0.5",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

0 commit comments

Comments
 (0)