Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/#96 TextField 컴포넌트 구현 #113

Open
wants to merge 47 commits into
base: develop
Choose a base branch
from
Open

feat/#96 TextField 컴포넌트 구현 #113

wants to merge 47 commits into from

Commits on Aug 17, 2024

  1. c�hore/#25 husky, lint-staged 세팅 (#44)

    * chore: husky 라이브러리 설치 및 script 수정
    
    * feat: pre-commit, pre-push 설정
    
    * fix: gitignore에 .eslintcache 추가
    
    * chore: lint-staged 적용
    
    * chore: EOL 반영
    
    * fix: 잘못된 lint-staged 위치 수정
    
    * chore: prettier script 수정 및 husky 설정 수정
    
    * chore: lint stage file로 분리
    gs0428 authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    b637d29 View commit details
    Browse the repository at this point in the history
  2. feat/#54 패키지 매니저 버전 강제하도록 설정 (#57)

    * chore: settings.json prettier requireConfig 설정 추가
    
    * feat: pnpm 패키지 매니저 버전 강제 설정 추가
    
    * feat: pnpm lock 파일 변경사항 반영
    
    * chore: vscode settings 변경 사항 삭제
    
    * fix: eol 이슈 해결
    
    * chore: pnpm lock 파일 변경 사항 반영
    ghdtjgus76 authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    691dfaf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. chore/#37 jest 설정 (#43)

    * chore: jest 설치
    
    preset으로 ts-jest 적용
    
    * chore: button에 대한 예시 테스트 코드 추가
    
    * chore: ts-node 의존성 설치
    
    * chore: jest 설정 파일에 주석 제거
    
    * chore: jest 설정 코멘트 삭제
    
    * chore: Button 테스트 description 한글로 번역
    
    * chore: 의존성 업데이트
    
    * chore: commit 시 jest 테스트 실행
    minai621 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7306422 View commit details
    Browse the repository at this point in the history
  2. feat/#12 Primitive UI codegen 세팅 (#42)

    * feat: 반영되지 않은 패키지 변경사항 반영
    
    * chore: 불필요한 gitkeep 파일 삭제
    
    * feat: 컴포넌트 스토리 템플릿 추가
    
    * feat: 컴포넌트 테스트 템플릿 추가
    
    * feat: 컴포넌트 템플릿 추가
    
    * feat: package.json 템플릿 추가
    
    * feat: 리드미 템플릿 추가
    
    * feat: tsconfig.json 템플릿 추가
    
    * feat: tsup.config.ts 템플릿 추가
    
    * rename: 테스트, 컴포넌트, 스토리 템플릿 폴더 구조 세팅
    
    * feat: root devDependency에 tsup 설치
    
    * docs: tsup config 파일 템플릿 추가
    
    * docs: tsconfig 파일 템플릿 추가
    
    * docs: 리드미 파일 템플릿 추가
    
    * docs: 스토리 파일 템플릿 추가
    
    * feat: root devDependency에 @testing-library/react 설치
    
    * docs: 테스트 파일 템플릿 추가
    
    * docs: 컴포넌트 파일 템플릿 추가
    
    * docs: 컴포넌트 배럴 파일 템플릿 추가
    
    * docs: 컴포넌트 package.json 템플릿 추가
    
    * feat: root devDependency에 @turbo/gen 패키지 설치
    
    * chore: 불필요한 파일 삭제
    
    * feat: primitive 컴포넌트 base file generator 작동하도록 turbo gen 설정
    
    * feat: primitive, themed 패키지 중 생성할 패키지 고를 수 있도록 기능 추가
    
    * fix: tsconfig.json 템플릿 루트 tsconfig.json 경로 잘못 지정한 부분 수정
    
    * fix: tsup.config.ts 템플릿 target es2020으로 수정
    
    * chore: 테스트 파일 템플릿 수정
    
    * chore: tsconfig.json 파일 템플릿 수정
    
    * chore: 컴포넌트 파일 템플릿 수정
    
    * chore: 컴포넌트 배럴 파일 템플릿 수정
    
    * chore: 컴포넌트 스토리 파일 템플릿 수정
    
    * chore: root tsconfig 설정 변경
    
    * chore: 자잘한 오타 반영
    
    * chore: package.json build 스크립트 수정
    
    * chore: package.json peerDependency로 next 포함하도록 수정
    
    * chore: 스토리북 예시 파일 복원
    
    * chore: turbo gen prompts message 한글로 변경
    
    * chore: component 템플릿 타입 추론되도록 수정
    
    * chore: component package.json 템플릿 peerDependency에서 next 삭제
    
    * chore: turbo gen generator name, description message 한글로 변경
    
    * chore: package.json 템플릿 name primitive, themed 구분하도록 수정
    
    * chore: package.json 템플릿 name 포맷 변경
    
    * feat: 테스트 코드 템플릿 테스트 케이스 추가
    
    * chore: props 타입 컨벤션 변경에 따른 변경사항 적용
    
    * chore: prettierignore 목록에 turbo 폴더 추가
    
    * feat: pnpm lock 파일 변경사항 반영
    
    * feat: root format 스크립트 추가
    
    * fix: 사라진 prettier 설정 수정
    
    * feat: plop format 기능 추가
    
    * feat: plop kebabCase helper 추가
    
    * chore: plop 생성 파일명 kebabCase로 변경
    
    * feat: root에 turbo gen 스크립트 추가
    
    * feat: prettierignore에 pnpm-lock 파일 추가
    
    * chore: eol 이슈 해결
    ghdtjgus76 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b70cd26 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. chore/#38 playwright 테스트 설정 (#61)

    * chore: playwright 설치
    
    * feat: playwright e2e 테스트 (시각적 회귀 테스트, 웹접근성 테스트)
    
    * chore: playwright ci 테스트
    
    * chore: ci 환경에서 의존성 설치 방식 변경
    
    * chore: 워크플로우 ci환경에 playwright 브라우저 설치
    
    * chore: 워크플로우 playwright ci 옵션 추가
    
    * chore: playwright npx로 실행 명령어 변경
    
    * chore: playwright --project 옵션 제거
    
    * chore: 명령어 복구
    
    * chore: playwright 환경 수정
    
    * chore: playwright worker 옵션 변경
    
    * chore: log 추가
    
    * chore: 스토리북 빌드 방식으로 실행
    
    * chore: button 스냅샷 업로드
    
    * chore: playwright 설정 복원
    
    * chore: pr comment 추가
    
    * chore: fetch-depth 추가
    
    * chore: 스냅샷 파일 수정
    
    * chore: testDir path 설정
    
    * chore: playwright 옵션 변경
    
    * chore: 불필요한 테스트 삭제
    
    * chore: checkout version 업데이트
    
    * chore: 테스트 코드 변경
    
    * chore: log 삭제
    
    * chore: error 로그 추가
    
    * chore: 로그 추가
    
    * chore: --update-snapshots 옵션 추가
    
    * chore: 폴더 확인 로직 수정
    
    * chore: yml indent 수정
    
    * chore: 디렉토리 확인 수정
    
    * chore: update snapshot 옵션 삭제
    
    * chore: 시각적 변경 테스트
    
    * chore: update snapshot
    
    * chore: 디렉토리 구조 확인
    
    * chore: 아티팩트 업로드
    
    * chore: bold 처리 삭제
    
    * chore: button font arial로 변경
    
    * chore: font 업데이트 이후 actual 변경
    
    * chore: font-weight 700 to bold
    
    * chore: web font로 변경
    
    * chore: 폰트 로딩 상태 확인
    
    * chore: roboto로 변경
    
    * chore: font-weight 삭제
    
    * chore: ci 환경에 폰트 설치
    
    * chore: 변경되는 스냅샷 확인
    
    * chore: plarywright 스크립트 변경
    
    * chore: storybook 실행 명령어 수정
    
    * chore: process 변경
    
    * chore: local vrt 삭제
    
    * chore: label flow 수정
    
    * chore: .playwright의 하위에 있는 폴더만 pr에 반영되도록 수정
    
    * Update VRT snapshots in .playwright folder
    
    * chore: button에 불필요한 텍스트 삭제
    
    * Update VRT snapshots in .playwright folder
    
    * chore: Button 라인 분리
    
    * chore: 실패시 아티팩트 업로드하도록 수정
    
    * chore: 성공 comment 메시지 수정
    
    * chore: chromatic action version 수정
    
    * chore: pnpm action version 변경
    
    * chore: vrt test에 permission 추가
    
    * chore: 토큰 체커
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    minai621 and actions-user authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    74cab14 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    11aea23 View commit details
    Browse the repository at this point in the history
  2. chore/#46 D-day Labeler workflow 추가 (#66)

    * feat: D-day Labeler workflow 추가
    
    * chore: transfer action script personal repo to organization repo
    
    * chore: pr-dday-labeler action 버전 1.0.3으로 지정
    
    * chore: PR D-day Labeler schedule 시간 한국 00:00으로 변경
    minai621 authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    375c51e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. fix/#47 빌드 버그 해결 (#64)

    * fix: tsconfig 빌드 에러 해결 (feat/#41)
    
    * fix: tsconfig 및 eslint 설정 오류 수정
    
    * fix: tsconfig 범위 수정
    
    * fix: tsconfig 빌드 에러 해결 (feat/#41)
    
    * fix: tsconfig 및 eslint 설정 오류 수정
    
    * fix: tsconfig 범위 수정
    ShinYoung-Kim authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    2dbdc44 View commit details
    Browse the repository at this point in the history
  2. chore/#65 jest.setup.ts 설정 (#72)

    * chore: jest.setup.ts와 관련 의존성 설정
    
    * feat: button rtl 테스트 추가
    
    * chore: @testing-library/jest-dom를 devDependencies로 수정
    minai621 authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    c669a48 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    30ff7e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. feat/#48 Divider 컴포넌트 개발 (#73)

    * chore: component 이슈 템플릿 생성
    
    * chore: component 이슈 템플릿 생성
    
    * chore: init @testing-library/jest-dom
    
    * chore: generate divider component
    
    * chore: prettier 적용
    
    * feat: Divider 컴포넌트 구현
    
    * feat: Divider 컴포넌트 스토리북 생성
    
    * docs: Divider storybook componentSubtitle 수정
    
    * docs: component issue 템플릿 labels 추가
    
    * docs: Divider storybook componentSubtitle 수정
    
    * docs: component issue 템플릿 내용 수정
    
    * feat: orientation에 따른 태그 변경 및 displayName 수정
    
    * docs: default에 있던 style 삭제
    
    * test: orientation prop에 따른 테스트 코드 추가
    
    * docs: Update Divider README.md
    
    * fix: 오타 수정
    
    * chore: Divider Default 이름 변경 및 args 제거
    
    * fix: JSX 형식으로 변경 및 ref 타입 수정
    
    * docs: Divider description 추가
    
    * refactor: 변수명 변경 및 unknown 제거
    
    * chore: pnpm install
    gs0428 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    798ea46 View commit details
    Browse the repository at this point in the history
  2. fix/#74 템플릿 수정 (#79)

    * fix: package.json version, author, homepage 추가
    
    * chore: prettier ignore 추가
    
    * chore: pnpm install
    
    * fix: 오타 및 이름 수정
    
    * fix: root pakcage.json name 수정
    
    * chore: template props 수정
    gs0428 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    11051d0 View commit details
    Browse the repository at this point in the history
  3. �docs/#75 컴포넌트 pr 템플릿 생성 (#80)

    * rename: pull request 파일 위치 이동
    
    * chore: prettier ignore 추가
    
    * docs: component용 pr 템플릿 작성
    
    * rename: template 파일명 변경
    
    * chore: pnpm install
    gs0428 authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5af121c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. feat/#50 github action 워크플로우 최적화 (#90)

    * chore: 크로마틱 배포 시 pnpm 캐시 사용하도록 변경
    
    * chore: VRT 스냅샷 업데이트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: PR VRT 테스트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: chromatic_auto_deploy 코드 리뷰 반영
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: 코드 리뷰 반영
    
    * chore: ${action} 캐시 형식으로 각 step name 변경
    
    * chore: 각 action 최신 버전을 사용하도록 버전 수정
    
    * chore: 의존성 설치 관련 스크립트 분리 후 재사용
    
    * chore: playwright 설치 관련 스크립트 분리 후 재사용
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: pnpm, node 버전 환경 변수로 불러오도록 설정
    
    * chore: 환경 변수 설정 별도 스크립트로 분리
    
    * chore: pnpm/action-setup v4 버전으로 변경
    
    * chore: eol 이슈 해결
    
    * chore: 워크플로우 name 변경
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    ghdtjgus76 and coderabbitai[bot] authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a5f9e1d View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)

    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    ghdtjgus76 authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8311f48 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. test/#84 Divider vrt 테스트 추가 (#91)

    * test: Divider 컴포넌트의 e2e 테스트 코드 작성
    
    * chore: Button 관련 파일들 모두 삭제
    
    * rename: 컴포넌트명 케밥케이스로 변경
    
    * chore: 테스트 파일 내부 텍스트 변경
    
    * chore: 캐시된 내용 삭제
    
    * rename: e2e 테스트 폴더 구조 변경
    
    * feat/#50 github action 워크플로우 최적화 (#90)
    
    * chore: 크로마틱 배포 시 pnpm 캐시 사용하도록 변경
    
    * chore: VRT 스냅샷 업데이트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: PR VRT 테스트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: chromatic_auto_deploy 코드 리뷰 반영
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: 코드 리뷰 반영
    
    * chore: ${action} 캐시 형식으로 각 step name 변경
    
    * chore: 각 action 최신 버전을 사용하도록 버전 수정
    
    * chore: 의존성 설치 관련 스크립트 분리 후 재사용
    
    * chore: playwright 설치 관련 스크립트 분리 후 재사용
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: pnpm, node 버전 환경 변수로 불러오도록 설정
    
    * chore: 환경 변수 설정 별도 스크립트로 분리
    
    * chore: pnpm/action-setup v4 버전으로 변경
    
    * chore: eol 이슈 해결
    
    * chore: 워크플로우 name 변경
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)
    
    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    
    * fix: e2e 테스트 plob 템플릿 수정
    
    ---------
    
    Co-authored-by: 홍서현 <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    b96c727 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore/#93 husky 오류 해결 (#112)

    * fix: pre-commit 오류 일으키는 코드 제거
    
    * fix: jest testMatch 수정
    
    * refactor: husky 구버전 관련 코드 pre push에서 제거
    ShinYoung-Kim authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ef18c76 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    2449140 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b228e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5df833 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e42c722 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    4df09c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98bb1f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c77e9ab View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    19d7e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a3d355 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    baf3cba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f41eb4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c35ae2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c03a6c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    44667a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9490a7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af4f4cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd98a6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99f3b3c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. chore/#25 husky, lint-staged 세팅 (#44)

    * chore: husky 라이브러리 설치 및 script 수정
    
    * feat: pre-commit, pre-push 설정
    
    * fix: gitignore에 .eslintcache 추가
    
    * chore: lint-staged 적용
    
    * chore: EOL 반영
    
    * fix: 잘못된 lint-staged 위치 수정
    
    * chore: prettier script 수정 및 husky 설정 수정
    
    * chore: lint stage file로 분리
    gs0428 authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f99a16f View commit details
    Browse the repository at this point in the history
  2. chore/#37 jest 설정 (#43)

    * chore: jest 설치
    
    preset으로 ts-jest 적용
    
    * chore: button에 대한 예시 테스트 코드 추가
    
    * chore: ts-node 의존성 설치
    
    * chore: jest 설정 파일에 주석 제거
    
    * chore: jest 설정 코멘트 삭제
    
    * chore: Button 테스트 description 한글로 번역
    
    * chore: 의존성 업데이트
    
    * chore: commit 시 jest 테스트 실행
    minai621 authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ddc3481 View commit details
    Browse the repository at this point in the history
  3. feat/#12 Primitive UI codegen 세팅 (#42)

    * feat: 반영되지 않은 패키지 변경사항 반영
    
    * chore: 불필요한 gitkeep 파일 삭제
    
    * feat: 컴포넌트 스토리 템플릿 추가
    
    * feat: 컴포넌트 테스트 템플릿 추가
    
    * feat: 컴포넌트 템플릿 추가
    
    * feat: package.json 템플릿 추가
    
    * feat: 리드미 템플릿 추가
    
    * feat: tsconfig.json 템플릿 추가
    
    * feat: tsup.config.ts 템플릿 추가
    
    * rename: 테스트, 컴포넌트, 스토리 템플릿 폴더 구조 세팅
    
    * feat: root devDependency에 tsup 설치
    
    * docs: tsup config 파일 템플릿 추가
    
    * docs: tsconfig 파일 템플릿 추가
    
    * docs: 리드미 파일 템플릿 추가
    
    * docs: 스토리 파일 템플릿 추가
    
    * feat: root devDependency에 @testing-library/react 설치
    
    * docs: 테스트 파일 템플릿 추가
    
    * docs: 컴포넌트 파일 템플릿 추가
    
    * docs: 컴포넌트 배럴 파일 템플릿 추가
    
    * docs: 컴포넌트 package.json 템플릿 추가
    
    * feat: root devDependency에 @turbo/gen 패키지 설치
    
    * chore: 불필요한 파일 삭제
    
    * feat: primitive 컴포넌트 base file generator 작동하도록 turbo gen 설정
    
    * feat: primitive, themed 패키지 중 생성할 패키지 고를 수 있도록 기능 추가
    
    * fix: tsconfig.json 템플릿 루트 tsconfig.json 경로 잘못 지정한 부분 수정
    
    * fix: tsup.config.ts 템플릿 target es2020으로 수정
    
    * chore: 테스트 파일 템플릿 수정
    
    * chore: tsconfig.json 파일 템플릿 수정
    
    * chore: 컴포넌트 파일 템플릿 수정
    
    * chore: 컴포넌트 배럴 파일 템플릿 수정
    
    * chore: 컴포넌트 스토리 파일 템플릿 수정
    
    * chore: root tsconfig 설정 변경
    
    * chore: 자잘한 오타 반영
    
    * chore: package.json build 스크립트 수정
    
    * chore: package.json peerDependency로 next 포함하도록 수정
    
    * chore: 스토리북 예시 파일 복원
    
    * chore: turbo gen prompts message 한글로 변경
    
    * chore: component 템플릿 타입 추론되도록 수정
    
    * chore: component package.json 템플릿 peerDependency에서 next 삭제
    
    * chore: turbo gen generator name, description message 한글로 변경
    
    * chore: package.json 템플릿 name primitive, themed 구분하도록 수정
    
    * chore: package.json 템플릿 name 포맷 변경
    
    * feat: 테스트 코드 템플릿 테스트 케이스 추가
    
    * chore: props 타입 컨벤션 변경에 따른 변경사항 적용
    
    * chore: prettierignore 목록에 turbo 폴더 추가
    
    * feat: pnpm lock 파일 변경사항 반영
    
    * feat: root format 스크립트 추가
    
    * fix: 사라진 prettier 설정 수정
    
    * feat: plop format 기능 추가
    
    * feat: plop kebabCase helper 추가
    
    * chore: plop 생성 파일명 kebabCase로 변경
    
    * feat: root에 turbo gen 스크립트 추가
    
    * feat: prettierignore에 pnpm-lock 파일 추가
    
    * chore: eol 이슈 해결
    ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    98fc7c1 View commit details
    Browse the repository at this point in the history
  4. chore/#38 playwright 테스트 설정 (#61)

    * chore: playwright 설치
    
    * feat: playwright e2e 테스트 (시각적 회귀 테스트, 웹접근성 테스트)
    
    * chore: playwright ci 테스트
    
    * chore: ci 환경에서 의존성 설치 방식 변경
    
    * chore: 워크플로우 ci환경에 playwright 브라우저 설치
    
    * chore: 워크플로우 playwright ci 옵션 추가
    
    * chore: playwright npx로 실행 명령어 변경
    
    * chore: playwright --project 옵션 제거
    
    * chore: 명령어 복구
    
    * chore: playwright 환경 수정
    
    * chore: playwright worker 옵션 변경
    
    * chore: log 추가
    
    * chore: 스토리북 빌드 방식으로 실행
    
    * chore: button 스냅샷 업로드
    
    * chore: playwright 설정 복원
    
    * chore: pr comment 추가
    
    * chore: fetch-depth 추가
    
    * chore: 스냅샷 파일 수정
    
    * chore: testDir path 설정
    
    * chore: playwright 옵션 변경
    
    * chore: 불필요한 테스트 삭제
    
    * chore: checkout version 업데이트
    
    * chore: 테스트 코드 변경
    
    * chore: log 삭제
    
    * chore: error 로그 추가
    
    * chore: 로그 추가
    
    * chore: --update-snapshots 옵션 추가
    
    * chore: 폴더 확인 로직 수정
    
    * chore: yml indent 수정
    
    * chore: 디렉토리 확인 수정
    
    * chore: update snapshot 옵션 삭제
    
    * chore: 시각적 변경 테스트
    
    * chore: update snapshot
    
    * chore: 디렉토리 구조 확인
    
    * chore: 아티팩트 업로드
    
    * chore: bold 처리 삭제
    
    * chore: button font arial로 변경
    
    * chore: font 업데이트 이후 actual 변경
    
    * chore: font-weight 700 to bold
    
    * chore: web font로 변경
    
    * chore: 폰트 로딩 상태 확인
    
    * chore: roboto로 변경
    
    * chore: font-weight 삭제
    
    * chore: ci 환경에 폰트 설치
    
    * chore: 변경되는 스냅샷 확인
    
    * chore: plarywright 스크립트 변경
    
    * chore: storybook 실행 명령어 수정
    
    * chore: process 변경
    
    * chore: local vrt 삭제
    
    * chore: label flow 수정
    
    * chore: .playwright의 하위에 있는 폴더만 pr에 반영되도록 수정
    
    * Update VRT snapshots in .playwright folder
    
    * chore: button에 불필요한 텍스트 삭제
    
    * Update VRT snapshots in .playwright folder
    
    * chore: Button 라인 분리
    
    * chore: 실패시 아티팩트 업로드하도록 수정
    
    * chore: 성공 comment 메시지 수정
    
    * chore: chromatic action version 수정
    
    * chore: pnpm action version 변경
    
    * chore: vrt test에 permission 추가
    
    * chore: 토큰 체커
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    2 people authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bc46fd9 View commit details
    Browse the repository at this point in the history
  5. chore/#65 jest.setup.ts 설정 (#72)

    * chore: jest.setup.ts와 관련 의존성 설정
    
    * feat: button rtl 테스트 추가
    
    * chore: @testing-library/jest-dom를 devDependencies로 수정
    minai621 authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    53875e6 View commit details
    Browse the repository at this point in the history
  6. fix/#74 템플릿 수정 (#79)

    * fix: package.json version, author, homepage 추가
    
    * chore: prettier ignore 추가
    
    * chore: pnpm install
    
    * fix: 오타 및 이름 수정
    
    * fix: root pakcage.json name 수정
    
    * chore: template props 수정
    gs0428 authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    220e6de View commit details
    Browse the repository at this point in the history
  7. feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)

    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5e6bd1f View commit details
    Browse the repository at this point in the history
  8. test/#84 Divider vrt 테스트 추가 (#91)

    * test: Divider 컴포넌트의 e2e 테스트 코드 작성
    
    * chore: Button 관련 파일들 모두 삭제
    
    * rename: 컴포넌트명 케밥케이스로 변경
    
    * chore: 테스트 파일 내부 텍스트 변경
    
    * chore: 캐시된 내용 삭제
    
    * rename: e2e 테스트 폴더 구조 변경
    
    * feat/#50 github action 워크플로우 최적화 (#90)
    
    * chore: 크로마틱 배포 시 pnpm 캐시 사용하도록 변경
    
    * chore: VRT 스냅샷 업데이트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: PR VRT 테스트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: chromatic_auto_deploy 코드 리뷰 반영
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: 코드 리뷰 반영
    
    * chore: ${action} 캐시 형식으로 각 step name 변경
    
    * chore: 각 action 최신 버전을 사용하도록 버전 수정
    
    * chore: 의존성 설치 관련 스크립트 분리 후 재사용
    
    * chore: playwright 설치 관련 스크립트 분리 후 재사용
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: pnpm, node 버전 환경 변수로 불러오도록 설정
    
    * chore: 환경 변수 설정 별도 스크립트로 분리
    
    * chore: pnpm/action-setup v4 버전으로 변경
    
    * chore: eol 이슈 해결
    
    * chore: 워크플로우 name 변경
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)
    
    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    
    * fix: e2e 테스트 plob 템플릿 수정
    
    ---------
    
    Co-authored-by: 홍서현 <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7ff4b30 View commit details
    Browse the repository at this point in the history
  9. chore/#93 husky 오류 해결 (#112)

    * fix: pre-commit 오류 일으키는 코드 제거
    
    * fix: jest testMatch 수정
    
    * refactor: husky 구버전 관련 코드 pre push에서 제거
    ShinYoung-Kim authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4882271 View commit details
    Browse the repository at this point in the history
  10. feat/#101 Divider 태그에 따른 style 초기화 (#107)

    * feat: hr 태그 style 초기화하는 로직 생성
    
    * docs: Horizontal일 떄 args 추가
    
    * test/#84 Divider vrt 테스트 추가 (#91)
    
    * test: Divider 컴포넌트의 e2e 테스트 코드 작성
    
    * chore: Button 관련 파일들 모두 삭제
    
    * rename: 컴포넌트명 케밥케이스로 변경
    
    * chore: 테스트 파일 내부 텍스트 변경
    
    * chore: 캐시된 내용 삭제
    
    * rename: e2e 테스트 폴더 구조 변경
    
    * feat/#50 github action 워크플로우 최적화 (#90)
    
    * chore: 크로마틱 배포 시 pnpm 캐시 사용하도록 변경
    
    * chore: VRT 스냅샷 업데이트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: PR VRT 테스트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: chromatic_auto_deploy 코드 리뷰 반영
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: 코드 리뷰 반영
    
    * chore: ${action} 캐시 형식으로 각 step name 변경
    
    * chore: 각 action 최신 버전을 사용하도록 버전 수정
    
    * chore: 의존성 설치 관련 스크립트 분리 후 재사용
    
    * chore: playwright 설치 관련 스크립트 분리 후 재사용
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: pnpm, node 버전 환경 변수로 불러오도록 설정
    
    * chore: 환경 변수 설정 별도 스크립트로 분리
    
    * chore: pnpm/action-setup v4 버전으로 변경
    
    * chore: eol 이슈 해결
    
    * chore: 워크플로우 name 변경
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)
    
    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    
    * fix: e2e 테스트 plob 템플릿 수정
    
    ---------
    
    Co-authored-by: 홍서현 <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore/#93 husky 오류 해결 (#112)
    
    * fix: pre-commit 오류 일으키는 코드 제거
    
    * fix: jest testMatch 수정
    
    * refactor: husky 구버전 관련 코드 pre push에서 제거
    
    ---------
    
    Co-authored-by: 홍서현 <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    Co-authored-by: ShinYoung-Kim <[email protected]>
    4 people committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    66b4403 View commit details
    Browse the repository at this point in the history
  11. docs: update README.md (#121)

    gs0428 authored and ghdtjgus76 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c1fdd6b View commit details
    Browse the repository at this point in the history
  12. feat/#39 changeset 세팅 및 npm 배포 CI/CD 설정 (#67)

    * chore: changeset 설치
    
    * chore: changelog 레포 설정 추가 및 access 변경
    
    * chore: publish 명령어 생성
    
    * chore: changeset github action 생성
    
    * feat: changeset 파일 생성
    
    * c�hore/#25 husky, lint-staged 세팅 (#44)
    
    * chore: husky 라이브러리 설치 및 script 수정
    
    * feat: pre-commit, pre-push 설정
    
    * fix: gitignore에 .eslintcache 추가
    
    * chore: lint-staged 적용
    
    * chore: EOL 반영
    
    * fix: 잘못된 lint-staged 위치 수정
    
    * chore: prettier script 수정 및 husky 설정 수정
    
    * chore: lint stage file로 분리
    
    * feat/#54 패키지 매니저 버전 강제하도록 설정 (#57)
    
    * chore: settings.json prettier requireConfig 설정 추가
    
    * feat: pnpm 패키지 매니저 버전 강제 설정 추가
    
    * feat: pnpm lock 파일 변경사항 반영
    
    * chore: vscode settings 변경 사항 삭제
    
    * fix: eol 이슈 해결
    
    * chore: pnpm lock 파일 변경 사항 반영
    
    * chore/#37 jest 설정 (#43)
    
    * chore: jest 설치
    
    preset으로 ts-jest 적용
    
    * chore: button에 대한 예시 테스트 코드 추가
    
    * chore: ts-node 의존성 설치
    
    * chore: jest 설정 파일에 주석 제거
    
    * chore: jest 설정 코멘트 삭제
    
    * chore: Button 테스트 description 한글로 번역
    
    * chore: 의존성 업데이트
    
    * chore: commit 시 jest 테스트 실행
    
    * feat/#12 Primitive UI codegen 세팅 (#42)
    
    * feat: 반영되지 않은 패키지 변경사항 반영
    
    * chore: 불필요한 gitkeep 파일 삭제
    
    * feat: 컴포넌트 스토리 템플릿 추가
    
    * feat: 컴포넌트 테스트 템플릿 추가
    
    * feat: 컴포넌트 템플릿 추가
    
    * feat: package.json 템플릿 추가
    
    * feat: 리드미 템플릿 추가
    
    * feat: tsconfig.json 템플릿 추가
    
    * feat: tsup.config.ts 템플릿 추가
    
    * rename: 테스트, 컴포넌트, 스토리 템플릿 폴더 구조 세팅
    
    * feat: root devDependency에 tsup 설치
    
    * docs: tsup config 파일 템플릿 추가
    
    * docs: tsconfig 파일 템플릿 추가
    
    * docs: 리드미 파일 템플릿 추가
    
    * docs: 스토리 파일 템플릿 추가
    
    * feat: root devDependency에 @testing-library/react 설치
    
    * docs: 테스트 파일 템플릿 추가
    
    * docs: 컴포넌트 파일 템플릿 추가
    
    * docs: 컴포넌트 배럴 파일 템플릿 추가
    
    * docs: 컴포넌트 package.json 템플릿 추가
    
    * feat: root devDependency에 @turbo/gen 패키지 설치
    
    * chore: 불필요한 파일 삭제
    
    * feat: primitive 컴포넌트 base file generator 작동하도록 turbo gen 설정
    
    * feat: primitive, themed 패키지 중 생성할 패키지 고를 수 있도록 기능 추가
    
    * fix: tsconfig.json 템플릿 루트 tsconfig.json 경로 잘못 지정한 부분 수정
    
    * fix: tsup.config.ts 템플릿 target es2020으로 수정
    
    * chore: 테스트 파일 템플릿 수정
    
    * chore: tsconfig.json 파일 템플릿 수정
    
    * chore: 컴포넌트 파일 템플릿 수정
    
    * chore: 컴포넌트 배럴 파일 템플릿 수정
    
    * chore: 컴포넌트 스토리 파일 템플릿 수정
    
    * chore: root tsconfig 설정 변경
    
    * chore: 자잘한 오타 반영
    
    * chore: package.json build 스크립트 수정
    
    * chore: package.json peerDependency로 next 포함하도록 수정
    
    * chore: 스토리북 예시 파일 복원
    
    * chore: turbo gen prompts message 한글로 변경
    
    * chore: component 템플릿 타입 추론되도록 수정
    
    * chore: component package.json 템플릿 peerDependency에서 next 삭제
    
    * chore: turbo gen generator name, description message 한글로 변경
    
    * chore: package.json 템플릿 name primitive, themed 구분하도록 수정
    
    * chore: package.json 템플릿 name 포맷 변경
    
    * feat: 테스트 코드 템플릿 테스트 케이스 추가
    
    * chore: props 타입 컨벤션 변경에 따른 변경사항 적용
    
    * chore: prettierignore 목록에 turbo 폴더 추가
    
    * feat: pnpm lock 파일 변경사항 반영
    
    * feat: root format 스크립트 추가
    
    * fix: 사라진 prettier 설정 수정
    
    * feat: plop format 기능 추가
    
    * feat: plop kebabCase helper 추가
    
    * chore: plop 생성 파일명 kebabCase로 변경
    
    * feat: root에 turbo gen 스크립트 추가
    
    * feat: prettierignore에 pnpm-lock 파일 추가
    
    * chore: eol 이슈 해결
    
    * chore: release action node 버전 변경
    
    * chore/#38 playwright 테스트 설정 (#61)
    
    * chore: playwright 설치
    
    * feat: playwright e2e 테스트 (시각적 회귀 테스트, 웹접근성 테스트)
    
    * chore: playwright ci 테스트
    
    * chore: ci 환경에서 의존성 설치 방식 변경
    
    * chore: 워크플로우 ci환경에 playwright 브라우저 설치
    
    * chore: 워크플로우 playwright ci 옵션 추가
    
    * chore: playwright npx로 실행 명령어 변경
    
    * chore: playwright --project 옵션 제거
    
    * chore: 명령어 복구
    
    * chore: playwright 환경 수정
    
    * chore: playwright worker 옵션 변경
    
    * chore: log 추가
    
    * chore: 스토리북 빌드 방식으로 실행
    
    * chore: button 스냅샷 업로드
    
    * chore: playwright 설정 복원
    
    * chore: pr comment 추가
    
    * chore: fetch-depth 추가
    
    * chore: 스냅샷 파일 수정
    
    * chore: testDir path 설정
    
    * chore: playwright 옵션 변경
    
    * chore: 불필요한 테스트 삭제
    
    * chore: checkout version 업데이트
    
    * chore: 테스트 코드 변경
    
    * chore: log 삭제
    
    * chore: error 로그 추가
    
    * chore: 로그 추가
    
    * chore: --update-snapshots 옵션 추가
    
    * chore: 폴더 확인 로직 수정
    
    * chore: yml indent 수정
    
    * chore: 디렉토리 확인 수정
    
    * chore: update snapshot 옵션 삭제
    
    * chore: 시각적 변경 테스트
    
    * chore: update snapshot
    
    * chore: 디렉토리 구조 확인
    
    * chore: 아티팩트 업로드
    
    * chore: bold 처리 삭제
    
    * chore: button font arial로 변경
    
    * chore: font 업데이트 이후 actual 변경
    
    * chore: font-weight 700 to bold
    
    * chore: web font로 변경
    
    * chore: 폰트 로딩 상태 확인
    
    * chore: roboto로 변경
    
    * chore: font-weight 삭제
    
    * chore: ci 환경에 폰트 설치
    
    * chore: 변경되는 스냅샷 확인
    
    * chore: plarywright 스크립트 변경
    
    * chore: storybook 실행 명령어 수정
    
    * chore: process 변경
    
    * chore: local vrt 삭제
    
    * chore: label flow 수정
    
    * chore: .playwright의 하위에 있는 폴더만 pr에 반영되도록 수정
    
    * Update VRT snapshots in .playwright folder
    
    * chore: button에 불필요한 텍스트 삭제
    
    * Update VRT snapshots in .playwright folder
    
    * chore: Button 라인 분리
    
    * chore: 실패시 아티팩트 업로드하도록 수정
    
    * chore: 성공 comment 메시지 수정
    
    * chore: chromatic action version 수정
    
    * chore: pnpm action version 변경
    
    * chore: vrt test에 permission 추가
    
    * chore: 토큰 체커
    
    ---------
    
    Co-authored-by: GitHub Action <[email protected]>
    
    * feat/#51 공통 prettier 설정 불러오도록 설정 변경 (#56)
    
    * chore/#46 D-day Labeler workflow 추가 (#66)
    
    * feat: D-day Labeler workflow 추가
    
    * chore: transfer action script personal repo to organization repo
    
    * chore: pr-dday-labeler action 버전 1.0.3으로 지정
    
    * chore: PR D-day Labeler schedule 시간 한국 00:00으로 변경
    
    * fix/#47 빌드 버그 해결 (#64)
    
    * fix: tsconfig 빌드 에러 해결 (feat/#41)
    
    * fix: tsconfig 및 eslint 설정 오류 수정
    
    * fix: tsconfig 범위 수정
    
    * fix: tsconfig 빌드 에러 해결 (feat/#41)
    
    * fix: tsconfig 및 eslint 설정 오류 수정
    
    * fix: tsconfig 범위 수정
    
    * chore/#65 jest.setup.ts 설정 (#72)
    
    * chore: jest.setup.ts와 관련 의존성 설정
    
    * feat: button rtl 테스트 추가
    
    * chore: @testing-library/jest-dom를 devDependencies로 수정
    
    * chore: local github action test용 secret 파일 gitignore에 추가 (#68)
    
    * feat/#48 Divider 컴포넌트 개발 (#73)
    
    * chore: component 이슈 템플릿 생성
    
    * chore: component 이슈 템플릿 생성
    
    * chore: init @testing-library/jest-dom
    
    * chore: generate divider component
    
    * chore: prettier 적용
    
    * feat: Divider 컴포넌트 구현
    
    * feat: Divider 컴포넌트 스토리북 생성
    
    * docs: Divider storybook componentSubtitle 수정
    
    * docs: component issue 템플릿 labels 추가
    
    * docs: Divider storybook componentSubtitle 수정
    
    * docs: component issue 템플릿 내용 수정
    
    * feat: orientation에 따른 태그 변경 및 displayName 수정
    
    * docs: default에 있던 style 삭제
    
    * test: orientation prop에 따른 테스트 코드 추가
    
    * docs: Update Divider README.md
    
    * fix: 오타 수정
    
    * chore: Divider Default 이름 변경 및 args 제거
    
    * fix: JSX 형식으로 변경 및 ref 타입 수정
    
    * docs: Divider description 추가
    
    * refactor: 변수명 변경 및 unknown 제거
    
    * chore: pnpm install
    
    * fix/#74 템플릿 수정 (#79)
    
    * fix: package.json version, author, homepage 추가
    
    * chore: prettier ignore 추가
    
    * chore: pnpm install
    
    * fix: 오타 및 이름 수정
    
    * fix: root pakcage.json name 수정
    
    * chore: template props 수정
    
    * �docs/#75 컴포넌트 pr 템플릿 생성 (#80)
    
    * rename: pull request 파일 위치 이동
    
    * chore: prettier ignore 추가
    
    * docs: component용 pr 템플릿 작성
    
    * rename: template 파일명 변경
    
    * chore: pnpm install
    
    * feat: yml 커밋 메시지 추가
    
    * chore: config ignore 추가
    
    * feat/#50 github action 워크플로우 최적화 (#90)
    
    * chore: 크로마틱 배포 시 pnpm 캐시 사용하도록 변경
    
    * chore: VRT 스냅샷 업데이트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: PR VRT 테스트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: chromatic_auto_deploy 코드 리뷰 반영
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: 코드 리뷰 반영
    
    * chore: ${action} 캐시 형식으로 각 step name 변경
    
    * chore: 각 action 최신 버전을 사용하도록 버전 수정
    
    * chore: 의존성 설치 관련 스크립트 분리 후 재사용
    
    * chore: playwright 설치 관련 스크립트 분리 후 재사용
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: pnpm, node 버전 환경 변수로 불러오도록 설정
    
    * chore: 환경 변수 설정 별도 스크립트로 분리
    
    * chore: pnpm/action-setup v4 버전으로 변경
    
    * chore: eol 이슈 해결
    
    * chore: 워크플로우 name 변경
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)
    
    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    
    * test/#84 Divider vrt 테스트 추가 (#91)
    
    * test: Divider 컴포넌트의 e2e 테스트 코드 작성
    
    * chore: Button 관련 파일들 모두 삭제
    
    * rename: 컴포넌트명 케밥케이스로 변경
    
    * chore: 테스트 파일 내부 텍스트 변경
    
    * chore: 캐시된 내용 삭제
    
    * rename: e2e 테스트 폴더 구조 변경
    
    * feat/#50 github action 워크플로우 최적화 (#90)
    
    * chore: 크로마틱 배포 시 pnpm 캐시 사용하도록 변경
    
    * chore: VRT 스냅샷 업데이트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: PR VRT 테스트 시 pnpm, playwright 캐시 사용하도록 변경
    
    * chore: chromatic_auto_deploy 코드 리뷰 반영
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: 코드 리뷰 반영
    
    * chore: ${action} 캐시 형식으로 각 step name 변경
    
    * chore: 각 action 최신 버전을 사용하도록 버전 수정
    
    * chore: 의존성 설치 관련 스크립트 분리 후 재사용
    
    * chore: playwright 설치 관련 스크립트 분리 후 재사용
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: 잘못된 경로 설정 수정
    
    * chore: pnpm, node 버전 환경 변수로 불러오도록 설정
    
    * chore: 환경 변수 설정 별도 스크립트로 분리
    
    * chore: pnpm/action-setup v4 버전으로 변경
    
    * chore: eol 이슈 해결
    
    * chore: 워크플로우 name 변경
    
    ---------
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * feat/#85 codegen에 e2e 테스트 코드 템플릿 생성 및 적용 (#92)
    
    * feat: e2e 테스트 코드 템플릿 파일 생성
    
    * feat: e2e 테스트 코드 템플릿 파일 생성기 config 작성
    
    * chore: e2e 테스트 파일 생성기 파일명 kebabCase로 수정
    
    * chore: 예시 버튼 e2e 테스트 파일 삭제
    
    * chore: 스토리북 템플릿 id ui로 시작되도록 수정
    
    * fix: e2e 테스트 plob 템플릿 수정
    
    ---------
    
    Co-authored-by: 홍서현 <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * chore: changeset 설치
    
    * chore: changelog 레포 설정 추가 및 access 변경
    
    * chore: publish 명령어 생성
    
    * chore: changeset github action 생성
    
    * feat: changeset 파일 생성
    
    * chore: release action node 버전 변경
    
    * feat: yml 커밋 메시지 추가
    
    * chore: config ignore 추가
    
    * chore: action 파일 최적화 반영
    
    * chore: name 수정
    
    * chore/#93 husky 오류 해결 (#112)
    
    * fix: pre-commit 오류 일으키는 코드 제거
    
    * fix: jest testMatch 수정
    
    * refactor: husky 구버전 관련 코드 pre push에서 제거
    
    * chore: changeset 설치
    
    * chore: changelog 레포 설정 추가 및 access 변경
    
    * chore: publish 명령어 생성
    
    * chore: changeset github action 생성
    
    * feat: changeset 파일 생성
    
    * chore: release action node 버전 변경
    
    * feat: yml 커밋 메시지 추가
    
    * chore: config ignore 추가
    
    * chore: changeset 설치
    
    * chore: publish 명령어 생성
    
    * chore: changeset github action 생성
    
    * chore: action 파일 최적화 반영
    
    * chore: name 수정
    
    * chore: 코더레빗 코드리뷰 반영
    
    * fix: script " 삭제
    
    * fix: lock 파일 수정
    
    ---------
    
    Co-authored-by: Gwang Soo <[email protected]>
    Co-authored-by: 홍서현 <[email protected]>
    Co-authored-by: MJ <[email protected]>
    Co-authored-by: GitHub Action <[email protected]>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    6 people committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f827fe7 View commit details
    Browse the repository at this point in the history