diff --git a/.changeset/quick-balloons-impress.md b/.changeset/quick-balloons-impress.md deleted file mode 100644 index e9a6c2a..0000000 --- a/.changeset/quick-balloons-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@sopt-makers/ui": patch ---- - -[CHORE] update package dependency 'radix-dialog' diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c25cea3..eff8677 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @sopt-makers/ui +## 1.1.6 + +### Patch Changes + +- bb6f66b: [CHORE] update package dependency 'radix-dialog' + ## 1.1.5 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index c55645b..b4f9ebe 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@sopt-makers/ui", - "version": "1.1.5", + "version": "1.1.6", "description": "sopt-makers의 frontend repository에 사용되는 ui를 제공해요.", "main": "./dist/index.js", "module": "./dist/esm/index.js",