Skip to content

Commit 838ce14

Browse files
chore(release): version packages (#661)
* RELEASING: Releasing 5 package(s) Releases: @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 439c854 commit 838ce14

14 files changed

+48
-23
lines changed

.changeset/cold-parents-attack.md

-5
This file was deleted.

.changeset/shaggy-buses-try.md

-7
This file was deleted.

.changeset/wise-coins-decide.md

-5
This file was deleted.

apps/codeimage/CHANGELOG.md

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

3+
## 1.8.3
4+
5+
### Patch Changes
6+
7+
- [#650](https://github.com/riccardoperra/codeimage/pull/650) [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157) Thanks [@EndBug](https://github.com/EndBug)! - fix: fix spelling of GitHub
8+
9+
- Updated dependencies [[`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c), [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157), [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c)]:
10+
- @codeimage/ui@0.10.6
11+
- @codeimage/highlight@0.11.1
12+
- @codeimage/config@9.0.3
13+
314
## 1.8.2
415

516
### Patch 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.8.2",
4+
"version": "1.8.3",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

apps/website/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#650](https://github.com/riccardoperra/codeimage/pull/650) [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157) Thanks [@EndBug](https://github.com/EndBug)! - fix: fix spelling of GitHub
8+
9+
- Updated dependencies [[`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c), [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157)]:
10+
- @codeimage/ui@0.10.6
11+
- @codeimage/highlight@0.11.1
12+
313
## 0.1.0
414

515
### Minor 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.1.0",
3+
"version": "0.1.1",
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.8.2",
3+
"version": "1.8.3",
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/config/CHANGELOG.md

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

3+
## 9.0.3
4+
5+
### Patch Changes
6+
7+
- [#660](https://github.com/riccardoperra/codeimage/pull/660) [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Fix WindowTab attributes
8+
9+
- Updated dependencies [[`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157)]:
10+
- @codeimage/highlight@0.11.1
11+
312
## 9.0.2
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": "9.0.2",
3+
"version": "9.0.3",
44
"module": "./dist/config.mjs",
55
"source": "./src/public-api.ts",
66
"types": "./dist/public-api.d.ts",

packages/highlight/CHANGELOG.md

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

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- [#650](https://github.com/riccardoperra/codeimage/pull/650) [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157) Thanks [@EndBug](https://github.com/EndBug)! - fix: fix spelling of GitHub
8+
39
## 0.11.0
410

511
### Minor 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.11.0",
3+
"version": "0.11.1",
44
"module": "./dist/index.js",
55
"main": "./dist/index.js",
66
"types": "./dist/public-api.d.ts",

packages/ui/CHANGELOG.md

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

3+
## 0.10.6
4+
5+
### Patch Changes
6+
7+
- [#660](https://github.com/riccardoperra/codeimage/pull/660) [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Fix RemoteSvgIcon inner content
8+
39
## 0.10.5
410

511
### 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.5",
3+
"version": "0.10.6",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)