Skip to content

Commit 96e1ba5

Browse files
chore(release): version packages (#632)
* RELEASING: Releasing 9 package(s) Releases: @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] [skip ci] * chore(release): version packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d8b472a commit 96e1ba5

20 files changed

+84
-23
lines changed

.changeset/perfect-zoos-grow.md

-13
This file was deleted.

apps/api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/api
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
39
## 0.4.0
410

511
### Minor Changes

apps/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/api",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "CodeImage api rest server",
55
"main": "app.ts",
66
"type": "module",

apps/codeimage/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @codeimage/app
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
9+
- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
10+
- @codeimage/api@0.4.1
11+
- @codeimage/atomic-state@1.0.1
12+
- @codeimage/config@8.2.6
13+
- @codeimage/dom-export@1.11.4
14+
- @codeimage/highlight@0.10.9
15+
- @codeimage/ui@0.10.4
16+
- @codeimage/vanilla-extract@0.2.1
17+
318
## 1.6.0
419

520
### Minor Changes

apps/codeimage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeimage/app",
33
"private": true,
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

apps/website/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @codeimage/website
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
9+
- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
10+
- @codeimage/highlight@0.10.9
11+
- @codeimage/ui@0.10.4
12+
- @codeimage/vanilla-extract@0.2.1
13+
314
## 0.0.11
415

516
### Patch Changes

apps/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/website",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"scripts": {
55
"dev": "solid-start dev",
66
"build": "solid-start build && tsx extract-static-css.ts && tsx ./vercel-build-output.ts",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeimage",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Create elegant code screenshots of your source code",
55
"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!",
66
"homepage": "https://codeimage.dev/",

packages/atomic-state/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/atomic-state
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
39
## 1.0.0
410

511
### Major Changes

packages/atomic-state/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/atomic-state",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"source": "src/index.tsx",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

packages/config/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @codeimage/highlight
22

3+
## 8.2.6
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
9+
- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
10+
- @codeimage/highlight@0.10.9
11+
312
## 8.2.5
413

514
### Patch Changes

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/config",
3-
"version": "8.2.5",
3+
"version": "8.2.6",
44
"module": "./dist/config.mjs",
55
"source": "./src/public-api.ts",
66
"types": "./dist/public-api.d.ts",

packages/dom-export/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/dom-export
22

3+
## 1.11.4
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
39
## 1.11.3
410

511
### Patch Changes

packages/dom-export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/dom-export",
3-
"version": "1.11.3",
3+
"version": "1.11.4",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
55
"main": "./dist/dom-export.mjs",
66
"module": "./dist/dom-export.mjs",

packages/highlight/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/highlight
22

3+
## 0.10.9
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
39
## 0.10.8
410

511
### Patch Changes

packages/highlight/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/highlight",
3-
"version": "0.10.8",
3+
"version": "0.10.9",
44
"module": "./dist/index.js",
55
"main": "./dist/index.js",
66
"types": "./dist/public-api.d.ts",

packages/ui/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @codeimage/ui
22

3+
## 0.10.4
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
9+
- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
10+
- @codeimage/vanilla-extract@0.2.1
11+
312
## 0.10.3
413

514
### Patch Changes

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/ui",
3-
"version": "0.10.3",
3+
"version": "0.10.4",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

packages/vanilla-extract/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/vanilla-extract
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang
8+
39
## 0.2.0
410

511
### Minor Changes

packages/vanilla-extract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/vanilla-extract",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Vanilla extract customizations for @codeimage styles",
55
"main": "./dist/index.cjs",
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)