diff --git a/.changeset/stale-wasps-smash.md b/.changeset/stale-wasps-smash.md deleted file mode 100644 index c413fefa..00000000 --- a/.changeset/stale-wasps-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"docs": major ---- - -docs: @nf-team/storage package typedocs 추가 diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-10.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-10.zip new file mode 100644 index 00000000..1ba6692c Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-10.zip differ diff --git a/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.4.1-8ac85f164e-10.zip b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.4.1-8ac85f164e-10.zip new file mode 100644 index 00000000..316722ce Binary files /dev/null and b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.4.1-8ac85f164e-10.zip differ diff --git a/.yarn/cache/@swc-core-linux-x64-gnu-npm-1.3.96-01459a118a-10.zip b/.yarn/cache/@swc-core-linux-x64-gnu-npm-1.3.96-01459a118a-10.zip new file mode 100644 index 00000000..744d764b Binary files /dev/null and b/.yarn/cache/@swc-core-linux-x64-gnu-npm-1.3.96-01459a118a-10.zip differ diff --git a/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-10.zip b/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-10.zip new file mode 100644 index 00000000..be396590 Binary files /dev/null and b/.yarn/cache/turbo-linux-64-npm-1.10.16-de7d9c548d-10.zip differ diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 401f2647..250118b5 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # docs +## 5.0.0 + +### Major Changes + +- 06d4007: docs: @nf-team/storage package typedocs 추가 + ## 4.1.1 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index ed511ce5..d21fcd11 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "4.1.1", + "version": "5.0.0", "private": true, "scripts": { "docusaurus": "docusaurus",