Skip to content

Commit 6fd689d

Browse files
chore(release): version packages (#430)
* RELEASING: Releasing 2 package(s) Releases: @codeimage/app@1.0.9 @codeimage/config@8.0.6 [skip ci] * chore(release): version packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1b042f8 commit 6fd689d

6 files changed

Lines changed: 19 additions & 10 deletions

File tree

.changeset/silver-trees-sing.md

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

apps/codeimage/CHANGELOG.md

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

3+
## 1.0.9
4+
5+
### Patch Changes
6+
7+
- [#429](https://github.com/riccardoperra/codeimage/pull/429) [`1b042f82`](https://github.com/riccardoperra/codeimage/commit/1b042f82f2798b7d23936235e93811e69a3fce1b) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/config): vue highlighting support
8+
9+
- Updated dependencies [[`1b042f82`](https://github.com/riccardoperra/codeimage/commit/1b042f82f2798b7d23936235e93811e69a3fce1b)]:
10+
- @codeimage/config@8.0.6
11+
312
## 1.0.8
413

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeimage",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
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/",
@@ -95,4 +95,4 @@
9595
},
9696
"allowNonAppliedPatches": false
9797
}
98-
}
98+
}

packages/config/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+
## 8.0.6
4+
5+
### Patch Changes
6+
7+
- [#429](https://github.com/riccardoperra/codeimage/pull/429) [`1b042f82`](https://github.com/riccardoperra/codeimage/commit/1b042f82f2798b7d23936235e93811e69a3fce1b) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/config): vue highlighting support
8+
39
## 8.0.5
410

511
### Patch 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.0.5",
3+
"version": "8.0.6",
44
"module": "./dist/config.mjs",
55
"source": "./src/public-api.ts",
66
"types": "./dist/public-api.d.ts",

0 commit comments

Comments
 (0)