Skip to content

Commit

Permalink
Version Packages (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 16, 2024
1 parent ffd6ebf commit a323944
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/good-flies-judge.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# docs

## 0.0.18

### Patch Changes

- Updated dependencies [ffd6ebf]
- @sopt-makers/colors@3.0.3
- @sopt-makers/fonts@2.0.2
- @sopt-makers/icons@1.0.7
- @sopt-makers/ui@2.7.9

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "0.0.17",
"version": "0.0.18",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sopt-makers/colors

## 3.0.3

### Patch Changes

- ffd6ebf: Optimize Package buldles

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/colors",
"version": "3.0.2",
"version": "3.0.3",
"description": "sopt-makers의 frontend repository에 사용되는 colors를 제공해요.",
"license": "MIT",
"main": "./dist/index.js",
Expand Down
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

## 2.0.2

### Patch Changes

- ffd6ebf: Optimize Package buldles

## 2.0.1

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

## 1.0.7

### Patch Changes

- ffd6ebf: Optimize Package buldles

## 1.0.6

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

## 2.7.9

### Patch Changes

- ffd6ebf: Optimize Package buldles
- Updated dependencies [ffd6ebf]
- @sopt-makers/colors@3.0.3
- @sopt-makers/fonts@2.0.2
- @sopt-makers/icons@1.0.7

## 2.7.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sopt-makers/ui",
"version": "2.7.8",
"version": "2.7.9",
"description": "sopt-makers의 frontend repository에 사용되는 ui를 제공해요.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit a323944

Please sign in to comment.