Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .changeset/busy-stamps-shave.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/short-feet-see.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tame-hands-guess.md

This file was deleted.

43 changes: 43 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @codeimage/api

## 0.6.0

### Minor Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff) Thanks [@riccardoperra](https://github.com/riccardoperra)! - [#685](https://github.com/riccardoperra/codeimage/issues/685) Refactor codebase to use latest stack

CodeImage tech stack will be upgraded with latest modern versions
- General workspace upgrades
- [x] Eslint -> Oxlint
- [x] Prettier -> Oxlint
- [x] pnpm 6 -> pnpm 10
- @codeimage/app
- [x] Vite 5.4 -> Vite 8
- [x] Solid 1.6 -> 1.9
- @codeimage/api
- [x] Fastify 4.18.0 -> 5.8.2
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
- [x] Tsup -> Tsdown
- [x] Vitest 0.31.4 -> 4.1.0
- codeimage/website
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
- [x] Vite 3.2 -> Vite 8
- @codeimage/{config,locale,atomic-state,highlight}
- [x] Vite 3.2 -> Vite 8
- [x] Vitest 0.26.2 -> 4.1.0
- [x] TypeScript 5.3.2 -> 6.0.2
- [x] Rollup 2.79.2 -> tsdown
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
- @codeimage/ui
- [x] Vite 3.2.5 -> Vite 8
- [x] Rollup 2.79 -> 4.60.0
- [x] vanilla-extract latest versions

### Patch Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update to TypeScript 6.0

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`9d17f94`](https://github.com/riccardoperra/codeimage/commit/9d17f945b8074dab4bb172106f5478122a90458a) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Upgrade to Prisma 7

- Updated dependencies [[`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff), [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa), [`9d17f94`](https://github.com/riccardoperra/codeimage/commit/9d17f945b8074dab4bb172106f5478122a90458a)]:
- @codeimage/prisma-models@0.1.0

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/api",
"version": "0.5.0",
"version": "0.6.0",
"description": "CodeImage api rest server",
"main": "app.ts",
"type": "module",
Expand Down
48 changes: 48 additions & 0 deletions apps/codeimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# @codeimage/app

## 1.10.0

### Minor Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff) Thanks [@riccardoperra](https://github.com/riccardoperra)! - [#685](https://github.com/riccardoperra/codeimage/issues/685) Refactor codebase to use latest stack

CodeImage tech stack will be upgraded with latest modern versions
- General workspace upgrades
- [x] Eslint -> Oxlint
- [x] Prettier -> Oxlint
- [x] pnpm 6 -> pnpm 10
- @codeimage/app
- [x] Vite 5.4 -> Vite 8
- [x] Solid 1.6 -> 1.9
- @codeimage/api
- [x] Fastify 4.18.0 -> 5.8.2
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
- [x] Tsup -> Tsdown
- [x] Vitest 0.31.4 -> 4.1.0
- codeimage/website
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
- [x] Vite 3.2 -> Vite 8
- @codeimage/{config,locale,atomic-state,highlight}
- [x] Vite 3.2 -> Vite 8
- [x] Vitest 0.26.2 -> 4.1.0
- [x] TypeScript 5.3.2 -> 6.0.2
- [x] Rollup 2.79.2 -> tsdown
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
- @codeimage/ui
- [x] Vite 3.2.5 -> Vite 8
- [x] Rollup 2.79 -> 4.60.0
- [x] vanilla-extract latest versions

### Patch Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update to TypeScript 6.0

- Updated dependencies [[`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff), [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa), [`9d17f94`](https://github.com/riccardoperra/codeimage/commit/9d17f945b8074dab4bb172106f5478122a90458a)]:
- @codeimage/prisma-models@0.1.0
- @codeimage/atomic-state@1.1.0
- @codeimage/dom-export@1.12.0
- @codeimage/highlight@0.12.0
- @codeimage/config@10.0.0
- @codeimage/locale@0.8.0
- @codeimage/ui@0.11.0
- @codeimage/api@0.6.0

## 1.9.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/codeimage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codeimage/app",
"private": true,
"version": "1.9.1",
"version": "1.10.0",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeimage",
"version": "1.9.1",
"version": "1.10.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/",
Expand Down Expand Up @@ -109,4 +109,4 @@
"dependencies": {
"statebuilder": "^0.8.1"
}
}
}
38 changes: 38 additions & 0 deletions packages/atomic-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @codeimage/atomic-state

## 1.1.0

### Minor Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff) Thanks [@riccardoperra](https://github.com/riccardoperra)! - [#685](https://github.com/riccardoperra/codeimage/issues/685) Refactor codebase to use latest stack

CodeImage tech stack will be upgraded with latest modern versions
- General workspace upgrades
- [x] Eslint -> Oxlint
- [x] Prettier -> Oxlint
- [x] pnpm 6 -> pnpm 10
- @codeimage/app
- [x] Vite 5.4 -> Vite 8
- [x] Solid 1.6 -> 1.9
- @codeimage/api
- [x] Fastify 4.18.0 -> 5.8.2
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
- [x] Tsup -> Tsdown
- [x] Vitest 0.31.4 -> 4.1.0
- codeimage/website
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
- [x] Vite 3.2 -> Vite 8
- @codeimage/{config,locale,atomic-state,highlight}
- [x] Vite 3.2 -> Vite 8
- [x] Vitest 0.26.2 -> 4.1.0
- [x] TypeScript 5.3.2 -> 6.0.2
- [x] Rollup 2.79.2 -> tsdown
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
- @codeimage/ui
- [x] Vite 3.2.5 -> Vite 8
- [x] Rollup 2.79 -> 4.60.0
- [x] vanilla-extract latest versions

### Patch Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update to TypeScript 6.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/atomic-state",
"version": "1.0.1",
"version": "1.1.0",
"source": "src/index.tsx",
"types": "dist/types/index.d.ts",
"type": "module",
Expand Down
41 changes: 41 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# @codeimage/highlight

## 10.0.0

### Minor Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff) Thanks [@riccardoperra](https://github.com/riccardoperra)! - [#685](https://github.com/riccardoperra/codeimage/issues/685) Refactor codebase to use latest stack

CodeImage tech stack will be upgraded with latest modern versions
- General workspace upgrades
- [x] Eslint -> Oxlint
- [x] Prettier -> Oxlint
- [x] pnpm 6 -> pnpm 10
- @codeimage/app
- [x] Vite 5.4 -> Vite 8
- [x] Solid 1.6 -> 1.9
- @codeimage/api
- [x] Fastify 4.18.0 -> 5.8.2
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
- [x] Tsup -> Tsdown
- [x] Vitest 0.31.4 -> 4.1.0
- codeimage/website
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
- [x] Vite 3.2 -> Vite 8
- @codeimage/{config,locale,atomic-state,highlight}
- [x] Vite 3.2 -> Vite 8
- [x] Vitest 0.26.2 -> 4.1.0
- [x] TypeScript 5.3.2 -> 6.0.2
- [x] Rollup 2.79.2 -> tsdown
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
- @codeimage/ui
- [x] Vite 3.2.5 -> Vite 8
- [x] Rollup 2.79 -> 4.60.0
- [x] vanilla-extract latest versions

### Patch Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update to TypeScript 6.0

- Updated dependencies [[`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff), [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa)]:
- @codeimage/highlight@0.12.0

## 9.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/config",
"version": "9.0.4",
"version": "10.0.0",
"module": "./dist/config.mjs",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
38 changes: 38 additions & 0 deletions packages/dom-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @codeimage/dom-export

## 1.12.0

### Minor Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff) Thanks [@riccardoperra](https://github.com/riccardoperra)! - [#685](https://github.com/riccardoperra/codeimage/issues/685) Refactor codebase to use latest stack

CodeImage tech stack will be upgraded with latest modern versions
- General workspace upgrades
- [x] Eslint -> Oxlint
- [x] Prettier -> Oxlint
- [x] pnpm 6 -> pnpm 10
- @codeimage/app
- [x] Vite 5.4 -> Vite 8
- [x] Solid 1.6 -> 1.9
- @codeimage/api
- [x] Fastify 4.18.0 -> 5.8.2
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
- [x] Tsup -> Tsdown
- [x] Vitest 0.31.4 -> 4.1.0
- codeimage/website
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
- [x] Vite 3.2 -> Vite 8
- @codeimage/{config,locale,atomic-state,highlight}
- [x] Vite 3.2 -> Vite 8
- [x] Vitest 0.26.2 -> 4.1.0
- [x] TypeScript 5.3.2 -> 6.0.2
- [x] Rollup 2.79.2 -> tsdown
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
- @codeimage/ui
- [x] Vite 3.2.5 -> Vite 8
- [x] Rollup 2.79 -> 4.60.0
- [x] vanilla-extract latest versions

### Patch Changes

- [#685](https://github.com/riccardoperra/codeimage/pull/685) [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update to TypeScript 6.0

## 1.11.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/dom-export",
"version": "1.11.5",
"version": "1.12.0",
"type": "module",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "./dist/dom-export.js",
Expand Down
Loading