diff --git a/.changeset/hungry-otters-itch.md b/.changeset/hungry-otters-itch.md deleted file mode 100644 index b9ee8d7f..00000000 --- a/.changeset/hungry-otters-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nf-team/storage": major ---- - -feat(@nf-team/storage): localStorage, sessionStorage safe 함수 구현 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/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md new file mode 100644 index 00000000..a5a43e5a --- /dev/null +++ b/packages/storage/CHANGELOG.md @@ -0,0 +1,7 @@ +# @nf-team/storage + +## 1.0.0 + +### Major Changes + +- 44a7b36: feat(@nf-team/storage): localStorage, sessionStorage safe 함수 구현 diff --git a/packages/storage/package.json b/packages/storage/package.json index c4090036..2a936663 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@nf-team/storage", - "version": "0.0.0", + "version": "1.0.0", "description": "nf-team storage", "main": "./dist/index.js", "types": "./dist/index.d.ts",