Skip to content

Commit

Permalink
chore(release): version packages (#430)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 2 package(s)

Releases:
  @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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 18, 2022
1 parent 1b042f8 commit 6fd689d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/silver-trees-sing.md

This file was deleted.

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

## 1.0.9

### Patch Changes

- [#429](https://github.com/riccardoperra/codeimage/pull/429) [`1b042f82`](https://github.com/riccardoperra/codeimage/commit/1b042f82f2798b7d23936235e93811e69a3fce1b) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/config): vue highlighting support

- Updated dependencies [[`1b042f82`](https://github.com/riccardoperra/codeimage/commit/1b042f82f2798b7d23936235e93811e69a3fce1b)]:
- @codeimage/config@8.0.6

## 1.0.8

### 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.0.8",
"version": "1.0.9",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeimage",
"version": "1.0.8",
"version": "1.0.9",
"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 Expand Up @@ -95,4 +95,4 @@
},
"allowNonAppliedPatches": false
}
}
}
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/highlight

## 8.0.6

### Patch Changes

- [#429](https://github.com/riccardoperra/codeimage/pull/429) [`1b042f82`](https://github.com/riccardoperra/codeimage/commit/1b042f82f2798b7d23936235e93811e69a3fce1b) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/config): vue highlighting support

## 8.0.5

### 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": "8.0.5",
"version": "8.0.6",
"module": "./dist/config.mjs",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down

0 comments on commit 6fd689d

Please sign in to comment.