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 #275

Merged
merged 2 commits into from
Jun 9, 2022
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/late-onions-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-items-kneel.md

This file was deleted.

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

## 0.19.1

### Patch Changes

- Updated dependencies [[`167a8f0`](https://github.com/riccardoperra/codeimage/commit/167a8f0d3a142c0ad314cc7b19ea93245f32f490), [`8f15683`](https://github.com/riccardoperra/codeimage/commit/8f156838938a012a0666632218153724667c0377)]:
- @codeimage/[email protected]
- @codeimage/[email protected]

## 0.19.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": "0.19.0",
"version": "0.19.1",
"scripts": {
"start": "vite",
"dev": "vite --host --force",
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.19.0",
"version": "0.19.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
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/theme

## 6.1.0

### Minor Changes

- [#274](https://github.com/riccardoperra/codeimage/pull/274) [`8f15683`](https://github.com/riccardoperra/codeimage/commit/8f156838938a012a0666632218153724667c0377) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add kotlin language legacy support

## 6.0.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": "6.0.0",
"version": "6.1.0",
"module": "./dist/config.es.js",
"source": "./src/public-api.ts",
"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.7.1

### Patch Changes

- [#274](https://github.com/riccardoperra/codeimage/pull/274) [`167a8f0`](https://github.com/riccardoperra/codeimage/commit/167a8f0d3a142c0ad314cc7b19ea93245f32f490) Thanks [@riccardoperra](https://github.com/riccardoperra)! - fix: fix RemoteSvgIcon rendering issue

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
Expand Down