Skip to content

Commit 838ce14

Browse files
chore(release): version packages (#661)
* RELEASING: Releasing 5 package(s) Releases: @codeimage/ui@0.10.6 @codeimage/app@1.8.3 @codeimage/website@0.1.1 @codeimage/highlight@0.11.1 @codeimage/config@9.0.3 [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

Lines changed: 48 additions & 23 deletions

File tree

.changeset/cold-parents-attack.md

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

.changeset/shaggy-buses-try.md

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

.changeset/wise-coins-decide.md

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

apps/codeimage/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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

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

apps/website/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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

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.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

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.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

Lines changed: 9 additions & 0 deletions
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

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": "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",

0 commit comments

Comments
 (0)