Skip to content

Commit 527a2d7

Browse files
chore(release): version packages (#649)
* RELEASING: Releasing 7 package(s) Releases: @codeimage/[email protected] @codeimage/[email protected] @codeimage/[email protected] @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 db76eb0 commit 527a2d7

16 files changed

+67
-17
lines changed

.changeset/hip-timers-drum.md

-9
This file was deleted.

apps/api/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/api
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#647](https://github.com/riccardoperra/codeimage/pull/647) [`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update @codeui dependency, update vite/rollup and infra deps
8+
39
## 0.4.1
410

511
### Patch Changes

apps/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/api",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "CodeImage api rest server",
55
"main": "app.ts",
66
"type": "module",

apps/codeimage/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#647](https://github.com/riccardoperra/codeimage/pull/647) [`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update @codeui dependency, update vite/rollup and infra deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae)]:
12+
- @codeimage/highlight@0.11.0
13+
- @codeimage/locale@0.7.0
14+
- @codeimage/api@0.5.0
15+
- @codeimage/config@9.0.0
16+
- @codeimage/ui@0.10.5
17+
318
## 1.7.2
419

520
### Patch 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.2",
4+
"version": "1.8.0",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

apps/website/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#647](https://github.com/riccardoperra/codeimage/pull/647) [`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update @codeui dependency, update vite/rollup and infra deps
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae)]:
12+
- @codeimage/highlight@0.11.0
13+
- @codeimage/ui@0.10.5
14+
315
## 0.0.13
416

517
### 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.13",
3+
"version": "0.1.0",
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.2",
3+
"version": "1.8.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/config/CHANGELOG.md

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

3+
## 9.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae)]:
8+
- @codeimage/highlight@0.11.0
9+
310
## 8.2.8
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.8",
3+
"version": "9.0.0",
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.11.0
4+
5+
### Minor Changes
6+
7+
- [#647](https://github.com/riccardoperra/codeimage/pull/647) [`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update @codeui dependency, update vite/rollup and infra deps
8+
39
## 0.10.10
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.10",
3+
"version": "0.11.0",
44
"module": "./dist/index.js",
55
"main": "./dist/index.js",
66
"types": "./dist/public-api.d.ts",

packages/locale/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/locale
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#647](https://github.com/riccardoperra/codeimage/pull/647) [`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Update @codeui dependency, update vite/rollup and infra deps
8+
39
## 0.6.2
410

511
### Patch Changes

packages/locale/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/locale",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"module": "./dist/locale.mjs",
55
"main": "./dist/locale.js",
66
"source": "./src/public-api.ts",

packages/ui/CHANGELOG.md

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

3+
## 0.10.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`db76eb05`](https://github.com/riccardoperra/codeimage/commit/db76eb0564534953ed3c05d1daadfc680d8277ae)]:
8+
- @codeimage/locale@0.7.0
9+
310
## 0.10.4
411

512
### Patch Changes

packages/ui/package.json

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

0 commit comments

Comments
 (0)