Skip to content

Commit

Permalink
feat: Text4 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jklasd2001 authored and 김영수(Kim Young Su) committed Oct 18, 2022
1 parent b73c8c9 commit acd2728
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-timers-smash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@musma/react-component": patch
---

feat: Text4 제거
5 changes: 4 additions & 1 deletion .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
publish:
release:
name: Release
runs-on: ubuntu-latest
steps:
# 레포지토리에 체크아웃하여 소스를 가져온다.
Expand Down Expand Up @@ -42,7 +43,9 @@ jobs:
- name: Create release Pull Request or Publish to Github Packages
uses: changesets/action@v1
with:
version: pnpm ci:version
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm ci:publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
30 changes: 0 additions & 30 deletions packages/react-component/src/components/Test4/Test4.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/react-component/src/components/Test4/index.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/react-component/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export * from './Tabs'
export * from './Test1'
export * from './Test2'
export * from './Test3'
export * from './Test4'
export * from './Tag'
export * from './TextInput'
export * from './TimePicker'
Expand Down
1 change: 0 additions & 1 deletion packages/react-component/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export { Tabs } from './components/Tabs'
export { Test1 } from './components/Test1'
export { Test2 } from './components/Test2'
export { Test3 } from './components/Test3'
export { Test4 } from './components/Test4'
export { Tag, useTags } from './components/Tag'
export { TextInput } from './components/TextInput'
export { TimePicker } from './components/TimePicker'
Expand Down

0 comments on commit acd2728

Please sign in to comment.