Skip to content

Commit 19f1456

Browse files
committed
versions
1 parent f35f351 commit 19f1456

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/shopify_developer_app/actions/delete-metafield/delete-metafield.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-delete-metafield",
77
name: "Delete Metafield",
88
description: "Deletes a metafield belonging to a resource. [See the documentation](https://shopify.dev/docs/api/admin-rest/2023-01/resources/metafield#delete-blogs-blog-id-metafields-metafield-id)",
9-
version: "0.0.3",
9+
version: "0.0.4",
1010
type: "action",
1111
props: {
1212
...metafieldActions.props,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "shopify_developer_app-update-customer",
99
name: "Update Customer",
1010
description: "Update a existing customer. [See the docs](https://shopify.dev/api/admin-rest/2022-01/resources/customer#[put]/admin/api/2022-01/customers/{customer_id}.json)",
11-
version: "0.0.3",
11+
version: "0.0.4",
1212
type: "action",
1313
props: {
1414
shopify,

components/shopify_developer_app/actions/update-product-variant/update-product-variant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "shopify_developer_app-update-product-variant",
99
name: "Update Product Variant",
1010
description: "Update an existing product variant. [See the docs](https://shopify.dev/api/admin-rest/2022-01/resources/product-variant#[put]/admin/api/2022-01/variants/{variant_id}.json)",
11-
version: "0.0.4",
11+
version: "0.0.5",
1212
type: "action",
1313
props: {
1414
shopify,

0 commit comments

Comments
 (0)