Skip to content

Commit e1a7cef

Browse files
authoredAug 30, 2024
chore(release): version packages (#643)
* RELEASING: Releasing 4 package(s) Releases: @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 5bb5f2a commit e1a7cef

File tree

10 files changed

+33
-10
lines changed

10 files changed

+33
-10
lines changed
 

‎.changeset/sour-brooms-wash.md

-5
This file was deleted.

‎apps/codeimage/CHANGELOG.md

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

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5bb5f2a8`](https://github.com/riccardoperra/codeimage/commit/5bb5f2a824e69d7cd3d9c2616eaed2409dce5626)]:
8+
- @codeimage/highlight@0.10.10
9+
- @codeimage/config@8.2.7
10+
311
## 1.7.0
412

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

‎apps/website/CHANGELOG.md

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

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5bb5f2a8`](https://github.com/riccardoperra/codeimage/commit/5bb5f2a824e69d7cd3d9c2616eaed2409dce5626)]:
8+
- @codeimage/highlight@0.10.10
9+
310
## 0.0.12
411

512
### 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.12",
3+
"version": "0.0.13",
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.7.0",
3+
"version": "1.7.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/config/CHANGELOG.md

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

3+
## 8.2.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`5bb5f2a8`](https://github.com/riccardoperra/codeimage/commit/5bb5f2a824e69d7cd3d9c2616eaed2409dce5626)]:
8+
- @codeimage/highlight@0.10.10
9+
310
## 8.2.6
411

512
### 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.6",
3+
"version": "8.2.7",
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.10.10
4+
5+
### Patch Changes
6+
7+
- [#642](https://github.com/riccardoperra/codeimage/pull/642) [`5bb5f2a8`](https://github.com/riccardoperra/codeimage/commit/5bb5f2a824e69d7cd3d9c2616eaed2409dce5626) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: update fleet theme
8+
39
## 0.10.9
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.9",
3+
"version": "0.10.10",
44
"module": "./dist/index.js",
55
"main": "./dist/index.js",
66
"types": "./dist/public-api.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.