Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent f7dc713 commit 5b222c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tasty-peaches-relax.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- f7dc713: keyboard shortcut system and ui enhancements

## 0.3.0

### Minor Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/pinorama-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "pinorama-studio",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"type": "module",
"bin": {
"pinorama": "./cli.mjs"
},
"files": ["dist", "cli.mjs"],
"files": [
"dist",
"cli.mjs"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 5b222c2

Please sign in to comment.