diff --git a/.changeset/gold-boxes-stare.md b/.changeset/gold-boxes-stare.md deleted file mode 100644 index fc9988c15..000000000 --- a/.changeset/gold-boxes-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/app': patch ---- - -update auth0 to 2.0.0 diff --git a/.changeset/six-students-grow.md b/.changeset/six-students-grow.md deleted file mode 100644 index 609aa2370..000000000 --- a/.changeset/six-students-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/config': patch ---- - -add ruby syntax highlighting diff --git a/apps/codeimage/CHANGELOG.md b/apps/codeimage/CHANGELOG.md index 44c4ef1af..f781651a6 100644 --- a/apps/codeimage/CHANGELOG.md +++ b/apps/codeimage/CHANGELOG.md @@ -1,5 +1,14 @@ # @codeimage/app +## 1.0.2 + +### Patch Changes + +- [#396](https://github.com/riccardoperra/codeimage/pull/396) [`c4b24b1`](https://github.com/riccardoperra/codeimage/commit/c4b24b1556c72cf98602c109d0230cbb5989509e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update auth0 to 2.0.0 + +- Updated dependencies [[`c6f16a1`](https://github.com/riccardoperra/codeimage/commit/c6f16a132d2358cc3c852e566b77c71b42644bd2)]: + - @codeimage/config@8.0.4 + ## 1.0.1 ### Patch Changes diff --git a/apps/codeimage/package.json b/apps/codeimage/package.json index e8cf64630..9c41751a1 100644 --- a/apps/codeimage/package.json +++ b/apps/codeimage/package.json @@ -1,7 +1,7 @@ { "name": "@codeimage/app", "private": true, - "version": "1.0.1", + "version": "1.0.2", "type": "module", "scripts": { "start": "vite", diff --git a/package.json b/package.json index a072a567e..1ba9b0e36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeimage", - "version": "1.0.1", + "version": "1.0.2", "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 6814486e4..b0b0ecb8b 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeimage/highlight +## 8.0.4 + +### Patch Changes + +- [#394](https://github.com/riccardoperra/codeimage/pull/394) [`c6f16a1`](https://github.com/riccardoperra/codeimage/commit/c6f16a132d2358cc3c852e566b77c71b42644bd2) Thanks [@riccardoperra](https://github.com/riccardoperra)! - add ruby syntax highlighting + ## 8.0.3 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index edef2c012..45ccc71b6 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/config", - "version": "8.0.3", + "version": "8.0.4", "module": "./dist/config.mjs", "source": "./src/public-api.ts", "types": "./dist/public-api.d.ts",