Skip to content

Commit

Permalink
chore(release): 0.18.0 (#259)
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 May 24, 2022
1 parent fdbc439 commit 6c5f442
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .changeset/blue-bags-invite.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/plenty-ties-camp.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/quiet-goats-type.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/shiny-hounds-beg.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type

* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors

### Patch Changes

- [#261](https://github.com/riccardoperra/codeimage/pull/261) [`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix broken editor when themeId configuration does not match

* [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2

* Updated dependencies [[`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408), [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868), [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e), [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6)]:
- @codeimage/theme@0.8.0
- @codeimage/config@6.0.0
- @codeimage/locale@0.5.1
- @codeimage/ui@0.7.0

## 0.17.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": "0.17.2",
"version": "0.18.0",
"scripts": {
"start": "vite",
"dev": "vite --host --force",
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": "0.17.2",
"version": "0.18.0",
"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 @@ -79,4 +79,4 @@
"node": ">=14.x",
"pnpm": ">=6.23.2"
}
}
}
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @codeimage/theme

## 6.0.0

### Minor Changes

- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type

* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors

### Patch Changes

- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2

- Updated dependencies [[`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408), [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868), [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e), [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6)]:
- @codeimage/theme@0.8.0

## 5.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": "5.0.0",
"version": "6.0.0",
"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.5.1

### Patch Changes

- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2

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

## 0.8.0

### Minor Changes

- [#262](https://github.com/riccardoperra/codeimage/pull/262) [`f12b7ee`](https://github.com/riccardoperra/codeimage/commit/f12b7eeeb2dcc11d1856a64617381847b4cf6868) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add editor background type

* [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors

### Patch Changes

- [#261](https://github.com/riccardoperra/codeimage/pull/261) [`41d2949`](https://github.com/riccardoperra/codeimage/commit/41d294914fb0ec241476fdaf62aa8ae3dfd5f408) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix broken editor when themeId configuration does not match

* [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2

## 0.7.0

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

## 0.7.0

### Minor Changes

- [#258](https://github.com/riccardoperra/codeimage/pull/258) [`79058e8`](https://github.com/riccardoperra/codeimage/commit/79058e84bfbe627430cdd79939d19ae7322244b6) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for gradient colors

### Patch Changes

- [#256](https://github.com/riccardoperra/codeimage/pull/256) [`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - build: update SolidJS to 1.4.2

- Updated dependencies [[`10839dc`](https://github.com/riccardoperra/codeimage/commit/10839dc41edc22ca81002083c34d5150f705df3e)]:
- @codeimage/locale@0.5.1

## 0.6.0

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

1 comment on commit 6c5f442

@vercel
Copy link

@vercel vercel bot commented on 6c5f442 May 24, 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.