Skip to content

Commit eb4270b

Browse files
github-actions[bot]riccardoperra
authored andcommitted
RELEASING: Releasing 9 package(s)
Releases: @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/app@1.10.0 @codeimage/ui@0.11.0 @codeimage/api@0.6.0 [skip ci]
1 parent 4f87360 commit eb4270b

21 files changed

Lines changed: 375 additions & 81 deletions

.changeset/busy-stamps-shave.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

.changeset/short-feet-see.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/tame-hands-guess.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/api/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# @codeimage/api
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
CodeImage tech stack will be upgraded with latest modern versions
10+
- General workspace upgrades
11+
- [x] Eslint -> Oxlint
12+
- [x] Prettier -> Oxlint
13+
- [x] pnpm 6 -> pnpm 10
14+
- @codeimage/app
15+
- [x] Vite 5.4 -> Vite 8
16+
- [x] Solid 1.6 -> 1.9
17+
- @codeimage/api
18+
- [x] Fastify 4.18.0 -> 5.8.2
19+
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
20+
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
21+
- [x] Tsup -> Tsdown
22+
- [x] Vitest 0.31.4 -> 4.1.0
23+
- codeimage/website
24+
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
25+
- [x] Vite 3.2 -> Vite 8
26+
- @codeimage/{config,locale,atomic-state,highlight}
27+
- [x] Vite 3.2 -> Vite 8
28+
- [x] Vitest 0.26.2 -> 4.1.0
29+
- [x] TypeScript 5.3.2 -> 6.0.2
30+
- [x] Rollup 2.79.2 -> tsdown
31+
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
32+
- @codeimage/ui
33+
- [x] Vite 3.2.5 -> Vite 8
34+
- [x] Rollup 2.79 -> 4.60.0
35+
- [x] vanilla-extract latest versions
36+
37+
### Patch Changes
38+
39+
- [#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
40+
41+
- [#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
42+
43+
- 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)]:
44+
- @codeimage/prisma-models@0.1.0
45+
346
## 0.5.0
447

548
### Minor Changes

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/api",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "CodeImage api rest server",
55
"main": "app.ts",
66
"type": "module",

apps/codeimage/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# @codeimage/app
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
CodeImage tech stack will be upgraded with latest modern versions
10+
- General workspace upgrades
11+
- [x] Eslint -> Oxlint
12+
- [x] Prettier -> Oxlint
13+
- [x] pnpm 6 -> pnpm 10
14+
- @codeimage/app
15+
- [x] Vite 5.4 -> Vite 8
16+
- [x] Solid 1.6 -> 1.9
17+
- @codeimage/api
18+
- [x] Fastify 4.18.0 -> 5.8.2
19+
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
20+
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
21+
- [x] Tsup -> Tsdown
22+
- [x] Vitest 0.31.4 -> 4.1.0
23+
- codeimage/website
24+
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
25+
- [x] Vite 3.2 -> Vite 8
26+
- @codeimage/{config,locale,atomic-state,highlight}
27+
- [x] Vite 3.2 -> Vite 8
28+
- [x] Vitest 0.26.2 -> 4.1.0
29+
- [x] TypeScript 5.3.2 -> 6.0.2
30+
- [x] Rollup 2.79.2 -> tsdown
31+
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
32+
- @codeimage/ui
33+
- [x] Vite 3.2.5 -> Vite 8
34+
- [x] Rollup 2.79 -> 4.60.0
35+
- [x] vanilla-extract latest versions
36+
37+
### Patch Changes
38+
39+
- [#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
40+
41+
- 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)]:
42+
- @codeimage/prisma-models@0.1.0
43+
- @codeimage/atomic-state@1.1.0
44+
- @codeimage/dom-export@1.12.0
45+
- @codeimage/highlight@0.12.0
46+
- @codeimage/config@10.0.0
47+
- @codeimage/locale@0.8.0
48+
- @codeimage/ui@0.11.0
49+
- @codeimage/api@0.6.0
50+
351
## 1.9.1
452

553
### Patch Changes

apps/codeimage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeimage/app",
33
"private": true,
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

packages/atomic-state/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# @codeimage/atomic-state
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
CodeImage tech stack will be upgraded with latest modern versions
10+
- General workspace upgrades
11+
- [x] Eslint -> Oxlint
12+
- [x] Prettier -> Oxlint
13+
- [x] pnpm 6 -> pnpm 10
14+
- @codeimage/app
15+
- [x] Vite 5.4 -> Vite 8
16+
- [x] Solid 1.6 -> 1.9
17+
- @codeimage/api
18+
- [x] Fastify 4.18.0 -> 5.8.2
19+
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
20+
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
21+
- [x] Tsup -> Tsdown
22+
- [x] Vitest 0.31.4 -> 4.1.0
23+
- codeimage/website
24+
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
25+
- [x] Vite 3.2 -> Vite 8
26+
- @codeimage/{config,locale,atomic-state,highlight}
27+
- [x] Vite 3.2 -> Vite 8
28+
- [x] Vitest 0.26.2 -> 4.1.0
29+
- [x] TypeScript 5.3.2 -> 6.0.2
30+
- [x] Rollup 2.79.2 -> tsdown
31+
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
32+
- @codeimage/ui
33+
- [x] Vite 3.2.5 -> Vite 8
34+
- [x] Rollup 2.79 -> 4.60.0
35+
- [x] vanilla-extract latest versions
36+
37+
### Patch Changes
38+
39+
- [#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
40+
341
## 1.0.1
442

543
### Patch Changes

packages/atomic-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/atomic-state",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"source": "src/index.tsx",
55
"types": "dist/types/index.d.ts",
66
"type": "module",

packages/config/CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# @codeimage/highlight
22

3+
## 10.0.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
CodeImage tech stack will be upgraded with latest modern versions
10+
- General workspace upgrades
11+
- [x] Eslint -> Oxlint
12+
- [x] Prettier -> Oxlint
13+
- [x] pnpm 6 -> pnpm 10
14+
- @codeimage/app
15+
- [x] Vite 5.4 -> Vite 8
16+
- [x] Solid 1.6 -> 1.9
17+
- @codeimage/api
18+
- [x] Fastify 4.18.0 -> 5.8.2
19+
- [x] Prisma 4.15 -> 7.5.0 https://github.com/riccardoperra/codeimage/pull/688
20+
- [x] TypeScript 5.3 -> 6.0.2 https://github.com/riccardoperra/codeimage/pull/687
21+
- [x] Tsup -> Tsdown
22+
- [x] Vitest 0.31.4 -> 4.1.0
23+
- codeimage/website
24+
- [x] solid-start 0.2.26 -> TanStack Start (SSG)
25+
- [x] Vite 3.2 -> Vite 8
26+
- @codeimage/{config,locale,atomic-state,highlight}
27+
- [x] Vite 3.2 -> Vite 8
28+
- [x] Vitest 0.26.2 -> 4.1.0
29+
- [x] TypeScript 5.3.2 -> 6.0.2
30+
- [x] Rollup 2.79.2 -> tsdown
31+
- [x] prettier 2.8 -> prettier 3.8 (application logic for code formatting into canvas)
32+
- @codeimage/ui
33+
- [x] Vite 3.2.5 -> Vite 8
34+
- [x] Rollup 2.79 -> 4.60.0
35+
- [x] vanilla-extract latest versions
36+
37+
### Patch Changes
38+
39+
- [#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
40+
41+
- Updated dependencies [[`22b1ca8`](https://github.com/riccardoperra/codeimage/commit/22b1ca841bc709909818164323f7bf59733938ff), [`0a6bbf9`](https://github.com/riccardoperra/codeimage/commit/0a6bbf97a1692e73daa51449a76ae32388ffcbaa)]:
42+
- @codeimage/highlight@0.12.0
43+
344
## 9.0.4
445

546
### Patch Changes

0 commit comments

Comments
 (0)