Skip to content

Commit e8bb9a6

Browse files
committed
Update Shopify Developer App versions and add new draft order updated source
- Bump main package version to 0.10.0 and update dependencies. - Increment action versions for multiple actions to reflect updates. - Introduce new source for "Draft Order Updated" with version 0.0.1. - Update existing sources and actions to improve versioning consistency.
1 parent a20eeab commit e8bb9a6

File tree

63 files changed

+236
-62
lines changed

Some content is hidden

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

63 files changed

+236
-62
lines changed

components/shopify_developer_app/actions/add-product-to-custom-collection/add-product-to-custom-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-add-product-to-custom-collection",
14-
version: "0.0.9",
14+
version: "0.0.10",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/add-tags/add-tags.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-add-tags",
14-
version: "0.0.9",
14+
version: "0.0.10",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-article/create-article.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-article",
14-
version: "0.0.11",
14+
version: "0.0.12",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-blog/create-blog.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-blog",
14-
version: "0.0.11",
14+
version: "0.0.12",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-custom-collection/create-custom-collection.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-custom-collection",
14-
version: "0.0.9",
14+
version: "0.0.10",
1515
name,
1616
description,
1717
type,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify_developer_app-create-customer",
55
name: "Create Customer",
66
description: "Create a new customer. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/customercreate)",
7-
version: "0.0.9",
7+
version: "0.0.10",
88
type: "action",
99
props: {
1010
shopify,

components/shopify_developer_app/actions/create-fulfillment/create-fulfillment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "shopify_developer_app-create-fulfillment",
55
name: "Create Fulfillment",
66
description: "Create a fulfillment. [See the documentation](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/fulfillmentcreate)",
7-
version: "0.0.1",
7+
version: "0.0.2",
88
type: "action",
99
props: {
1010
shopify,

components/shopify_developer_app/actions/create-metafield/create-metafield.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const {
1010
export default {
1111
...others,
1212
key: "shopify_developer_app-create-metafield",
13-
version: "0.0.10",
13+
version: "0.0.11",
1414
name,
1515
description,
1616
type,

components/shopify_developer_app/actions/create-metaobject/create-metaobject.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const props = adjustPropDefinitions(others.props, shopify);
1111
export default {
1212
...others,
1313
key: "shopify_developer_app-create-metaobject",
14-
version: "0.0.11",
14+
version: "0.0.12",
1515
name,
1616
description,
1717
type,

components/shopify_developer_app/actions/create-order/create-order.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "shopify_developer_app-create-order",
66
name: "Create Order",
77
description: "Creates a new order. For full order object details [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/ordercreate)",
8-
version: "0.0.9",
8+
version: "0.0.10",
99
type: "action",
1010
props: {
1111
shopify,

0 commit comments

Comments
 (0)