Skip to content

Commit

Permalink
Release icons, ui library
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 8, 2024
1 parent 3636946 commit a14f589
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/spotty-houses-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/icons": major
---

Release icons library
5 changes: 5 additions & 0 deletions .changeset/wild-papayas-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/ui": major
---

Release ui library
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sopt-makers/icons",
"version": "0.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 icon을 제공해요.",
"description": "sopt-makers의 frontend repository에 사용되는 icons를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@sopt-makers/ui",
"version": "0.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 ui를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit a14f589

Please sign in to comment.