Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-sanpack
Browse files Browse the repository at this point in the history
  • Loading branch information
kangju2000 committed Jul 30, 2024
2 parents 01dd3b7 + 506d0fc commit b282e49
Show file tree
Hide file tree
Showing 11 changed files with 166 additions and 434 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-cameras-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-mayflies-ring.md

This file was deleted.

5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ module.exports = {

extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier', 'plugin:@cspell/recommended'],
plugins: ['@typescript-eslint'],
settings: {
next: {
rootDir: 'docs/',
},
},
rules: {
'no-implicit-coercion': 'error',
'no-warning-comments': [
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# es-hangul

## 1.4.6

### Patch Changes

- [#198](https://github.com/toss/es-hangul/pull/198) [`e6142b0`](https://github.com/toss/es-hangul/commit/e6142b04159133dbcab6f2771baa88adf7aa4a45) Thanks [@linenumbertwo](https://github.com/linenumbertwo)! - feat: "이라/라" 케이스 추가

- [#203](https://github.com/toss/es-hangul/pull/203) [`fbe3ad6`](https://github.com/toss/es-hangul/commit/fbe3ad67f4bd796773f60f0ab04359135b03d414) Thanks [@kangju2000](https://github.com/kangju2000)! - fix: eslint CI가 제대로 작동하지 않는 문제를 수정합니다.

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cspell.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"words": ["choseong", "jungseong", "jongseong"]
"words": ["choseong", "jongseong", "jungseong", "Nextra"]
}
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# docs

## 0.1.13

### Patch Changes

- [#203](https://github.com/toss/es-hangul/pull/203) [`fbe3ad6`](https://github.com/toss/es-hangul/commit/fbe3ad67f4bd796773f60f0ab04359135b03d414) Thanks [@kangju2000](https://github.com/kangju2000)! - fix: eslint CI가 제대로 작동하지 않는 문제를 수정합니다.

- [#199](https://github.com/toss/es-hangul/pull/199) [`5fa97f8`](https://github.com/toss/es-hangul/commit/5fa97f825deaec03c42a9842a06ee262d0a8fd87) Thanks [@kangju2000](https://github.com/kangju2000)! - docs: 문서 배포 오류를 해결합니다.

- Updated dependencies [[`e6142b0`](https://github.com/toss/es-hangul/commit/e6142b04159133dbcab6f2771baa88adf7aa4a45), [`fbe3ad6`](https://github.com/toss/es-hangul/commit/fbe3ad67f4bd796773f60f0ab04359135b03d414)]:
- [email protected]

## 0.1.12

### Patch Changes
Expand Down
1 change: 1 addition & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.12",
"version": "0.1.13",
"private": true,
"packageManager": "[email protected]",
"scripts": {
Expand All @@ -25,10 +25,10 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
"typescript": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "src/pages/index.mdx"],
"include": ["next-env.d.ts", "next.config.js", "**/*.ts", "**/*.tsx", "src/pages/index.mdx"],
"exclude": ["node_modules"]
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es-hangul",
"version": "1.4.5",
"version": "1.4.6",
"keywords": [
"한글",
"한국어",
Expand Down Expand Up @@ -60,12 +60,12 @@
"@netlify/plugin-nextjs": "^5.0.0",
"@types/broken-link-checker": "^0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitest/coverage-istanbul": "^1.5.0",
"@vitest/ui": "^1.5.0",
"broken-link-checker": "^0.7.8",
"eslint": "^7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.5.0",
"packlint": "^0.2.4",
"prettier": "^3.2.5",
Expand Down
Loading

0 comments on commit b282e49

Please sign in to comment.