Skip to content

Commit

Permalink
Merge branch 'main' into feat/#187/phone-birth-아이콘추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Oct 28, 2024
2 parents 124c04f + cc9fa70 commit a0264bb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 0.0.9

### Patch Changes

- Updated dependencies [7297d43]
- @sopt-makers/ui@2.7.1

## 0.0.8

### 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.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sopt-makers/ui

## 2.7.1

### Patch Changes

- 7297d43: Fix Select border issue

## 2.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/Input/style.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const textarea = style({
});

export const focus = style({
border: `1px solid ${theme.colors.gray200}`,
boxShadow: `0 0 0 1px ${theme.colors.gray200}`,
outline: 'none',
});

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

0 comments on commit a0264bb

Please sign in to comment.