Skip to content

Commit

Permalink
chore(release): version packages (#661)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 21, 2024
1 parent 439c854 commit 838ce14
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-parents-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shaggy-buses-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-coins-decide.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/codeimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeimage/app

## 1.8.3

### Patch Changes

- [#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

- 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)]:
- @codeimage/ui@0.10.6
- @codeimage/highlight@0.11.1
- @codeimage/config@9.0.3

## 1.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/codeimage/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@codeimage/app",
"private": true,
"version": "1.8.2",
"version": "1.8.3",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
10 changes: 10 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codeimage/website

## 0.1.1

### Patch Changes

- [#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

- Updated dependencies [[`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c), [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157)]:
- @codeimage/ui@0.10.6
- @codeimage/highlight@0.11.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/website",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build && tsx extract-static-css.ts && tsx ./vercel-build-output.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeimage",
"version": "1.8.2",
"version": "1.8.3",
"description": "Create elegant code screenshots of your source code",
"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!",
"homepage": "https://codeimage.dev/",
Expand Down
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codeimage/highlight

## 9.0.3

### Patch Changes

- [#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

- Updated dependencies [[`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157)]:
- @codeimage/highlight@0.11.1

## 9.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/config",
"version": "9.0.2",
"version": "9.0.3",
"module": "./dist/config.mjs",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/highlight

## 0.11.1

### Patch Changes

- [#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

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/highlight",
"version": "0.11.0",
"version": "0.11.1",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/public-api.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/ui

## 0.10.6

### Patch Changes

- [#660](https://github.com/riccardoperra/codeimage/pull/660) [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Fix RemoteSvgIcon inner content

## 0.10.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/ui",
"version": "0.10.5",
"version": "0.10.6",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 838ce14

Please sign in to comment.