Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): version packages #661

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cold-parents-attack.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/shaggy-buses-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-coins-decide.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.8.3

### Patch Changes

- [#650](https://github.com/riccardoperra/codeimage/pull/650) [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157) Thanks [@EndBug](https://github.com/EndBug)! - fix: fix spelling of GitHub

- Updated dependencies [[`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c), [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157), [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c)]:
- @codeimage/[email protected]
- @codeimage/[email protected]
- @codeimage/[email protected]

## 1.8.2

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

## 0.1.1

### Patch Changes

- [#650](https://github.com/riccardoperra/codeimage/pull/650) [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157) Thanks [@EndBug](https://github.com/EndBug)! - fix: fix spelling of GitHub

- Updated dependencies [[`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c), [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157)]:
- @codeimage/[email protected]
- @codeimage/[email protected]

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"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.8.2",
"version": "1.8.3",
"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

## 9.0.3

### Patch Changes

- [#660](https://github.com/riccardoperra/codeimage/pull/660) [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Fix WindowTab attributes

- Updated dependencies [[`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157)]:
- @codeimage/[email protected]

## 9.0.2

### 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": "9.0.2",
"version": "9.0.3",
"module": "./dist/config.mjs",
"source": "./src/public-api.ts",
"types": "./dist/public-api.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/highlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/highlight

## 0.11.1

### Patch Changes

- [#650](https://github.com/riccardoperra/codeimage/pull/650) [`4ed8ff18`](https://github.com/riccardoperra/codeimage/commit/4ed8ff18c8759c762ac02b4d0196aaa695610157) Thanks [@EndBug](https://github.com/EndBug)! - fix: fix spelling of GitHub

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/highlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/highlight",
"version": "0.11.0",
"version": "0.11.1",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/public-api.d.ts",
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.6

### Patch Changes

- [#660](https://github.com/riccardoperra/codeimage/pull/660) [`439c8541`](https://github.com/riccardoperra/codeimage/commit/439c854188c0b6612241d9f86b07b92c7e6f479c) Thanks [@riccardoperra](https://github.com/riccardoperra)! - Fix RemoteSvgIcon inner content

## 0.10.5

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