Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
1 parent 4de81cc commit 45b14ca
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-phones-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-planes-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-roses-flow.md

This file was deleted.

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

## 1.1.0

### Minor Changes

- 4de81cc: update fonts library

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

## 1.0.0

### Major Changes

- 4de81cc: release icons library
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": "0.0.0",
"version": "1.0.0",
"description": "sopt-makers의 frontend repository에 사용되는 icon을 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @sopt-makers/ui

## 1.0.0

### Major Changes

- 4de81cc: release ui library
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.0.0",
"version": "1.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": "^1.0.0",
"@sopt-makers/fonts": "^1.1.0",
"@turbo/gen": "^1.10.12",
"@types/node": "^20.5.2",
"@types/react": "^18.2.0",
Expand Down

0 comments on commit 45b14ca

Please sign in to comment.