diff --git a/.changeset/wise-mugs-impress.md b/.changeset/wise-mugs-impress.md deleted file mode 100644 index 8da69134e..000000000 --- a/.changeset/wise-mugs-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/app': patch ---- - -fix: fix set shadow none value diff --git a/apps/codeimage/CHANGELOG.md b/apps/codeimage/CHANGELOG.md index 32b541840..b8e802499 100644 --- a/apps/codeimage/CHANGELOG.md +++ b/apps/codeimage/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeimage/app +## 1.0.7 + +### Patch Changes + +- [#425](https://github.com/riccardoperra/codeimage/pull/425) [`ca74f973`](https://github.com/riccardoperra/codeimage/commit/ca74f97310ae3bc0db54719ee414fed108888cdc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix set shadow none value + ## 1.0.6 ### Patch Changes diff --git a/apps/codeimage/package.json b/apps/codeimage/package.json index 3d3fd8925..43d8ffe50 100644 --- a/apps/codeimage/package.json +++ b/apps/codeimage/package.json @@ -1,7 +1,7 @@ { "name": "@codeimage/app", "private": true, - "version": "1.0.6", + "version": "1.0.7", "type": "module", "scripts": { "start": "vite", diff --git a/package.json b/package.json index aaf3638b8..e3da54667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeimage", - "version": "1.0.6", + "version": "1.0.7", "description": "Create elegant code screenshots of your source code", "info": "Codeimage is the newest open source tool to help developers to create beautiful screenshots of their code, providing several features to speed up the process to post in social media. It's built on the top of solid-js and has a rich choice of customizations, 15+ custom themes, supports for mobile devices and much more!", "homepage": "https://codeimage.dev/",