Skip to content

Commit

Permalink
chore(release): 1.3.0 (#487)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and riccardoperra committed Mar 2, 2023
1 parent 2836234 commit f265544
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/four-mangos-burn.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.2.0

### Minor Changes

- [#486](https://github.com/riccardoperra/codeimage/pull/486) [`f5df888f`](https://github.com/riccardoperra/codeimage/commit/f5df888f031b416e0db62863218f2aeb512766c8) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/api): allow to disable ligatures in fonts #483

## 0.1.1

### Patch 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.1.1",
"version": "0.2.0",
"description": "CodeImage api rest server",
"main": "app.ts",
"directories": {
Expand Down
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.3.0

### Minor Changes

- [#486](https://github.com/riccardoperra/codeimage/pull/486) [`f5df888f`](https://github.com/riccardoperra/codeimage/commit/f5df888f031b416e0db62863218f2aeb512766c8) Thanks [@riccardoperra](https://github.com/riccardoperra)! - feat(app/api): allow to disable ligatures in fonts #483

### Patch Changes

- Updated dependencies [[`f5df888f`](https://github.com/riccardoperra/codeimage/commit/f5df888f031b416e0db62863218f2aeb512766c8)]:
- @codeimage/api@0.2.0

## 1.2.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.2.0",
"version": "1.3.0",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const ThemeSwitcher: ParentComponent<ThemeSwitcherVariant> = props => {
const isSelected = createSelector(() => editor.state.options.themeId);

const onSelectTheme = (theme: CustomTheme) => {
dispatchUpdateTheme({theme});
dispatchUpdateTheme({theme, updateBackground: true});
getUmami().trackEvent(theme.id, `theme-change`);
};
const exampleCode =
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.2.0",
"version": "1.3.0",
"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

0 comments on commit f265544

Please sign in to comment.