Skip to content

Commit

Permalink
chore(release): 0.15.1 (#201)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 3 package(s)

Releases:
  @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 10, 2022
1 parent a4c40f1 commit 58fc427
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-starfishes-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-spoons-repeat.md

This file was deleted.

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

## 0.15.1

### Patch Changes

- [#200](https://github.com/riccardoperra/codeimage/pull/200) [`58210b8`](https://github.com/riccardoperra/codeimage/commit/58210b88bdd2d70154147879262a11975d7e0cec) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: add click event to theme switcher radio item

- Updated dependencies [[`c868a0f`](https://github.com/riccardoperra/codeimage/commit/c868a0fe5a0590454067675ff93dd6d958404066)]:
- @codeimage/config@4.0.0
- @codeimage/theme@0.6.0

## 0.15.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.15.0",
"version": "0.15.1",
"scripts": {
"start": "vite",
"dev": "vite --host",
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.15.0",
"version": "0.15.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 Expand Up @@ -81,4 +81,4 @@
"node": ">=14.x",
"pnpm": ">=6.23.2"
}
}
}
11 changes: 11 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeimage/theme

## 4.0.0

### Minor Changes

- [#198](https://github.com/riccardoperra/codeimage/pull/198) [`c868a0f`](https://github.com/riccardoperra/codeimage/commit/c868a0fe5a0590454067675ff93dd6d958404066) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add material light theme

### Patch Changes

- Updated dependencies [[`c868a0f`](https://github.com/riccardoperra/codeimage/commit/c868a0fe5a0590454067675ff93dd6d958404066)]:
- @codeimage/theme@0.6.0

## 3.4.3

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

## 0.6.0

### Minor Changes

- [#198](https://github.com/riccardoperra/codeimage/pull/198) [`c868a0f`](https://github.com/riccardoperra/codeimage/commit/c868a0fe5a0590454067675ff93dd6d958404066) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add material light theme

## 0.5.3

### 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.3",
"version": "0.6.0",
"module": "./dist/theme.es.js",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down

1 comment on commit 58fc427

@vercel
Copy link

@vercel vercel bot commented on 58fc427 Apr 10, 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.