Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
chore: publish v0.3.0-beta.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreammy23 committed May 23, 2023
1 parent 36627f1 commit 400f30d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/dipper-core",
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/dipper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/dipper",
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"files": [
"dist",
"lib",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/antvis/Dipper/issues"
},
"dependencies": {
"@antv/dipper-core": "^0.3.0-beta.24",
"@antv/dipper-pc": "^0.3.0-beta.24",
"@antv/dipper-widgets": "^0.3.0-beta.24"
"@antv/dipper-core": "^0.3.0-beta.25",
"@antv/dipper-pc": "^0.3.0-beta.25",
"@antv/dipper-widgets": "^0.3.0-beta.25"
},
"peerDependencies": {
"@ant-design/icons": "^4.7.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/dipper-layout",
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/layout/src/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"watch": "yarn clean && father-build --watch"
},
"dependencies": {
"@antv/dipper-core": "^0.3.0-beta.24",
"@antv/dipper-core": "^0.3.0-beta.25",
"@babel/runtime": "^7.18.0",
"ahooks": "^3.1.5"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/dipper-mobile",
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/mobile/src/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"watch": "yarn clean && father-build --watch"
},
"dependencies": {
"@antv/dipper-core": "^0.3.0-beta.24",
"@antv/dipper-layout": "^0.3.0-beta.24",
"@antv/dipper-core": "^0.3.0-beta.25",
"@antv/dipper-layout": "^0.3.0-beta.25",
"@babel/runtime": "^7.18.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/dipper-pc",
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/pc/src/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"watch": "yarn clean && father-build --watch"
},
"dependencies": {
"@antv/dipper-core": "^0.3.0-beta.24",
"@antv/dipper-layout": "^0.3.0-beta.24",
"@antv/dipper-core": "^0.3.0-beta.25",
"@antv/dipper-layout": "^0.3.0-beta.25",
"@babel/runtime": "^7.18.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/dipper-widgets",
"version": "0.3.0-beta.24",
"version": "0.3.0-beta.25",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/widgets/src/index.d.ts",
Expand All @@ -21,8 +21,8 @@
},
"dependencies": {
"@ant-design/pro-card": "^2.4.9",
"@antv/dipper-core": "^0.3.0-beta.24",
"@antv/dipper-layout": "^0.3.0-beta.24",
"@antv/dipper-core": "^0.3.0-beta.25",
"@antv/dipper-layout": "^0.3.0-beta.25",
"@antv/l7-draw": "^2.4.18",
"@babel/runtime": "^7.18.0",
"classnames": "^2.3.1",
Expand Down

0 comments on commit 400f30d

Please sign in to comment.