Skip to content

Commit

Permalink
Merge pull request #39 from pinoramajs/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release candidate
  • Loading branch information
cesconix authored Sep 2, 2024
2 parents 06e7ae4 + 28992de commit 2fbb4f7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/red-eyes-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-peaches-relax.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- f7dc713: keyboard shortcut system and ui enhancements

### Patch Changes

- 06e7ae4: fix cli help message for batchSize and flushInterval

## 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 2fbb4f7

Please sign in to comment.