Skip to content

Commit

Permalink
Merge branch 'main' into feat/ui-skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom committed Oct 24, 2024
2 parents 7e0b16c + 4521364 commit 9311c49
Show file tree
Hide file tree
Showing 8 changed files with 2,397 additions and 5,993 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-ducks-develop.md

This file was deleted.

14 changes: 0 additions & 14 deletions apps/docs/.eslintrc.cjs

This file was deleted.

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.6

### Patch Changes

- Updated dependencies [95401ea]
- @sopt-makers/ui@2.5.0

## 0.0.5

### Patch Changes
Expand Down
17 changes: 17 additions & 0 deletions apps/docs/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
files: ['**/*.ts', '**/*.tsx'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
'plugin:storybook/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
},
};
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "docs",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand All @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "^6.10.0",
"@vanilla-extract/vite-plugin": "^3.9.2",
"@vitejs/plugin-react": "^4.2.0",
"chromatic": "^10.0.0",
"chromatic": "^11.15.0",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
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.5.0

### Minor Changes

- 95401ea: Add FieldBox Component.

## 2.4.4

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

0 comments on commit 9311c49

Please sign in to comment.