Skip to content

Commit

Permalink
release(painter): v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Feb 23, 2024
1 parent 0295a76 commit 8aaf2a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@
},
"mask-editor": {
"dependencies": ["toolbar", "painter"],
"style": false,
"react": true,
"version": "0.1.0",
"style": true,
"icon": false,
"test": true,
"install": false,
"react": false
"install": false
},
"menu": {
"icon": true,
Expand Down Expand Up @@ -246,7 +246,7 @@
"dependencies": ["toolbar"],
"icon": true,
"react": true,
"version": "0.2.0",
"version": "0.3.0",
"style": true,
"test": true,
"install": false
Expand Down
2 changes: 1 addition & 1 deletion src/painter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "painter",
"version": "0.2.0",
"version": "0.3.0",
"description": "Simple drawing tool",
"luna": {
"dependencies": [
Expand Down

0 comments on commit 8aaf2a2

Please sign in to comment.