Skip to content

Commit

Permalink
Merge pull request #561 from riccardoperra/changeset-release/main
Browse files Browse the repository at this point in the history
chore(release): version packages
  • Loading branch information
riccardoperra authored Aug 23, 2023
2 parents 3b6d2f0 + d551ef5 commit ffa1a82
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/little-deers-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mean-spoons-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-months-sell.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [#560](https://github.com/riccardoperra/codeimage/pull/560) [`b0bb4c73`](https://github.com/riccardoperra/codeimage/commit/b0bb4c739f3d800007725c3314bebd549019f5fc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Export with rounded corners

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/api",
"version": "0.3.0",
"version": "0.3.1",
"description": "CodeImage api rest server",
"main": "app.ts",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions apps/codeimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @codeimage/app

## 1.4.2

### Patch Changes

- [#560](https://github.com/riccardoperra/codeimage/pull/560) [`b0bb4c73`](https://github.com/riccardoperra/codeimage/commit/b0bb4c739f3d800007725c3314bebd549019f5fc) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Export with rounded corners

- [#560](https://github.com/riccardoperra/codeimage/pull/560) [`cbb04b7c`](https://github.com/riccardoperra/codeimage/commit/cbb04b7c0504ca5b32d1dd59f9273c70a4265bd3) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: customize formatter

- [#560](https://github.com/riccardoperra/codeimage/pull/560) [`825077b9`](https://github.com/riccardoperra/codeimage/commit/825077b92172dcb0679b41a3a644402fa368bdbd) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: sidebar animations

- Updated dependencies [[`b0bb4c73`](https://github.com/riccardoperra/codeimage/commit/b0bb4c739f3d800007725c3314bebd549019f5fc), [`cbb04b7c`](https://github.com/riccardoperra/codeimage/commit/cbb04b7c0504ca5b32d1dd59f9273c70a4265bd3)]:
- @codeimage/api@0.3.1
- @codeimage/config@8.2.2

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"type": "module",
"scripts": {
"start": "vite",
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.4.1",
"version": "1.4.2",
"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
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.2.2

### Patch Changes

- [#560](https://github.com/riccardoperra/codeimage/pull/560) [`cbb04b7c`](https://github.com/riccardoperra/codeimage/commit/cbb04b7c0504ca5b32d1dd59f9273c70a4265bd3) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: customize formatter

## 8.2.1

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

0 comments on commit ffa1a82

Please sign in to comment.