Skip to content

Commit fea82f3

Browse files
chore(release): 0.21.4 (riccardoperra#352)
* RELEASING: Releasing 2 package(s) Releases: @codeimage/dom-export@1.10.1 @codeimage/app@0.21.4 [skip ci] * chore(release): version packages Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f317d34 commit fea82f3

6 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/tiny-bees-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/codeimage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codeimage/app
22

3+
## 0.21.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f317d34`](https://github.com/riccardoperra/codeimage/commit/f317d341c3ca87a2b197d7a5a34041a2f5bcbdbd)]:
8+
- @codeimage/dom-export@1.10.1
9+
310
## 0.21.3
411

512
### Patch Changes

apps/codeimage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeimage/app",
33
"private": true,
4-
"version": "0.21.3",
4+
"version": "0.21.4",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeimage",
3-
"version": "0.21.3",
3+
"version": "0.21.4",
44
"description": "Create elegant code screenshots of your source code",
55
"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!",
66
"homepage": "https://codeimage.dev/",

packages/dom-export/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/dom-export
22

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.10.0
410

511
### Minor Changes

packages/dom-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/dom-export",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
55
"main": "./dist/dom-export.es.js",
66
"module": "./dist/dom-export.es.js",

0 commit comments

Comments
 (0)