Skip to content

Commit

Permalink
Merge pull request #25 from TOKTOKHAN-DEV/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
AlgoRoots authored Aug 27, 2024
2 parents 37b8694 + 9bd462b commit 6866ef2
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
43 changes: 0 additions & 43 deletions .changeset/modern-mangos-relate.md

This file was deleted.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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<dev@toktokhan.dev>",
"scripts": {
Expand Down

0 comments on commit 6866ef2

Please sign in to comment.