Skip to content

Commit

Permalink
chore: publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
saseungmin committed Jul 18, 2023
1 parent 9c02e22 commit e90d435
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/spicy-maps-decide.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nft-team/core

## 1.0.0

### Major Changes

- 8f076b3: feat(@nft-team/core): 공통으로 사용되는 유틸함수를 core 라이브러리로 생성 (checkEmpty, checkNull, checkNumNull, emptyAThenB, generateArrayOfNumber, isEmpty, trueOrFalse)
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nft-team/core",
"version": "0.0.0",
"version": "1.0.0",
"description": "nft team 유틸 함수",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit e90d435

Please sign in to comment.