From 6c5f4421028f7ec89375c47f1c4edfe48adadd2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 00:11:23 +0200 Subject: [PATCH] chore(release): 0.18.0 (#259) * RELEASING: Releasing 5 package(s) Releases: @codeimage/app@0.18.0 @codeimage/theme@0.8.0 @codeimage/config@6.0.0 @codeimage/locale@0.5.1 @codeimage/ui@0.7.0 [skip ci] * chore(release): version packages Co-authored-by: github-actions[bot] --- .changeset/blue-bags-invite.md | 6 ------ .changeset/plenty-ties-camp.md | 7 ------- .changeset/quiet-goats-type.md | 9 --------- .changeset/shiny-hounds-beg.md | 8 -------- apps/codeimage/CHANGELOG.md | 20 ++++++++++++++++++++ apps/codeimage/package.json | 2 +- package.json | 4 ++-- packages/config/CHANGELOG.md | 15 +++++++++++++++ packages/config/package.json | 2 +- packages/locale/CHANGELOG.md | 6 ++++++ packages/locale/package.json | 2 +- packages/theme/CHANGELOG.md | 14 ++++++++++++++ packages/theme/package.json | 2 +- packages/ui/CHANGELOG.md | 13 +++++++++++++ packages/ui/package.json | 2 +- 15 files changed, 75 insertions(+), 37 deletions(-) delete mode 100644 .changeset/blue-bags-invite.md delete mode 100644 .changeset/plenty-ties-camp.md delete mode 100644 .changeset/quiet-goats-type.md delete mode 100644 .changeset/shiny-hounds-beg.md diff --git a/.changeset/blue-bags-invite.md b/.changeset/blue-bags-invite.md deleted file mode 100644 index 09558bc55..000000000 --- a/.changeset/blue-bags-invite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@codeimage/app': patch -'@codeimage/theme': patch ---- - -fix: fix broken editor when themeId configuration does not match diff --git a/.changeset/plenty-ties-camp.md b/.changeset/plenty-ties-camp.md deleted file mode 100644 index 77a83b47f..000000000 --- a/.changeset/plenty-ties-camp.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@codeimage/app': minor -'@codeimage/config': minor -'@codeimage/theme': minor ---- - -feat: add editor background type diff --git a/.changeset/quiet-goats-type.md b/.changeset/quiet-goats-type.md deleted file mode 100644 index 6d9958a36..000000000 --- a/.changeset/quiet-goats-type.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@codeimage/app': patch -'@codeimage/config': patch -'@codeimage/locale': patch -'@codeimage/theme': patch -'@codeimage/ui': patch ---- - -build: update SolidJS to 1.4.2 diff --git a/.changeset/shiny-hounds-beg.md b/.changeset/shiny-hounds-beg.md deleted file mode 100644 index 828529ddc..000000000 --- a/.changeset/shiny-hounds-beg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@codeimage/app': minor -'@codeimage/config': minor -'@codeimage/theme': minor -'@codeimage/ui': minor ---- - -feat: add support for gradient colors diff --git a/apps/codeimage/CHANGELOG.md b/apps/codeimage/CHANGELOG.md index 04b1c34b9..2b5eb37d6 100644 --- a/apps/codeimage/CHANGELOG.md +++ b/apps/codeimage/CHANGELOG.md @@ -1,5 +1,25 @@ # @codeimage/app +## 0.18.0 + +### Minor Changes + +- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type + +* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors + +### Patch Changes + +- [#261](https://github.com/riccardoperra/codeimage/pull/261) [`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix broken editor when themeId configuration does not match + +* [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2 + +* Updated dependencies [[`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408), [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868), [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e), [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6)]: + - @codeimage/theme@0.8.0 + - @codeimage/config@6.0.0 + - @codeimage/locale@0.5.1 + - @codeimage/ui@0.7.0 + ## 0.17.2 ### Patch Changes diff --git a/apps/codeimage/package.json b/apps/codeimage/package.json index 3cc80f6a6..66e40d76d 100644 --- a/apps/codeimage/package.json +++ b/apps/codeimage/package.json @@ -1,7 +1,7 @@ { "name": "@codeimage/app", "private": true, - "version": "0.17.2", + "version": "0.18.0", "scripts": { "start": "vite", "dev": "vite --host --force", diff --git a/package.json b/package.json index 925a6f378..069f693be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeimage", - "version": "0.17.2", + "version": "0.18.0", "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/", @@ -79,4 +79,4 @@ "node": ">=14.x", "pnpm": ">=6.23.2" } -} +} \ No newline at end of file diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 04d73f8c6..c5e2fb8d8 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,20 @@ # @codeimage/theme +## 6.0.0 + +### Minor Changes + +- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type + +* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors + +### Patch Changes + +- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2 + +- Updated dependencies [[`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408), [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868), [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e), [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6)]: + - @codeimage/theme@0.8.0 + ## 5.0.0 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index a0f6de6a1..0806b242a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/config", - "version": "5.0.0", + "version": "6.0.0", "module": "./dist/config.es.js", "source": "./src/public-api.ts", "types": "./dist/public-api.d.ts", diff --git a/packages/locale/CHANGELOG.md b/packages/locale/CHANGELOG.md index 257f0c8d1..fe1ccfaaf 100644 --- a/packages/locale/CHANGELOG.md +++ b/packages/locale/CHANGELOG.md @@ -1,5 +1,11 @@ # @codeimage/theme +## 0.5.1 + +### Patch Changes + +- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2 + ## 0.5.0 ### Minor Changes diff --git a/packages/locale/package.json b/packages/locale/package.json index 8214fa03e..550ab4fa3 100644 --- a/packages/locale/package.json +++ b/packages/locale/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/locale", - "version": "0.5.0", + "version": "0.5.1", "module": "./dist/locale.es.js", "source": "./src/public-api.ts", "types": "./dist/public-api.d.ts", diff --git a/packages/theme/CHANGELOG.md b/packages/theme/CHANGELOG.md index 9f6bf9bf3..e76e2cc50 100644 --- a/packages/theme/CHANGELOG.md +++ b/packages/theme/CHANGELOG.md @@ -1,5 +1,19 @@ # @codeimage/theme +## 0.8.0 + +### Minor Changes + +- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type + +* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors + +### Patch Changes + +- [#261](https://github.com/riccardoperra/codeimage/pull/261) [`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix broken editor when themeId configuration does not match + +* [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2 + ## 0.7.0 ### Minor Changes diff --git a/packages/theme/package.json b/packages/theme/package.json index d5e253a63..8f7e94282 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/theme", - "version": "0.7.0", + "version": "0.8.0", "module": "./dist/theme.es.js", "source": "./src/public-api.ts", "types": "./dist/public-api.d.ts", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2b2ac86ce..18f405ac0 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,18 @@ # @codeimage/ui +## 0.7.0 + +### Minor Changes + +- [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors + +### Patch Changes + +- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2 + +- Updated dependencies [[`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e)]: + - @codeimage/locale@0.5.1 + ## 0.6.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index a2e940fbd..e57e45b31 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/ui", - "version": "0.6.0", + "version": "0.7.0", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [