diff --git a/.changeset/empty-apples-itch.md b/.changeset/empty-apples-itch.md deleted file mode 100644 index a4cddf46c..000000000 --- a/.changeset/empty-apples-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codeimage/highlight": patch ---- - -feat: add moonlight theme diff --git a/.changeset/giant-rabbits-impress.md b/.changeset/giant-rabbits-impress.md deleted file mode 100644 index 46401f526..000000000 --- a/.changeset/giant-rabbits-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/vanilla-extract': patch ---- - -fix HMR with vite diff --git a/.changeset/nervous-rats-judge.md b/.changeset/nervous-rats-judge.md deleted file mode 100644 index 553637e48..000000000 --- a/.changeset/nervous-rats-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codeimage/highlight": patch ---- - -feat: shades of purple theme diff --git a/.changeset/real-cooks-hunt.md b/.changeset/real-cooks-hunt.md deleted file mode 100644 index f47e47fa6..000000000 --- a/.changeset/real-cooks-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/vanilla-extract': patch ---- - -update vanilla-extract vite plugin to official 3.6.0 version diff --git a/.changeset/serious-berries-lick.md b/.changeset/serious-berries-lick.md deleted file mode 100644 index 9df70a943..000000000 --- a/.changeset/serious-berries-lick.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@codeimage/app': patch -'@codeimage/ui': patch ---- - -feat: add icon button diff --git a/.changeset/serious-wolves-hug.md b/.changeset/serious-wolves-hug.md deleted file mode 100644 index 482bd4b18..000000000 --- a/.changeset/serious-wolves-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/app': major ---- - -Projects, backend integration diff --git a/.changeset/silly-rockets-look.md b/.changeset/silly-rockets-look.md deleted file mode 100644 index 100b4cc4e..000000000 --- a/.changeset/silly-rockets-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/ui': minor ---- - -feat(ui): add TextField inline style diff --git a/.changeset/sixty-seas-serve.md b/.changeset/sixty-seas-serve.md deleted file mode 100644 index 19ffa24c7..000000000 --- a/.changeset/sixty-seas-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/app': patch ---- - -add read-only editor and clone action diff --git a/.changeset/stale-dryers-do.md b/.changeset/stale-dryers-do.md deleted file mode 100644 index 47e090ed0..000000000 --- a/.changeset/stale-dryers-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/ui': minor ---- - -feat: add text dynamic variants by scope diff --git a/.changeset/strange-otters-heal.md b/.changeset/strange-otters-heal.md deleted file mode 100644 index 06b3f61d9..000000000 --- a/.changeset/strange-otters-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/ui': minor ---- - -refactor snackbar with solid-toast diff --git a/.changeset/sweet-spies-grab.md b/.changeset/sweet-spies-grab.md deleted file mode 100644 index 2bc3d6235..000000000 --- a/.changeset/sweet-spies-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codeimage/highlight": patch ---- - -feat(highlight): panda theme diff --git a/.changeset/swift-badgers-trade.md b/.changeset/swift-badgers-trade.md deleted file mode 100644 index 04de54c3f..000000000 --- a/.changeset/swift-badgers-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/api': minor ---- - -add /clone endpoint diff --git a/.changeset/unlucky-zoos-allow.md b/.changeset/unlucky-zoos-allow.md deleted file mode 100644 index 13293a4db..000000000 --- a/.changeset/unlucky-zoos-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/ui': minor ---- - -feat(ui): add Badge component diff --git a/.changeset/wise-trainers-wait.md b/.changeset/wise-trainers-wait.md deleted file mode 100644 index 4eb2bdb2f..000000000 --- a/.changeset/wise-trainers-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@codeimage/ui': minor ---- - -feat(ui): add radio field diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md new file mode 100644 index 000000000..97a999a15 --- /dev/null +++ b/apps/api/CHANGELOG.md @@ -0,0 +1,7 @@ +# @codeimage/api + +## 0.1.0 + +### Minor Changes + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`2580cd60`](https://github.com/riccardoperra/codeimage/commit/2580cd606b1bf76880289e96537bc9c41658a2a9) Thanks [@riccardoperra](https://github.com/riccardoperra)! - add /clone endpoint diff --git a/apps/api/package.json b/apps/api/package.json index 66a955e7a..8c86128a9 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/api", - "version": "0.0.1", + "version": "0.1.0", "description": "CodeImage api rest server", "main": "app.ts", "directories": { diff --git a/apps/codeimage/CHANGELOG.md b/apps/codeimage/CHANGELOG.md index 1a0263c7a..ebfdc2ce0 100644 --- a/apps/codeimage/CHANGELOG.md +++ b/apps/codeimage/CHANGELOG.md @@ -1,5 +1,24 @@ # @codeimage/app +## 1.0.0 + +### Major Changes + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`3b0f791`](https://github.com/riccardoperra/codeimage/commit/3b0f791b420450d4276c9cf56e8448446c8c0774) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Projects, backend integration + +### Patch Changes + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`f20624fe`](https://github.com/riccardoperra/codeimage/commit/f20624fe0714fe2b56659df7b8c91f6a51c7187b) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add icon button + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`2580cd60`](https://github.com/riccardoperra/codeimage/commit/2580cd606b1bf76880289e96537bc9c41658a2a9) Thanks [@riccardoperra](https://github.com/riccardoperra)! - add read-only editor and clone action + +- Updated dependencies [[`15e6f54`](https://github.com/riccardoperra/codeimage/commit/15e6f541210f41b30bb865658a8b0cbc983b2138), [`66f2be82`](https://github.com/riccardoperra/codeimage/commit/66f2be829972a68c2ed115433451e049c4885ccc), [`4f95ff1`](https://github.com/riccardoperra/codeimage/commit/4f95ff171db0bb23b6f7d1ad48745f6b16d8889d), [`30191c4`](https://github.com/riccardoperra/codeimage/commit/30191c4e982e6a241a98a435a0c07579d2c683e2), [`f20624fe`](https://github.com/riccardoperra/codeimage/commit/f20624fe0714fe2b56659df7b8c91f6a51c7187b), [`5c12f011`](https://github.com/riccardoperra/codeimage/commit/5c12f0111adf64900098ecf5e17b0896d1d3a8aa), [`83ed47f2`](https://github.com/riccardoperra/codeimage/commit/83ed47f2a5b1442816a4b6a0543e93a88f065053), [`f726e577`](https://github.com/riccardoperra/codeimage/commit/f726e57737a2af16577885cbb9c58e9fc6c1bcf8), [`6a976a6`](https://github.com/riccardoperra/codeimage/commit/6a976a6ecd3725ca6190ecea1ae1513c4c61b6a6), [`2580cd60`](https://github.com/riccardoperra/codeimage/commit/2580cd606b1bf76880289e96537bc9c41658a2a9), [`5f2b70bb`](https://github.com/riccardoperra/codeimage/commit/5f2b70bbcf1eda4486705b98304d289f5eaec142), [`cea84890`](https://github.com/riccardoperra/codeimage/commit/cea84890f406f1fc8d5bf51e1f48d1148270c829)]: + - @codeimage/highlight@0.10.3 + - @codeimage/vanilla-extract@0.1.1 + - @codeimage/ui@0.10.0 + - @codeimage/api@0.1.0 + - @codeimage/config@8.0.3 + ## 0.21.4 ### Patch Changes diff --git a/apps/codeimage/package.json b/apps/codeimage/package.json index bd7d3de3c..272f53d32 100644 --- a/apps/codeimage/package.json +++ b/apps/codeimage/package.json @@ -1,7 +1,7 @@ { "name": "@codeimage/app", "private": true, - "version": "0.21.4", + "version": "1.0.0", "type": "module", "scripts": { "start": "vite", @@ -35,15 +35,15 @@ }, "dependencies": { "@auth0/auth0-spa-js": "1.22.5", - "@codeimage/api": "workspace:0.0.1", + "@codeimage/api": "workspace:0.1.0", "@codeimage/atomic-state": "workspace:0.1.0", - "@codeimage/config": "workspace:8.0.2", + "@codeimage/config": "workspace:8.0.3", "@codeimage/dom-export": "workspace:1.10.1", - "@codeimage/highlight": "workspace:0.10.2", + "@codeimage/highlight": "workspace:0.10.3", "@codeimage/locale": "workspace:0.6.1", "@codeimage/prisma-models": "workspace:0.0.1", - "@codeimage/ui": "workspace:0.9.0", - "@codeimage/vanilla-extract": "workspace:0.1.0", + "@codeimage/ui": "workspace:0.10.0", + "@codeimage/vanilla-extract": "workspace:0.1.1", "@codemirror/autocomplete": "^6.3.0", "@codemirror/commands": "^6.1.2", "@codemirror/lang-cpp": "^6.0.1", diff --git a/package.json b/package.json index 24218ca2a..09dc07309 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeimage", - "version": "0.21.4", + "version": "1.0.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/", @@ -87,4 +87,4 @@ "engines": { "pnpm": ">=7" } -} +} \ No newline at end of file diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index d62de9cb4..6814486e4 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @codeimage/highlight +## 8.0.3 + +### Patch Changes + +- Updated dependencies [[`15e6f54`](https://github.com/riccardoperra/codeimage/commit/15e6f541210f41b30bb865658a8b0cbc983b2138), [`4f95ff1`](https://github.com/riccardoperra/codeimage/commit/4f95ff171db0bb23b6f7d1ad48745f6b16d8889d), [`6a976a6`](https://github.com/riccardoperra/codeimage/commit/6a976a6ecd3725ca6190ecea1ae1513c4c61b6a6)]: + - @codeimage/highlight@0.10.3 + ## 8.0.2 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index c9795a72c..edef2c012 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/config", - "version": "8.0.2", + "version": "8.0.3", "module": "./dist/config.mjs", "source": "./src/public-api.ts", "types": "./dist/public-api.d.ts", diff --git a/packages/highlight/CHANGELOG.md b/packages/highlight/CHANGELOG.md index ee1dfd478..a6201b768 100644 --- a/packages/highlight/CHANGELOG.md +++ b/packages/highlight/CHANGELOG.md @@ -1,5 +1,15 @@ # @codeimage/highlight +## 0.10.3 + +### Patch Changes + +- [#372](https://github.com/riccardoperra/codeimage/pull/372) [`15e6f54`](https://github.com/riccardoperra/codeimage/commit/15e6f541210f41b30bb865658a8b0cbc983b2138) Thanks [@SIMRAN88](https://github.com/SIMRAN88)! - feat: add moonlight theme + +- [#370](https://github.com/riccardoperra/codeimage/pull/370) [`4f95ff1`](https://github.com/riccardoperra/codeimage/commit/4f95ff171db0bb23b6f7d1ad48745f6b16d8889d) Thanks [@SIMRAN88](https://github.com/SIMRAN88)! - feat: shades of purple theme + +- [#367](https://github.com/riccardoperra/codeimage/pull/367) [`6a976a6`](https://github.com/riccardoperra/codeimage/commit/6a976a6ecd3725ca6190ecea1ae1513c4c61b6a6) Thanks [@TGlide](https://github.com/TGlide)! - feat(highlight): panda theme + ## 0.10.2 ### Patch Changes diff --git a/packages/highlight/package.json b/packages/highlight/package.json index d54925d29..83213b0a7 100644 --- a/packages/highlight/package.json +++ b/packages/highlight/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/highlight", - "version": "0.10.2", + "version": "0.10.3", "module": "./dist/index.js", "types": "./dist/public-api.d.ts", "type": "module", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 158609717..429565e65 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,26 @@ # @codeimage/ui +## 0.10.0 + +### Minor Changes + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`5c12f011`](https://github.com/riccardoperra/codeimage/commit/5c12f0111adf64900098ecf5e17b0896d1d3a8aa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(ui): add TextField inline style + +- [#353](https://github.com/riccardoperra/codeimage/pull/353) [`83ed47f2`](https://github.com/riccardoperra/codeimage/commit/83ed47f2a5b1442816a4b6a0543e93a88f065053) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add text dynamic variants by scope + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`f726e577`](https://github.com/riccardoperra/codeimage/commit/f726e57737a2af16577885cbb9c58e9fc6c1bcf8) Thanks [@riccardoperra](https://github.com/riccardoperra)! - refactor snackbar with solid-toast + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`5f2b70bb`](https://github.com/riccardoperra/codeimage/commit/5f2b70bbcf1eda4486705b98304d289f5eaec142) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(ui): add Badge component + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`cea84890`](https://github.com/riccardoperra/codeimage/commit/cea84890f406f1fc8d5bf51e1f48d1148270c829) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(ui): add radio field + +### Patch Changes + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`f20624fe`](https://github.com/riccardoperra/codeimage/commit/f20624fe0714fe2b56659df7b8c91f6a51c7187b) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add icon button + +- Updated dependencies [[`66f2be82`](https://github.com/riccardoperra/codeimage/commit/66f2be829972a68c2ed115433451e049c4885ccc), [`30191c4`](https://github.com/riccardoperra/codeimage/commit/30191c4e982e6a241a98a435a0c07579d2c683e2)]: + - @codeimage/vanilla-extract@0.1.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 90d56999b..d70673015 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/ui", - "version": "0.9.0", + "version": "0.10.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.ts", diff --git a/packages/vanilla-extract/CHANGELOG.md b/packages/vanilla-extract/CHANGELOG.md new file mode 100644 index 000000000..b61ff327a --- /dev/null +++ b/packages/vanilla-extract/CHANGELOG.md @@ -0,0 +1,9 @@ +# @codeimage/vanilla-extract + +## 0.1.1 + +### Patch Changes + +- [#327](https://github.com/riccardoperra/codeimage/pull/327) [`66f2be82`](https://github.com/riccardoperra/codeimage/commit/66f2be829972a68c2ed115433451e049c4885ccc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix HMR with vite + +- [`30191c4`](https://github.com/riccardoperra/codeimage/commit/30191c4e982e6a241a98a435a0c07579d2c683e2) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update vanilla-extract vite plugin to official 3.6.0 version diff --git a/packages/vanilla-extract/package.json b/packages/vanilla-extract/package.json index 606de3cfa..e1e2b081b 100644 --- a/packages/vanilla-extract/package.json +++ b/packages/vanilla-extract/package.json @@ -1,6 +1,6 @@ { "name": "@codeimage/vanilla-extract", - "version": "0.1.0", + "version": "0.1.1", "description": "Vanilla extract customizations for @codeimage styles", "main": "./dist/index.cjs", "types": "./dist/types/index.d.ts",