diff --git a/.changeset/dull-cobras-laugh.md b/.changeset/dull-cobras-laugh.md deleted file mode 100644 index 9d9248b3d..000000000 --- a/.changeset/dull-cobras-laugh.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@codeimage/app': patch -'@codeimage/config': patch ---- - -feat(app,config): sort editor language by featured property and alphabetically diff --git a/apps/codeimage/CHANGELOG.md b/apps/codeimage/CHANGELOG.md index 7cb8d226c..73787d779 100644 --- a/apps/codeimage/CHANGELOG.md +++ b/apps/codeimage/CHANGELOG.md @@ -1,5 +1,14 @@ # @codeimage/app +## 1.3.1 + +### Patch Changes + +- [#488](https://github.com/riccardoperra/codeimage/pull/488) [`dc6b66ae`](https://github.com/riccardoperra/codeimage/commit/dc6b66aeeae6f14f72b6a60958c7da145128a42f) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app,config): sort editor language by featured property and alphabetically + +- Updated dependencies [[`dc6b66ae`](https://github.com/riccardoperra/codeimage/commit/dc6b66aeeae6f14f72b6a60958c7da145128a42f)]: + - @codeimage/config@8.1.4 + ## 1.3.0 ### Minor Changes diff --git a/apps/codeimage/package.json b/apps/codeimage/package.json index dd1ba4b16..6b5123d6b 100644 --- a/apps/codeimage/package.json +++ b/apps/codeimage/package.json @@ -1,7 +1,7 @@ { "name": "@codeimage/app", "private": true, - "version": "1.3.0", + "version": "1.3.1", "type": "module", "scripts": { "start": "vite", diff --git a/package.json b/package.json index 189cb2c83..a9f1c4dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeimage", - "version": "1.3.0", + "version": "1.3.1", "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/", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index aacc13f8e..c930b2ec9 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeimage/highlight +## 8.1.4 + +### Patch Changes + +- [#488](https://github.com/riccardoperra/codeimage/pull/488) [`dc6b66ae`](https://github.com/riccardoperra/codeimage/commit/dc6b66aeeae6f14f72b6a60958c7da145128a42f) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app,config): sort editor language by featured property and alphabetically + ## 8.1.3 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 698f419c7..e3853addb 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/config", - "version": "8.1.3", + "version": "8.1.4", "module": "./dist/config.mjs", "source": "./src/public-api.ts", "types": "./dist/public-api.d.ts",