Skip to content

Commit

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

Releases:
  @codeimage/[email protected]
  @codeimage/[email protected]
  @codeimage/[email protected]
  @codeimage/[email protected]
  @codeimage/[email protected]
  @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 May 4, 2024
1 parent d8b472a commit 96e1ba5
Show file tree
Hide file tree
Showing 20 changed files with 84 additions and 23 deletions.
13 changes: 0 additions & 13 deletions .changeset/perfect-zoos-grow.md

This file was deleted.

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

## 0.4.1

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/api",
"version": "0.4.0",
"version": "0.4.1",
"description": "CodeImage api rest server",
"main": "app.ts",
"type": "module",
Expand Down
15 changes: 15 additions & 0 deletions apps/codeimage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @codeimage/app

## 1.6.1

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
- @codeimage/api@0.4.1
- @codeimage/atomic-state@1.0.1
- @codeimage/config@8.2.6
- @codeimage/dom-export@1.11.4
- @codeimage/highlight@0.10.9
- @codeimage/ui@0.10.4
- @codeimage/vanilla-extract@0.2.1

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

## 0.0.12

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
- @codeimage/highlight@0.10.9
- @codeimage/ui@0.10.4
- @codeimage/vanilla-extract@0.2.1

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.6.0",
"version": "1.6.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/atomic-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/atomic-state

## 1.0.1

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/atomic-state",
"version": "1.0.0",
"version": "1.0.1",
"source": "src/index.tsx",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
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.6

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
- @codeimage/highlight@0.10.9

## 8.2.5

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

## 1.11.4

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

## 1.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dom-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/dom-export",
"version": "1.11.3",
"version": "1.11.4",
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.",
"main": "./dist/dom-export.mjs",
"module": "./dist/dom-export.mjs",
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.10.9

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

## 0.10.8

### Patch 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.10.8",
"version": "0.10.9",
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/public-api.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codeimage/ui

## 0.10.4

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

- Updated dependencies [[`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0)]:
- @codeimage/vanilla-extract@0.2.1

## 0.10.3

### 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.3",
"version": "0.10.4",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla-extract/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codeimage/vanilla-extract

## 0.2.1

### Patch Changes

- [#631](https://github.com/riccardoperra/codeimage/pull/631) [`d8b472a2`](https://github.com/riccardoperra/codeimage/commit/d8b472a2a3ddc1fd113d89688d045755046ee8b0) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat: add support for go lang

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-extract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeimage/vanilla-extract",
"version": "0.2.0",
"version": "0.2.1",
"description": "Vanilla extract customizations for @codeimage styles",
"main": "./dist/index.cjs",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 96e1ba5

Please sign in to comment.