Skip to content

Commit

Permalink
Merge pull request #89 from idrawjs/dev-v0.4
Browse files Browse the repository at this point in the history
chore: bump version 0.4.0-alpha.36
  • Loading branch information
chenshenhai authored Aug 4, 2024
2 parents edb75be + b87618f commit 0cd7e49
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": false,
"version": "0.4.0-alpha.35",
"version": "0.4.0-alpha.36",
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/studio-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/studio-base",
"version": "0.4.0-alpha.35",
"version": "0.4.0-alpha.36",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idraw/studio",
"version": "0.4.0-alpha.35",
"version": "0.4.0-alpha.36",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@rc-component/color-picker": "^1.5.3",
"@idraw/studio-base": "workspace:^0.4.0-alpha.35",
"@idraw/studio-base": "workspace:^0.4.0-alpha.36",
"classnames": "^2.5.1",
"is-hotkey": "^0.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0cd7e49

Please sign in to comment.