Skip to content

Commit c5182d8

Browse files
chore(release): version packages (#452)
* RELEASING: Releasing 4 package(s) Releases: @codeimage/app@1.1.3 @codeimage/highlight@0.10.6 @codeimage/website@0.0.6 @codeimage/config@8.1.1 [skip ci] * chore(release): version packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f57497f commit c5182d8

10 files changed

Lines changed: 35 additions & 11 deletions

File tree

.changeset/clever-pigs-yell.md

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

apps/codeimage/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#450](https://github.com/riccardoperra/codeimage/pull/450) [`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/highlight): add github dark dimmed theme
8+
9+
- Updated dependencies [[`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc)]:
10+
- @codeimage/highlight@0.10.6
11+
- @codeimage/config@8.1.1
12+
313
## 1.1.2
414

515
### 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.1.2",
4+
"version": "1.1.3",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

apps/website/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codeimage/website
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc)]:
8+
- @codeimage/highlight@0.10.6
9+
310
## 0.0.5
411

512
### Patch Changes

apps/website/package.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeimage",
3-
"version": "1.1.2",
3+
"version": "1.1.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

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

3+
## 8.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc)]:
8+
- @codeimage/highlight@0.10.6
9+
310
## 8.1.0
411

512
### Minor Changes

packages/config/package.json

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

packages/highlight/CHANGELOG.md

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

3+
## 0.10.6
4+
5+
### Patch Changes
6+
7+
- [#450](https://github.com/riccardoperra/codeimage/pull/450) [`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/highlight): add github dark dimmed theme
8+
39
## 0.10.5
410

511
### Patch Changes

packages/highlight/package.json

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

0 commit comments

Comments
 (0)