Skip to content

Commit

Permalink
chore(release): 0.21.4 (#352)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 2 package(s)

Releases:
  @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 Sep 3, 2022
1 parent f317d34 commit fea82f3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-bees-divide.md

This file was deleted.

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

## 0.21.4

### Patch Changes

- Updated dependencies [[`f317d34`](https://github.com/riccardoperra/codeimage/commit/f317d341c3ca87a2b197d7a5a34041a2f5bcbdbd)]:
- @codeimage/dom-export@1.10.1

## 0.21.3

### 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.21.3",
"version": "0.21.4",
"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.3",
"version": "0.21.4",
"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
6 changes: 6 additions & 0 deletions packages/dom-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/dom-export

## 1.10.1

### Patch Changes

- [#351](https://github.com/riccardoperra/codeimage/pull/351) [`f317d34`](https://github.com/riccardoperra/codeimage/commit/f317d341c3ca87a2b197d7a5a34041a2f5bcbdbd) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: disable shadow rendering on iOS devices

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/dom-export",
"version": "1.10.0",
"version": "1.10.1",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "./dist/dom-export.es.js",
"module": "./dist/dom-export.es.js",
Expand Down

1 comment on commit fea82f3

@vercel
Copy link

@vercel vercel bot commented on fea82f3 Sep 3, 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.