Skip to content

Commit

Permalink
chore: version packages (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinobot authored Jul 14, 2022
1 parent 83a6f37 commit e86fa7b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/tame-candles-allow.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rino.app/editor

## 0.44.2

### Patch Changes

- ff332c3: Press `Shift+Enter` to insert a soft break.

## 0.44.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rino.app/editor",
"version": "0.44.1",
"version": "0.44.2",
"private": false,
"license": "GPL-3.0",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/electron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rino.app/electron

## 0.44.2

### Patch Changes

- ff332c3: Press `Shift+Enter` to insert a soft break.

## 0.44.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rino.app/electron",
"version": "0.44.1",
"version": "0.44.2",
"private": true,
"main": "./build/electron-main/dist/electron-main.js",
"publishConfig": {
Expand Down

0 comments on commit e86fa7b

Please sign in to comment.