Skip to content

Commit

Permalink
Create changeset - fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 8, 2024
1 parent d4aa38a commit dc03695
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-spiders-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sopt-makers/fonts": major
---

Change fonts name, Add fontStr, Add fontObj
6 changes: 0 additions & 6 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @sopt-makers/fonts

## 2.0.0

### Major Changes

- 1f337ba: Change fonts name, add fontObj

## 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.0",
"version": "1.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 fonts를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 0 additions & 7 deletions packages/icons/CHANGELOG.md

This file was deleted.

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": "1.0.0",
"version": "0.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 icon을 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 0 additions & 7 deletions packages/ui/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/ui",
"version": "0.1.0",
"version": "0.0.0",
"main": "./dist/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
"devDependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@sopt-makers/colors": "^3.0.0",
"@sopt-makers/fonts": "^2.0.0",
"@sopt-makers/fonts": "^1.0.0",
"@turbo/gen": "^1.10.12",
"@types/node": "^20.5.2",
"@types/react": "^18.2.0",
Expand Down

0 comments on commit dc03695

Please sign in to comment.