Skip to content

Commit

Permalink
chore(release): 0.21.1 (#299)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 5 package(s)

Releases:
  @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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 13, 2022
1 parent f1d44c2 commit 6ff2150
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/pretty-birds-rescue.md

This file was deleted.

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

## 0.21.1

### Patch Changes

- [#298](https://github.com/riccardoperra/codeimage/pull/298) [`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update dependencies and solid-codemirror to 2.0.0

- Updated dependencies [[`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55)]:
- @codeimage/config@8.0.1
- @codeimage/highlight@0.10.1
- @codeimage/locale@0.6.1
- @codeimage/ui@0.8.2

## 0.21.0

### Minor 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": "0.21.0",
"version": "0.21.1",
"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": "0.21.0",
"version": "0.21.1",
"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

## 8.0.1

### Patch Changes

- [#298](https://github.com/riccardoperra/codeimage/pull/298) [`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update dependencies and solid-codemirror to 2.0.0

- Updated dependencies [[`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55)]:
- @codeimage/highlight@0.10.1

## 8.0.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.0.0",
"version": "8.0.1",
"module": "./dist/config.es.js",
"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.1

### Patch Changes

- [#298](https://github.com/riccardoperra/codeimage/pull/298) [`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update dependencies and solid-codemirror to 2.0.0

## 0.10.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.10.0",
"version": "0.10.1",
"module": "./dist/index.js",
"types": "./dist/public-api.d.ts",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/locale

## 0.6.1

### Patch Changes

- [#298](https://github.com/riccardoperra/codeimage/pull/298) [`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update dependencies and solid-codemirror to 2.0.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/locale",
"version": "0.6.0",
"version": "0.6.1",
"module": "./dist/locale.es.js",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codeimage/ui

## 0.8.2

### Patch Changes

- [#298](https://github.com/riccardoperra/codeimage/pull/298) [`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55) Thanks [@riccardoperra](https://github.com/riccardoperra)! - update dependencies and solid-codemirror to 2.0.0

- Updated dependencies [[`ac93b10`](https://github.com/riccardoperra/codeimage/commit/ac93b10887d52648a68a57e72ba6a1e427494c55)]:
- @codeimage/locale@0.6.1

## 0.8.1

### 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.8.1",
"version": "0.8.2",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down

1 comment on commit 6ff2150

@vercel
Copy link

@vercel vercel bot commented on 6ff2150 Jul 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.