Skip to content

Commit

Permalink
Merge pull request #231 from sopt-makers/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
sohee-K authored Dec 19, 2024
2 parents a7386d8 + 55c6fe2 commit 350074f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-teachers-burn.md

This file was deleted.

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

## 0.0.28

### Patch Changes

- Updated dependencies [0594176]
- @sopt-makers/icons@1.1.0
- @sopt-makers/ui@2.8.3

## 0.0.27

### 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.27",
"version": "0.0.28",
"type": "module",
"scripts": {
"dev": "vite",
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.1.0

### Minor Changes

- 0594176: Fix white -> currentColor, add Logo and Communication/location

## 1.0.7

### 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.7",
"version": "1.1.0",
"description": "sopt-makers의 frontend repository에 사용되는 icons를 제공해요.",
"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
@@ -1,5 +1,12 @@
# @sopt-makers/ui

## 2.8.3

### Patch Changes

- Updated dependencies [0594176]
- @sopt-makers/icons@1.1.0

## 2.8.2

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

0 comments on commit 350074f

Please sign in to comment.