Skip to content

Commit

Permalink
v3.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
cqh963852 committed Aug 30, 2024
1 parent ee4b373 commit 9379177
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.4",
"version": "3.0.0-beta",
"command": {
"version": {
"allowBranch": ["main"]
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idealjs/dnd-core",
"version": "2.0.4",
"version": "3.0.0-beta",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/dnd-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idealjs/dnd-react",
"version": "2.0.4",
"version": "3.0.0-beta",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"postpublish": "rm -rf dist"
},
"dependencies": {
"@idealjs/dnd-core": "^2.0.4"
"@idealjs/dnd-core": "^3.0.0-beta"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
Expand Down

0 comments on commit 9379177

Please sign in to comment.