Skip to content

Commit

Permalink
chore(release): version packages (#551)
Browse files Browse the repository at this point in the history
* RELEASING: Releasing 4 package(s)

Releases:
  @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 Jul 29, 2023
1 parent 1cdbd4b commit 54ba909
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/fifty-socks-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-days-yawn.md

This file was deleted.

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

## 1.4.1

### Patch Changes

- [#549](https://github.com/riccardoperra/codeimage/pull/549) [`faa59d2b`](https://github.com/riccardoperra/codeimage/commit/faa59d2bf61f054c3697d0072c9daed6e454cb15) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: optional format on paste event

- Updated dependencies [[`faa59d2b`](https://github.com/riccardoperra/codeimage/commit/faa59d2bf61f054c3697d0072c9daed6e454cb15), [`a6e4cad9`](https://github.com/riccardoperra/codeimage/commit/a6e4cad9b8e7a56fb522f7191d5674d47d84f39e)]:
- @codeimage/ui@0.10.3
- @codeimage/config@8.2.1
- @codeimage/highlight@0.10.6

## 1.4.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": "1.4.0",
"version": "1.4.1",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
8 changes: 8 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @codeimage/website

## 0.0.9

### Patch Changes

- Updated dependencies [[`faa59d2b`](https://github.com/riccardoperra/codeimage/commit/faa59d2bf61f054c3697d0072c9daed6e454cb15)]:
- @codeimage/ui@0.10.3
- @codeimage/highlight@0.10.6

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/website",
"version": "0.0.8",
"version": "0.0.9",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build && tsx extract-static-css.ts && tsx ./vercel-build-output.ts",
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": "1.4.0",
"version": "1.4.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
9 changes: 9 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codeimage/highlight

## 8.2.1

### Patch Changes

- [#550](https://github.com/riccardoperra/codeimage/pull/550) [`a6e4cad9`](https://github.com/riccardoperra/codeimage/commit/a6e4cad9b8e7a56fb522f7191d5674d47d84f39e) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add dart and scala support

- Updated dependencies []:
- @codeimage/highlight@0.10.6

## 8.2.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": "8.2.0",
"version": "8.2.1",
"module": "./dist/config.mjs",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"@lezer/highlight": "^1.1.1"
},
"devDependencies": {
"@codeimage/ui": "workspace:0.10.2",
"@codeimage/ui": "workspace:0.10.3",
"@codeimage/vanilla-extract": "workspace:0.2.0",
"@codemirror/lang-javascript": "^6.1.7",
"@codeui/kit": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/ui

## 0.10.3

### Patch Changes

- [#549](https://github.com/riccardoperra/codeimage/pull/549) [`faa59d2b`](https://github.com/riccardoperra/codeimage/commit/faa59d2bf61f054c3697d0072c9daed6e454cb15) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: optional format on paste event

## 0.10.2

### 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.10.2",
"version": "0.10.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 54ba909

Please sign in to comment.