Skip to content

Commit

Permalink
update changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 5, 2024
1 parent 61e355c commit 9d9087a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-insects-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/fonts": major
---

update fonts library 2.0.0
5 changes: 5 additions & 0 deletions .changeset/pretty-readers-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/ui": major
---

release ui library
5 changes: 5 additions & 0 deletions .changeset/rare-deers-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/icons": major
---

release icon library
12 changes: 0 additions & 12 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# @sopt-makers/fonts

## 2.0.1

### Patch Changes

- b584bc1: update font library

## 2.0.0

### Major Changes

- 369a445: update fonts name, add object style

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/fonts",
"version": "2.0.1",
"version": "1.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 fonts를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/icons",
"version": "2.0.0",
"version": "0.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 icon을 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ui",
"name": "@sopt-makers/ui",
"version": "0.0.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 9d9087a

Please sign in to comment.