Skip to content

Commit

Permalink
chore(release): 0.20.0 (#285)
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 Jun 14, 2022
1 parent 046bac2 commit 8959313
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/late-eyes-argue.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tall-garlics-work.md

This file was deleted.

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

## 0.20.0

### Minor Changes

- [#281](https://github.com/riccardoperra/codeimage/pull/281) [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: bundle/performance improvements, skeleton, split chunks and lazy loading

### Patch Changes

- Updated dependencies [[`6fa601c`](https://github.com/riccardoperra/codeimage/commit/6fa601c553f564fe94c54ad3469b1634d6b333b0), [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce)]:
- @codeimage/config@7.0.0
- @codeimage/highlight@0.9.0
- @codeimage/locale@0.6.0
- @codeimage/ui@0.8.0

## 0.19.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.19.2",
"version": "0.20.0",
"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.19.2",
"version": "0.20.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
13 changes: 13 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @codeimage/highlight

## 7.0.0

### Minor Changes

- [#281](https://github.com/riccardoperra/codeimage/pull/281) [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: bundle/performance improvements, skeleton, split chunks and lazy loading

### Patch Changes

- [#280](https://github.com/riccardoperra/codeimage/pull/280) [`6fa601c`](https://github.com/riccardoperra/codeimage/commit/6fa601c553f564fe94c54ad3469b1634d6b333b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: add @codeimage/highlight chunk split

- Updated dependencies [[`6fa601c`](https://github.com/riccardoperra/codeimage/commit/6fa601c553f564fe94c54ad3469b1634d6b333b0), [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce)]:
- @codeimage/highlight@0.9.0

## 6.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": "6.1.0",
"version": "7.0.0",
"module": "./dist/config.es.js",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codeimage/highlight

## 0.9.0

### Minor Changes

- [#281](https://github.com/riccardoperra/codeimage/pull/281) [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: bundle/performance improvements, skeleton, split chunks and lazy loading

### Patch Changes

- [#280](https://github.com/riccardoperra/codeimage/pull/280) [`6fa601c`](https://github.com/riccardoperra/codeimage/commit/6fa601c553f564fe94c54ad3469b1634d6b333b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: add @codeimage/highlight chunk split

## 0.8.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.8.0",
"version": "0.9.0",
"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.0

### Minor Changes

- [#281](https://github.com/riccardoperra/codeimage/pull/281) [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: bundle/performance improvements, skeleton, split chunks and lazy loading

## 0.5.1

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

## 0.8.0

### Minor Changes

- [#281](https://github.com/riccardoperra/codeimage/pull/281) [`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce) Thanks [@riccardoperra](https://github.com/riccardoperra)! - perf: bundle/performance improvements, skeleton, split chunks and lazy loading

### Patch Changes

- Updated dependencies [[`18c1e22`](https://github.com/riccardoperra/codeimage/commit/18c1e224c4b717cad54b7c36f87d9501501197ce)]:
- @codeimage/locale@0.6.0

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

1 comment on commit 8959313

@vercel
Copy link

@vercel vercel bot commented on 8959313 Jun 14, 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.