Skip to content

Commit 7cd65b2

Browse files
chore(release): version packages (#635)
* 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>
1 parent 7f715bd commit 7cd65b2

File tree

6 files changed

+16
-8
lines changed

6 files changed

+16
-8
lines changed

.changeset/chilly-elephants-retire.md

-5
This file was deleted.

apps/codeimage/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codeimage/app
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7f715bd2`](https://github.com/riccardoperra/codeimage/commit/7f715bd2db3424503702a1156d69dbf1fbfeb10c)]:
8+
- @codeimage/dom-export@1.11.5
9+
310
## 1.6.1
411

512
### Patch Changes

apps/codeimage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@codeimage/app",
33
"private": true,
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeimage",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codeimage/dom-export
22

3+
## 1.11.5
4+
5+
### Patch Changes
6+
7+
- [#634](https://github.com/riccardoperra/codeimage/pull/634) [`7f715bd2`](https://github.com/riccardoperra/codeimage/commit/7f715bd2db3424503702a1156d69dbf1fbfeb10c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: disable box-shadow rendering on ios/safari
8+
39
## 1.11.4
410

511
### Patch Changes

packages/dom-export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeimage/dom-export",
3-
"version": "1.11.4",
3+
"version": "1.11.5",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
55
"main": "./dist/dom-export.mjs",
66
"module": "./dist/dom-export.mjs",

0 commit comments

Comments
 (0)