Skip to content

Commit

Permalink
Merge pull request #6 from modern-agile-team/dev
Browse files Browse the repository at this point in the history
chore(react): AB 제거
  • Loading branch information
ssi02014 authored Apr 20, 2024
2 parents 4765db0 + e72431a commit 29425ff
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 146 deletions.
13 changes: 2 additions & 11 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Contributing
All contributions are appreciated, and anyone is welcome to contribute to the library.


<br />

## Issues
Expand All @@ -14,7 +13,7 @@ In addition to raising issues, you can fork `@modern-kit` and raise pull request

Please see the caveats below 🙏
- if you are adding a new feature, please open an issue to discuss it in advance.
- The node version should be `v18.17.1`. You can easily version match with `nvm install`, `nvm use`.
- The node version should be `v20+`. You can easily version match with `nvm install`, `nvm use`.
```shell
nvm install
```
Expand All @@ -30,21 +29,14 @@ yarn test
yarn typecheck
```

<br />

If you would like to contribute to the official documentation, please create a `.md` file in the `docs/prepareDocs` folder for `en` and `ko`.

![스크린샷 2023-08-20 오전 1 30 55](https://github.com/Team-Grace/devgrace/assets/64779472/b5e772c9-89e1-4e31-8647-ffb1dfc26588)


<br />

## Conventional Commits

```
<type>(<package scope>): <descriptions>
ex: feat(ui): Add Select Component
ex: feat(react): Add Select Component
```

### Type
Expand All @@ -57,7 +49,6 @@ Type must be one of those

### Package Scope
The name of package that you made changes.
- ui
- react
- utils

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<br />

`@modern-kit`유용한 `리액트 UI 컴포넌트`, `리액트 커스텀 훅` 다양한 `유틸리티 함수`를 제공하는 라이브러리 입니다.
`@modern-kit`클라이언트 개발에 유용한 `리액트 커스텀 훅``유틸리티 함수`를 제공하는 라이브러리 입니다.

<br />

Expand Down
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"**/*.stories.*",
"**/__storybook__/*",
"**/*.md",
"./packages/ui",
"./docs"
]
}
73 changes: 0 additions & 73 deletions packages/react/src/components/AB/AB.spec.tsx

This file was deleted.

59 changes: 0 additions & 59 deletions packages/react/src/components/AB/index.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from './AB';
export * from './DebounceWrapper';
export * from './InView';
export * from './LazyImage';
Expand Down

0 comments on commit 29425ff

Please sign in to comment.