Skip to content

Commit

Permalink
Merge pull request #29 from pinoramajs/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release candidate
  • Loading branch information
cesconix authored Aug 19, 2024
2 parents b33e94d + 0282f40 commit 8884e4e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/thin-carrots-cover.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.2.2

### Patch Changes

- b33e94d: add refresh data button

## 0.2.1

### Patch 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.2.1",
"version": "0.2.2",
"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 8884e4e

Please sign in to comment.