diff --git a/.changeset/ripe-forks-fall.md b/.changeset/ripe-forks-fall.md deleted file mode 100644 index 926fc34..0000000 --- a/.changeset/ripe-forks-fall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@croquiscom/monolith': patch ---- - -Stack/buildFlexClassNames CSSProperties import 추가 diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d6f19..4406772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # monolith +## 0.5.1 + +### Patch Changes + +- 28fa7db: Stack/buildFlexClassNames CSSProperties import 추가 + ## 0.5.0 ### Minor Changes diff --git a/package.json b/package.json index 293e4d2..de1c79d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@croquiscom/monolith", "description": "kakakostyle frontend common utility library", "license": "MIT", - "version": "0.5.0", + "version": "0.5.1", "packageManager": "pnpm@9.14.2", "main": "dist/index.cjs.js", "module": "dist/index.es.js",