Skip to content

Commit

Permalink
chore(release): 0.14.7 (#164)
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 Apr 4, 2022
1 parent 50c1639 commit 73596ac
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-turtles-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-mugs-kick.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/light-mayflies-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-sheep-cheat.md

This file was deleted.

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

## 0.14.7

### Patch Changes

- [#166](https://github.com/riccardoperra/codeimage/pull/166) [`0b61982`](https://github.com/riccardoperra/codeimage/commit/0b6198282e0be5bb32df10cefcc731e83b98c58c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix mac os terminal style margin

* [#165](https://github.com/riccardoperra/codeimage/pull/165) [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update vite dependency

- [#163](https://github.com/riccardoperra/codeimage/pull/163) [`bf3cbf4`](https://github.com/riccardoperra/codeimage/commit/bf3cbf4f8698cf810ff4c7b15b1bf0f7f2b8ebee) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: hidden tab accent and placeholder on export when empty

- Updated dependencies [[`7012ef8`](https://github.com/riccardoperra/codeimage/commit/7012ef8db63c6ae956c79bb09d652f474f6f4ee7), [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e)]:
- @codeimage/theme@0.5.3
- @codeimage/config@3.4.2
- @codeimage/locale@0.4.5
- @codeimage/ui@0.4.5

## 0.14.6

### 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": "0.14.6",
"version": "0.14.7",
"scripts": {
"start": "vite",
"dev": "vite --host",
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.14.6",
"version": "0.14.7",
"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. Built on the top of solid-js, it has a lot of very cool and customizable options, 15+ editor 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/theme

## 3.4.2

### Patch Changes

- [#165](https://github.com/riccardoperra/codeimage/pull/165) [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update vite dependency

- Updated dependencies [[`7012ef8`](https://github.com/riccardoperra/codeimage/commit/7012ef8db63c6ae956c79bb09d652f474f6f4ee7), [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e)]:
- @codeimage/theme@0.5.3

## 3.4.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": "3.4.1",
"version": "3.4.2",
"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/locale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/theme

## 0.4.5

### Patch Changes

- [#165](https://github.com/riccardoperra/codeimage/pull/165) [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update vite dependency

## 0.4.4

### Patch 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.4.4",
"version": "0.4.5",
"module": "./dist/locale.es.js",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codeimage/theme

## 0.5.3

### Patch Changes

- [#168](https://github.com/riccardoperra/codeimage/pull/168) [`7012ef8`](https://github.com/riccardoperra/codeimage/commit/7012ef8db63c6ae956c79bb09d652f474f6f4ee7) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: add editor auto-complete theme style

* [#165](https://github.com/riccardoperra/codeimage/pull/165) [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update vite dependency

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/theme",
"version": "0.5.2",
"version": "0.5.3",
"module": "./dist/theme.es.js",
"source": "./src/public-api.ts",
"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.4.5

### Patch Changes

- [#165](https://github.com/riccardoperra/codeimage/pull/165) [`fa30bbe`](https://github.com/riccardoperra/codeimage/commit/fa30bbeaf83ab528973cbb23db97113b61a3f87e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update vite dependency

## 0.4.4

### 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.4.4",
"version": "0.4.5",
"module": "./dist/ui.es.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down

1 comment on commit 73596ac

@vercel
Copy link

@vercel vercel bot commented on 73596ac Apr 4, 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.