Skip to content

Commit db52da2

Browse files
bump versions
1 parent 8e7f4df commit db52da2

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

components/shopify_developer_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/shopify_developer_app",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Pipedream Shopify (Developer App) Components",
55
"main": "shopify_developer_app.app.mjs",
66
"keywords": [

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.7",
10+
version: "0.0.8",
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.7",
10+
version: "0.0.8",
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.7",
10+
version: "0.0.8",
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.8",
10+
version: "0.0.9",
1111
dedupe: "unique",
1212
props: {
1313
...common.props,

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

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

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.7",
10+
version: "0.0.8",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

components/shopify_developer_app/sources/new-order-fulfilled/new-order-fulfilled.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 Fulfilled (Instant)",
88
type: "source",
99
description: "Emit new event whenever an order is fulfilled.",
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.7",
10+
version: "0.0.8",
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.7",
10+
version: "0.0.8",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

0 commit comments

Comments
 (0)