Skip to content

Commit fbcf560

Browse files
chore(release): 1.2.0 (#479)
* RELEASING: Releasing 3 package(s) Releases: @codeimage/app@1.2.0 @codeimage/ui@0.10.1 @codeimage/website@0.0.7 [skip ci] * chore(release): version packages --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 782acf6 commit fbcf560

9 files changed

Lines changed: 30 additions & 14 deletions

File tree

.changeset/early-lamps-cover.md

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

.changeset/pink-jobs-remain.md

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

apps/codeimage/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#477](https://github.com/riccardoperra/codeimage/pull/477) [`782acf64`](https://github.com/riccardoperra/codeimage/commit/782acf647927359973407bf7262d7b614a8a3ede) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app): change syntax highlight with locked bg
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`ff6dfdcd`](https://github.com/riccardoperra/codeimage/commit/ff6dfdcd71e524d681895fb6554bf9500b1e1957)]:
12+
- @codeimage/ui@0.10.1
13+
- @codeimage/highlight@0.10.6
14+
315
## 1.1.8
416

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

apps/website/CHANGELOG.md

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

3+
## 0.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ff6dfdcd`](https://github.com/riccardoperra/codeimage/commit/ff6dfdcd71e524d681895fb6554bf9500b1e1957)]:
8+
- @codeimage/ui@0.10.1
9+
- @codeimage/highlight@0.10.6
10+
311
## 0.0.6
412

513
### 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.6",
3+
"version": "0.0.7",
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.8",
3+
"version": "1.2.0",
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/ui/CHANGELOG.md

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

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- [#478](https://github.com/riccardoperra/codeimage/pull/478) [`ff6dfdcd`](https://github.com/riccardoperra/codeimage/commit/ff6dfdcd71e524d681895fb6554bf9500b1e1957) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix(ui): fix pagination total pages calc
8+
39
## 0.10.0
410

511
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/ui",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)