diff --git a/.changeset/modern-mangos-relate.md b/.changeset/modern-mangos-relate.md deleted file mode 100644 index d5a8ccd..0000000 --- a/.changeset/modern-mangos-relate.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -'@toktokhan-dev/next-page-init': patch ---- - -- 새로운 디자인 시스템이 적용되었습니다. - - 기본 theming예시는 TOKGUIDE (우측 Drawer 버튼)을 확인해 주세요. - (TOKGUIDE THEME path src/components/@Drawer/TokGuideDrawer/components/contents/Theme/Theme.tsx) -- update @chakra-ui/theme-tools - -```diff -- "@chakra-ui/theme-tools": "^2.0.18", - -+ "@chakra-ui/theme-tools": "^2.1.2", - -``` - -- next font local font 설정 변경 - - pretendard variable font를 사용함으로서 src에 배열로 넣었던 font설정 값을 경로로 변환했습니다. - -```diff -import localFont from 'next/font/local' - -export const Pretendard = localFont({ - src: -- [ -- { -- path: '../../../public/fonts/pretendard/PretendardVariable.woff2', -- weight: '100', -- style: 'normal', -- }, -- { -- path: '../../../public/fonts/pretendard/PretendardVariable.woff2', -- weight: '200', -- style: 'normal', -- ... -- ], - -+ '../../../public/fonts/pretendard/PretendardVariable.woff2', -}) - -``` - -이 밖의 변경사항은 변경사항 코드를 확인해주세요. diff --git a/CHANGELOG.md b/CHANGELOG.md index 09270aa..ba9a3e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,50 @@ # @toktokhan-dev/next-page-init +## 0.0.13 + +### Patch Changes + +- 37b8694: - 새로운 디자인 시스템이 적용되었습니다. + + - 기본 theming예시는 TOKGUIDE (우측 Drawer 버튼)을 확인해 주세요. + (TOKGUIDE THEME path src/components/@Drawer/TokGuideDrawer/components/contents/Theme/Theme.tsx) + - update @chakra-ui/theme-tools + + ```diff + - "@chakra-ui/theme-tools": "^2.0.18", + + + "@chakra-ui/theme-tools": "^2.1.2", + + ``` + + - next font local font 설정 변경 + - pretendard variable font를 사용함으로서 src에 배열로 넣었던 font설정 값을 경로로 변환했습니다. + + ```diff + import localFont from 'next/font/local' + + export const Pretendard = localFont({ + src: + - [ + - { + - path: '../../../public/fonts/pretendard/PretendardVariable.woff2', + - weight: '100', + - style: 'normal', + - }, + - { + - path: '../../../public/fonts/pretendard/PretendardVariable.woff2', + - weight: '200', + - style: 'normal', + - ... + - ], + + + '../../../public/fonts/pretendard/PretendardVariable.woff2', + }) + + ``` + + 이 밖의 변경사항은 변경사항 코드를 확인해주세요. + ## 0.0.12 ### Patch Changes diff --git a/package.json b/package.json index 4b83c4f..1a40b74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@toktokhan-dev/next-page-init", - "version": "0.0.12", + "version": "0.0.13", "description": "This template uses Next.js's page-router approach to help developers quickly set up and start building scalable, performant applications with TypeScript and Next.js.", "author": "TOKTOKHAN.DEV", "scripts": {