Skip to content

Commit

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

Releases:
  @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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 29, 2023
1 parent f57497f commit c5182d8
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/clever-pigs-yell.md

This file was deleted.

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

## 1.1.3

### Patch Changes

- [#450](https://github.com/riccardoperra/codeimage/pull/450) [`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/highlight): add github dark dimmed theme

- Updated dependencies [[`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc)]:
- @codeimage/highlight@0.10.6
- @codeimage/config@8.1.1

## 1.1.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.1.2",
"version": "1.1.3",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
7 changes: 7 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeimage/website

## 0.0.6

### Patch Changes

- Updated dependencies [[`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc)]:
- @codeimage/highlight@0.10.6

## 0.0.5

### Patch 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.0.5",
"version": "0.0.6",
"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.1.2",
"version": "1.1.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
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @codeimage/highlight

## 8.1.1

### Patch Changes

- Updated dependencies [[`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc)]:
- @codeimage/highlight@0.10.6

## 8.1.0

### Minor 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.1.0",
"version": "8.1.1",
"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.10.6

### Patch Changes

- [#450](https://github.com/riccardoperra/codeimage/pull/450) [`f57497fc`](https://github.com/riccardoperra/codeimage/commit/f57497fce4d1aeea72d2e55e0261acbf6a4744dc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/highlight): add github dark dimmed theme

## 0.10.5

### Patch 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.10.5",
"version": "0.10.6",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/public-api.d.ts",
Expand Down

0 comments on commit c5182d8

Please sign in to comment.