Skip to content

Commit

Permalink
chore(pickk-common) 🚀 release v1.7.29
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed Sep 5, 2021
1 parent 9008975 commit dec534a
Show file tree
Hide file tree
Showing 4 changed files with 9 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 @@ -75,3 +75,7 @@
## v1.7.28

✨ update api to pickk-server v0.1.56

## v1.7.29

✨ update api to pickk-server v0.1.58
2 changes: 2 additions & 0 deletions packages/pickk-common/lib/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,8 @@ export type ItemsExhibition = {
createdAt: Scalars['DateTime'];
id: Scalars['Int'];
items: Array<Item>;
/** 최대 50자 */
title: Scalars['String'];
updatedAt: Scalars['DateTime'];
};

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.7.28",
"version": "1.7.29",
"description": "common files for pickk development",
"keywords": [
"graphql",
Expand Down

0 comments on commit dec534a

Please sign in to comment.