Skip to content

Commit

Permalink
chore: github action + changeset을 테스트하기 위함입니다. (#13)
Browse files Browse the repository at this point in the history
* test7

* changeset 의 fixed 옵션을 추가합니다

* package json의 workspace에루트를 포함하게하여 changeset이 작동하도록함

* Create polite-llamas-push.md
  • Loading branch information
okinawaa committed Apr 5, 2024
1 parent 55b83ef commit 3903d6f
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json",
"changelog": ["@changesets/cli/changelog", { "repo": "toss/es-hangul" }],
"commit": false,
"fixed": [],
"fixed": [["es-hangul"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/gold-comics-enjoy.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@fake-scope/fake-pkg": patch
"es-hangul": patch
---

chore: github action + changeset을 테스트하기 위함입니다.
5 changes: 0 additions & 5 deletions .changeset/tender-socks-carry.md

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "es-hangul",
"workspaces": [
".",
"docs"
],
"version": "1.0.4",
Expand Down
1 change: 1 addition & 0 deletions src/disassemble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function disassembleHangulToGroups(str: string) {
* 우선 map을 사용하지 않음으로써 문제를 회피함
* @see https://sentry.io/organizations/toss/issues/2432344954/?project=1242586&referrer=slack
* @see https://bugs.webkit.org/show_bug.cgi?id=211619
*
*/
const result: string[][] = [];

Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3152,9 +3152,9 @@ __metadata:
linkType: hard

"electron-to-chromium@npm:^1.4.668":
version: 1.4.726
resolution: "electron-to-chromium@npm:1.4.726"
checksum: 10c0/f98a0e0686534aa8d7baf425d991a89ef7d8d3b856a8dfc786fdc47e8e57715440877e67bcda31d486aa7f73350718502d0de839229ac84624ee360829f3b201
version: 1.4.728
resolution: "electron-to-chromium@npm:1.4.728"
checksum: 10c0/c1de9df997d84a7e41f2228a4a570ff8470c976c23b0c5701309624da59a9b81d930b8c73d35b4092181bde75a7833ffad70a8507558d4e8c3990b42058673f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -9212,7 +9212,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5, typescript@npm:^5.4.3":
"typescript@npm:^5":
version: 5.4.4
resolution: "typescript@npm:5.4.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/4d8de0291204ed61ca97ad0cba2ce064e09c4988ca1c451c787e4653ba76296ba35177a52694e8a00cf4ef899d0ee83338663b926d8b7d55167ff0ba81549999
languageName: node
linkType: hard

"typescript@npm:^5.4.3":
version: 5.4.3
resolution: "typescript@npm:5.4.3"
bin:
Expand All @@ -9222,7 +9232,17 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.4.3#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5#optional!builtin<compat/typescript>":
version: 5.4.4
resolution: "typescript@patch:typescript@npm%3A5.4.4#optional!builtin<compat/typescript>::version=5.4.4&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/1fa41b9964a9ff0ed913b339c90b46031b2d2da3cb1a192af516610733f7f1d5f7f9754a8e22b9ac7076d3d8aedd2c4f84db3f113bad060eac3a95962443a1bf
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.4.3#optional!builtin<compat/typescript>":
version: 5.4.3
resolution: "typescript@patch:typescript@npm%3A5.4.3#optional!builtin<compat/typescript>::version=5.4.3&hash=5adc0c"
bin:
Expand Down

0 comments on commit 3903d6f

Please sign in to comment.