Skip to content

Commit

Permalink
hotfix: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
sohee-K committed Apr 16, 2024
1 parent 1b92a40 commit 2119e96
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 36 deletions.
7 changes: 7 additions & 0 deletions .changeset/tricky-camels-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@sopt-makers/colors": patch
"@sopt-makers/fonts": patch
"@sopt-makers/icons": patch
---

change index path
6 changes: 0 additions & 6 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @sopt-makers/colors

## 3.0.1

### Patch Changes

- f34b4f2: change index path

## 3.0.0

### Major Changes
Expand Down
32 changes: 16 additions & 16 deletions packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@sopt-makers/colors",
"version": "3.0.1",
"description": "sopt-makers의 frontend repository에 사용되는 colors를 제공해요.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch"
},
"dependencies": {},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
"name": "@sopt-makers/colors",
"version": "3.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 colors를 제공해요.",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"dev": "tsup src/index.ts --format cjs,esm --dts --watch"
},
"dependencies": {},
"devDependencies": {
"tsup": "^7.2.0",
"typescript": "^5.2.2"
}
}
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.1

### Patch Changes

- f34b4f2: change index path

## 2.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": "2.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 fonts를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
6 changes: 0 additions & 6 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @sopt-makers/icons

## 1.0.1

### Patch Changes

- f34b4f2: change index path

## 1.0.0

### Major Changes
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": "1.0.1",
"version": "1.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 icons를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 2119e96

Please sign in to comment.