Skip to content

Commit 81c39a2

Browse files
bump versions
1 parent 193c6fa commit 81c39a2

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

components/shopify/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",
3-
"version": "0.6.6",
3+
"version": "0.6.7",
44
"description": "Pipedream Shopify Components",
55
"main": "shopify.app.mjs",
66
"keywords": [

components/shopify/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.12",
10+
version: "0.0.13",
1111
dedupe: "unique",
1212
props: {
1313
...common.props,

components/shopify/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.12",
10+
version: "0.0.13",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

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.1",
3+
"version": "0.6.2",
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.6",
10+
version: "0.0.7",
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.6",
10+
version: "0.0.7",
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.6",
10+
version: "0.0.7",
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.6",
10+
version: "0.0.7",
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.4",
10+
version: "0.0.5",
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.6",
10+
version: "0.0.7",
1111
dedupe: "unique",
1212
methods: {
1313
...common.methods,

0 commit comments

Comments
 (0)