Skip to content

Commit

Permalink
Merge pull request #76 from idrawjs/dev-v0.4
Browse files Browse the repository at this point in the history
chore: bump version 0.4.0-alpha.19
  • Loading branch information
chenshenhai authored Mar 31, 2024
2 parents e94cfd0 + 19e338e commit 90e6e94
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 58 deletions.
4 changes: 2 additions & 2 deletions 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.18",
"version": "0.4.0-alpha.19",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
"peerDependencies": {
"antd": "^5.12.1",
"classnames": "^2.3.2",
"idraw": "^0.4.0-beta.18",
"idraw": "^0.4.0-beta.19",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0"
Expand Down
6 changes: 3 additions & 3 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.18",
"version": "0.4.0-alpha.19",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -20,13 +20,13 @@
"author": "chenshenhai",
"license": "MIT",
"dependencies": {
"@idraw/studio-base": "^0.4.0-alpha.18",
"@idraw/studio-base": "^0.4.0-alpha.19",
"classnames": "^2.3.2",
"is-hotkey": "^0.2.0"
},
"peerDependencies": {
"antd": "^5.12.1",
"idraw": "^0.4.0-beta.18",
"idraw": "^0.4.0-beta.19",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0"
Expand Down
58 changes: 5 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 90e6e94

Please sign in to comment.