Skip to content

Commit

Permalink
chore(pickk-common): 🚀 release v1.9.18
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Nov 4, 2021
1 parent 82d6e21 commit eae88cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/pickk-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@
## v1.9.18

✨ update api to pickk-server v1.0.70

## v1.9.19

✨ update api to pickk-server v1.0.72
1 change: 1 addition & 0 deletions packages/pickk-common/lib/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,7 @@ export type OrderItem = {
processDelayedAt?: Maybe<Scalars['DateTime']>;
product?: Maybe<Product>;
productId?: Maybe<Scalars['Int']>;
productPriceVariant: Scalars['Int'];
productVariantName: Scalars['String'];
quantity: Scalars['Int'];
recommendDigest?: Maybe<Digest>;
Expand Down
4 changes: 2 additions & 2 deletions packages/pickk-common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/pickk-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pickk/common",
"version": "1.9.18",
"version": "1.9.19",
"description": "common files for pickk development",
"keywords": [
"graphql",
Expand Down

0 comments on commit eae88cb

Please sign in to comment.