Skip to content

Commit 426f7b0

Browse files
author
Sujan
committed
Removed published and updated date from product
1 parent 86c351e commit 426f7b0

42 files changed

Lines changed: 27 additions & 148 deletions

Some content is hidden

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.6.0
2+
3+
* Removed published and updated date from product
4+
15
# 2.5.6
26

37
* Added `sellingPlanAllocations` to the Order Item Variant

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ packages:
891891
path: ".."
892892
relative: true
893893
source: path
894-
version: "2.5.5"
894+
version: "2.5.6"
895895
sky_engine:
896896
dependency: transitive
897897
description: flutter

lib/graphql_operations/storefront/mutations/cart/cart_attributes_update_mutation.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartAttributesUpdate($cartId: ID!, $attributes: [AttributeInput!]!, $co
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_buyer_identity_update.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartBuyerIdentityUpdate($country: CountryCode, $cartId: ID!, $buyerIden
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_create.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartCreate($country: CountryCode, $input: CartInput!) @inContext(countr
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_discount_code_update_mutation.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartDiscountCodesUpdate($cartId: ID!, $discountCodes: [String!], $count
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_line_item_add.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartLineItemAdd($country: CountryCode, $cartId: ID!, $lines: [CartLineI
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_line_item_remove.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartLinesRemove($country: CountryCode, $cartId: ID!, $lineIds: [ID!]!,
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_line_item_update.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartLinesUpdate($country: CountryCode, $cartId: ID!, $lines: [CartLineU
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

lib/graphql_operations/storefront/mutations/cart/cart_note_update.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,8 @@ mutation cartNoteUpdate($cartId: ID!, $note: String!, $country: CountryCode, $re
352352
id
353353
onlineStoreUrl
354354
productType
355-
publishedAt
356355
tags
357356
title
358-
updatedAt
359357
vendor
360358
images(first: 5) {
361359
edges {

0 commit comments

Comments
 (0)