semi-bot 2 rokov pred
rodič
commit
330e8cf3c8

+ 1 - 1
lerna.json

@@ -1,5 +1,5 @@
 {
     "useWorkspaces": true,
     "npmClient": "yarn",
-    "version": "2.29.0"
+    "version": "2.30.0-beta.0"
 }

+ 45 - 45
packages/semi-animation-react/package.json

@@ -1,47 +1,47 @@
 {
-  "name": "@douyinfe/semi-animation-react",
-  "version": "2.29.0",
-  "description": "motion library for semi-ui-react",
-  "keywords": [
-    "motion",
-    "react",
-    "semi-ui"
-  ],
-  "files": [
-    "lib",
-    "README.md"
-  ],
-  "license": "MIT",
-  "main": "lib/cjs/index.js",
-  "module": "lib/es/index.js",
-  "typings": "lib/es/index.d.ts",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/DouyinFE/semi-design"
-  },
-  "scripts": {
-    "test": "echo \"Error: run tests from root\" && exit 1",
-    "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node scripts/compileLib",
-    "prepublishOnly": "npm run build:lib"
-  },
-  "dependencies": {
-    "@douyinfe/semi-animation": "2.12.0",
-    "@douyinfe/semi-animation-styled": "2.23.2",
-    "classnames": "^2.2.6"
-  },
-  "devDependencies": {
-    "@babel/preset-env": "^7.15.8",
-    "@babel/preset-react": "^7.14.5",
-    "@storybook/addon-knobs": "^6.3.1",
-    "@vx/gradient": "0.0.199",
-    "del": "^6.0.0",
-    "flubber": "^0.4.2",
-    "gulp": "^4.0.2",
-    "gulp-babel": "^8.0.0",
-    "gulp-typescript": "^6.0.0-alpha.1",
-    "merge2": "^1.4.1",
-    "prop-types": "^15.7.2",
-    "react-storybook-addon-props-combinations": "^1.1.0"
-  },
-  "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
+    "name": "@douyinfe/semi-animation-react",
+    "version": "2.30.0-beta.0",
+    "description": "motion library for semi-ui-react",
+    "keywords": [
+        "motion",
+        "react",
+        "semi-ui"
+    ],
+    "files": [
+        "lib",
+        "README.md"
+    ],
+    "license": "MIT",
+    "main": "lib/cjs/index.js",
+    "module": "lib/es/index.js",
+    "typings": "lib/es/index.d.ts",
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/DouyinFE/semi-design"
+    },
+    "scripts": {
+        "test": "echo \"Error: run tests from root\" && exit 1",
+        "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node scripts/compileLib",
+        "prepublishOnly": "npm run build:lib"
+    },
+    "dependencies": {
+        "@douyinfe/semi-animation": "2.12.0",
+        "@douyinfe/semi-animation-styled": "2.23.2",
+        "classnames": "^2.2.6"
+    },
+    "devDependencies": {
+        "@babel/preset-env": "^7.15.8",
+        "@babel/preset-react": "^7.14.5",
+        "@storybook/addon-knobs": "^6.3.1",
+        "@vx/gradient": "0.0.199",
+        "del": "^6.0.0",
+        "flubber": "^0.4.2",
+        "gulp": "^4.0.2",
+        "gulp-babel": "^8.0.0",
+        "gulp-typescript": "^6.0.0-alpha.1",
+        "merge2": "^1.4.1",
+        "prop-types": "^15.7.2",
+        "react-storybook-addon-props-combinations": "^1.1.0"
+    },
+    "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 41 - 41
packages/semi-animation-styled/package.json

@@ -1,43 +1,43 @@
 {
-  "name": "@douyinfe/semi-animation-styled",
-  "version": "2.29.0",
-  "description": "semi styled animation",
-  "keywords": [
-    "semi",
-    "styled",
-    "animation"
-  ],
-  "homepage": "",
-  "license": "MIT",
-  "main": "lib/cjs/index.js",
-  "module": "lib/es/index.js",
-  "typings": "lib/es/index.d.ts",
-  "directories": {
-    "lib": "lib",
-    "test": "__tests__"
-  },
-  "files": [
-    "lib",
-    "README.md"
-  ],
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/DouyinFE/semi-design"
-  },
-  "scripts": {
-    "test": "echo \"Error: run tests from root\" && exit 1",
-    "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node scripts/compileLib -tag node",
-    "prepublishOnly": "npm run build:lib"
-  },
-  "devDependencies": {
-    "@babel/plugin-proposal-decorators": "^7.15.8",
-    "@babel/plugin-transform-runtime": "^7.15.8",
-    "@babel/preset-env": "^7.15.8",
-    "del": "^6.0.0",
-    "gulp": "^4.0.2",
-    "gulp-babel": "^8.0.0",
-    "gulp-typescript": "^6.0.0-alpha.1",
-    "merge2": "^1.4.1"
-  },
-  "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
+    "name": "@douyinfe/semi-animation-styled",
+    "version": "2.30.0-beta.0",
+    "description": "semi styled animation",
+    "keywords": [
+        "semi",
+        "styled",
+        "animation"
+    ],
+    "homepage": "",
+    "license": "MIT",
+    "main": "lib/cjs/index.js",
+    "module": "lib/es/index.js",
+    "typings": "lib/es/index.d.ts",
+    "directories": {
+        "lib": "lib",
+        "test": "__tests__"
+    },
+    "files": [
+        "lib",
+        "README.md"
+    ],
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/DouyinFE/semi-design"
+    },
+    "scripts": {
+        "test": "echo \"Error: run tests from root\" && exit 1",
+        "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node scripts/compileLib -tag node",
+        "prepublishOnly": "npm run build:lib"
+    },
+    "devDependencies": {
+        "@babel/plugin-proposal-decorators": "^7.15.8",
+        "@babel/plugin-transform-runtime": "^7.15.8",
+        "@babel/preset-env": "^7.15.8",
+        "del": "^6.0.0",
+        "gulp": "^4.0.2",
+        "gulp-babel": "^8.0.0",
+        "gulp-typescript": "^6.0.0-alpha.1",
+        "merge2": "^1.4.1"
+    },
+    "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 44 - 44
packages/semi-animation/package.json

@@ -1,46 +1,46 @@
 {
-  "name": "@douyinfe/semi-animation",
-  "version": "2.29.0",
-  "description": "animation base library for semi-ui",
-  "keywords": [
-    "animation",
-    "semi"
-  ],
-  "homepage": "",
-  "license": "MIT",
-  "main": "lib/cjs/index.js",
-  "module": "lib/es/index.js",
-  "typings": "lib/es/index.d.ts",
-  "directories": {
-    "lib": "lib",
-    "test": "__tests__"
-  },
-  "files": [
-    "lib",
-    "docs",
-    "README.md"
-  ],
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/DouyinFE/semi-design"
-  },
-  "scripts": {
-    "test": "echo \"Error: run tests from root\" && exit 1",
-    "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node scripts/compileLib",
-    "prepublishOnly": "npm run build:lib"
-  },
-  "dependencies": {
-    "bezier-easing": "^2.1.0"
-  },
-  "devDependencies": {
-    "@babel/plugin-transform-runtime": "^7.15.8",
-    "@babel/preset-env": "^7.15.8",
-    "del": "^6.0.0",
-    "gulp": "^4.0.2",
-    "gulp-babel": "^8.0.0",
-    "gulp-typescript": "^6.0.0-alpha.1",
-    "merge2": "^1.4.1",
-    "react-storybook-addon-props-combinations": "^1.1.0"
-  },
-  "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
+    "name": "@douyinfe/semi-animation",
+    "version": "2.30.0-beta.0",
+    "description": "animation base library for semi-ui",
+    "keywords": [
+        "animation",
+        "semi"
+    ],
+    "homepage": "",
+    "license": "MIT",
+    "main": "lib/cjs/index.js",
+    "module": "lib/es/index.js",
+    "typings": "lib/es/index.d.ts",
+    "directories": {
+        "lib": "lib",
+        "test": "__tests__"
+    },
+    "files": [
+        "lib",
+        "docs",
+        "README.md"
+    ],
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/DouyinFE/semi-design"
+    },
+    "scripts": {
+        "test": "echo \"Error: run tests from root\" && exit 1",
+        "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node scripts/compileLib",
+        "prepublishOnly": "npm run build:lib"
+    },
+    "dependencies": {
+        "bezier-easing": "^2.1.0"
+    },
+    "devDependencies": {
+        "@babel/plugin-transform-runtime": "^7.15.8",
+        "@babel/preset-env": "^7.15.8",
+        "del": "^6.0.0",
+        "gulp": "^4.0.2",
+        "gulp-babel": "^8.0.0",
+        "gulp-typescript": "^6.0.0-alpha.1",
+        "merge2": "^1.4.1",
+        "react-storybook-addon-props-combinations": "^1.1.0"
+    },
+    "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 41 - 41
packages/semi-eslint-plugin/package.json

@@ -1,43 +1,43 @@
 {
-  "name": "eslint-plugin-semi-design",
-  "version": "2.29.0",
-  "description": "semi ui eslint plugin",
-  "keywords": [
-    "semi",
-    "eslint"
-  ],
-  "author": "shijia.me <[email protected]>",
-  "homepage": "https://semi.design",
-  "license": "MIT",
-  "main": "lib/index.js",
-  "directories": {
-    "lib": "lib",
-    "test": "__tests__"
-  },
-  "files": [
-    "lib",
-    "README.md",
-    "README-zh_CN.md"
-  ],
-  "publishConfig": {
-    "registry": "https://registry.npmjs.org"
-  },
-  "repository": {
-    "type": "git",
-    "url": "git+https://github.com/DouyinFE/semi-design.git"
-  },
-  "scripts": {
-    "build:lib": "rm -rf lib && tsc",
-    "prepublishOnly": "npm run build:lib",
-    "test": "node __tests__/index.js"
-  },
-  "devDependencies": {
-    "typescript": "^4"
-  },
-  "peerDependencies": {
-    "eslint": ">=0.8.0"
-  },
-  "bugs": {
-    "url": "https://github.com/DouyinFE/semi-design/issues"
-  }
+    "name": "eslint-plugin-semi-design",
+    "version": "2.30.0-beta.0",
+    "description": "semi ui eslint plugin",
+    "keywords": [
+        "semi",
+        "eslint"
+    ],
+    "author": "shijia.me <[email protected]>",
+    "homepage": "https://semi.design",
+    "license": "MIT",
+    "main": "lib/index.js",
+    "directories": {
+        "lib": "lib",
+        "test": "__tests__"
+    },
+    "files": [
+        "lib",
+        "README.md",
+        "README-zh_CN.md"
+    ],
+    "publishConfig": {
+        "registry": "https://registry.npmjs.org"
+    },
+    "repository": {
+        "type": "git",
+        "url": "git+https://github.com/DouyinFE/semi-design.git"
+    },
+    "scripts": {
+        "build:lib": "rm -rf lib && tsc",
+        "prepublishOnly": "npm run build:lib",
+        "test": "node __tests__/index.js"
+    },
+    "devDependencies": {
+        "typescript": "^4"
+    },
+    "peerDependencies": {
+        "eslint": ">=0.8.0"
+    },
+    "bugs": {
+        "url": "https://github.com/DouyinFE/semi-design/issues"
+    }
 }

+ 1 - 1
packages/semi-foundation/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-foundation",
-    "version": "2.29.0",
+    "version": "2.30.0-beta.0",
     "description": "",
     "scripts": {
         "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node ./scripts/compileLib.js",

+ 61 - 61
packages/semi-icons/package.json

@@ -1,63 +1,63 @@
 {
-  "name": "@douyinfe/semi-icons",
-  "version": "2.29.0",
-  "description": "semi icons",
-  "keywords": [
-    "semi",
-    "icons"
-  ],
-  "author": "",
-  "homepage": "",
-  "main": "lib/cjs/index.js",
-  "module": "lib/es/index.js",
-  "typings": "lib/es/index.d.ts",
-  "license": "MIT",
-  "files": [
-    "lib",
-    "src",
-    "dist"
-  ],
-  "sideEffects": [
-    "*.scss",
-    "*.css",
-    "lib/es/index.js"
-  ],
-  "scripts": {
-    "clean": "rimraf dist lib",
-    "build:icon": "node scripts/build-icon ",
-    "build:lib": "export NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" && node ./scripts/compileLib.js",
-    "build:js": "export NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" && npm run build:lib && node scripts/compileDist.js",
-    "prepublishOnly": "npm run clean && npm run build:js"
-  },
-  "dependencies": {
-    "classnames": "^2.2.6"
-  },
-  "devDependencies": {
-    "@babel/preset-env": "^7.15.8",
-    "@babel/preset-react": "^7.14.5",
-    "@douyinfe/semi-webpack-plugin": "2.23.2",
-    "babel-loader": "^8.2.2",
-    "css-loader": "4.3.0",
-    "del": "^6.0.0",
-    "gulp": "^4.0.2",
-    "gulp-babel": "^8.0.0",
-    "gulp-replace": "^1.1.3",
-    "gulp-sass": "^5.0.0",
-    "gulp-typescript": "^6.0.0-alpha.1",
-    "merge2": "^1.4.1",
-    "mini-css-extract-plugin": "0.11.3",
-    "rimraf": "^3.0.2",
-    "terser-webpack-plugin": "^4.2.3",
-    "through2": "^4.0.2",
-    "ts-loader": "^5.4.5",
-    "webpack": "^4.46.0"
-  },
-  "peerDependencies": {
-    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
-  },
-  "_unpkg": true,
-  "unpkgFiles": [
-    "*"
-  ],
-  "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
+    "name": "@douyinfe/semi-icons",
+    "version": "2.30.0-beta.0",
+    "description": "semi icons",
+    "keywords": [
+        "semi",
+        "icons"
+    ],
+    "author": "",
+    "homepage": "",
+    "main": "lib/cjs/index.js",
+    "module": "lib/es/index.js",
+    "typings": "lib/es/index.d.ts",
+    "license": "MIT",
+    "files": [
+        "lib",
+        "src",
+        "dist"
+    ],
+    "sideEffects": [
+        "*.scss",
+        "*.css",
+        "lib/es/index.js"
+    ],
+    "scripts": {
+        "clean": "rimraf dist lib",
+        "build:icon": "node scripts/build-icon ",
+        "build:lib": "export NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" && node ./scripts/compileLib.js",
+        "build:js": "export NODE_OPTIONS=\"--no-experimental-fetch --openssl-legacy-provider\" && npm run build:lib && node scripts/compileDist.js",
+        "prepublishOnly": "npm run clean && npm run build:js"
+    },
+    "dependencies": {
+        "classnames": "^2.2.6"
+    },
+    "devDependencies": {
+        "@babel/preset-env": "^7.15.8",
+        "@babel/preset-react": "^7.14.5",
+        "@douyinfe/semi-webpack-plugin": "2.23.2",
+        "babel-loader": "^8.2.2",
+        "css-loader": "4.3.0",
+        "del": "^6.0.0",
+        "gulp": "^4.0.2",
+        "gulp-babel": "^8.0.0",
+        "gulp-replace": "^1.1.3",
+        "gulp-sass": "^5.0.0",
+        "gulp-typescript": "^6.0.0-alpha.1",
+        "merge2": "^1.4.1",
+        "mini-css-extract-plugin": "0.11.3",
+        "rimraf": "^3.0.2",
+        "terser-webpack-plugin": "^4.2.3",
+        "through2": "^4.0.2",
+        "ts-loader": "^5.4.5",
+        "webpack": "^4.46.0"
+    },
+    "peerDependencies": {
+        "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+    },
+    "_unpkg": true,
+    "unpkgFiles": [
+        "*"
+    ],
+    "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 46 - 46
packages/semi-illustrations/package.json

@@ -1,48 +1,48 @@
 {
-  "name": "@douyinfe/semi-illustrations",
-  "version": "2.29.0",
-  "description": "semi illustrations",
-  "keywords": [
-    "semi",
-    "illustrations"
-  ],
-  "author": "",
-  "homepage": "",
-  "license": "MIT",
-  "files": [
-    "lib",
-    "src",
-    "dist"
-  ],
-  "main": "lib/cjs/index.js",
-  "module": "lib/es/index.js",
-  "typings": "lib/es/index.d.ts",
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/DouyinFE/semi-design"
-  },
-  "peerDependencies": {
-    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
-  },
-  "devDependencies": {
-    "case-sensitive-paths-webpack-plugin": "2.4.0",
-    "del": "^6.0.0",
-    "gulp": "^4.0.2",
-    "gulp-esbuild": "0.10.4",
-    "gulp-replace": "^1.1.3",
-    "gulp-typescript": "^6.0.0-alpha.1",
-    "merge2": "^1.4.1",
-    "rimraf": "^3.0.2",
-    "terser-webpack-plugin": "^4.2.3",
-    "ts-loader": "^5.4.5",
-    "webpack": "^4.46.0"
-  },
-  "scripts": {
-    "clean": "rimraf dist lib",
-    "build:icon": "node scripts/build-illustration",
-    "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node ./scripts/compileLib.js",
-    "build:js": "npm run build:lib && node scripts/compileDist.js",
-    "prepublishOnly": "npm run clean && npm run build:js"
-  },
-  "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
+    "name": "@douyinfe/semi-illustrations",
+    "version": "2.30.0-beta.0",
+    "description": "semi illustrations",
+    "keywords": [
+        "semi",
+        "illustrations"
+    ],
+    "author": "",
+    "homepage": "",
+    "license": "MIT",
+    "files": [
+        "lib",
+        "src",
+        "dist"
+    ],
+    "main": "lib/cjs/index.js",
+    "module": "lib/es/index.js",
+    "typings": "lib/es/index.d.ts",
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/DouyinFE/semi-design"
+    },
+    "peerDependencies": {
+        "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
+    },
+    "devDependencies": {
+        "case-sensitive-paths-webpack-plugin": "2.4.0",
+        "del": "^6.0.0",
+        "gulp": "^4.0.2",
+        "gulp-esbuild": "0.10.4",
+        "gulp-replace": "^1.1.3",
+        "gulp-typescript": "^6.0.0-alpha.1",
+        "merge2": "^1.4.1",
+        "rimraf": "^3.0.2",
+        "terser-webpack-plugin": "^4.2.3",
+        "ts-loader": "^5.4.5",
+        "webpack": "^4.46.0"
+    },
+    "scripts": {
+        "clean": "rimraf dist lib",
+        "build:icon": "node scripts/build-illustration",
+        "build:lib": "export NODE_OPTIONS=--no-experimental-fetch && node ./scripts/compileLib.js",
+        "build:js": "npm run build:lib && node scripts/compileDist.js",
+        "prepublishOnly": "npm run clean && npm run build:js"
+    },
+    "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 1 - 1
packages/semi-next/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-next",
-    "version": "2.29.0",
+    "version": "2.30.0-beta.0",
     "description": "Plugin that support Semi Design in Next.js",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",

+ 34 - 34
packages/semi-scss-compile/package.json

@@ -1,36 +1,36 @@
 {
-  "name": "@douyinfe/semi-scss-compile",
-  "version": "2.29.0",
-  "description": "compile semi scss to css",
-  "author": "[email protected]",
-  "license": "MIT",
-  "main": "lib/index.js",
-  "types": "lib/index.d.ts",
-  "bin": {
-    "semi-build-scss": "lib/bin.js"
-  },
-  "files": [
-    "lib",
-    "src"
-  ],
-  "keywords": [
-    "semi-scss-compiler",
-    "scss"
-  ],
-  "scripts": {
-    "build:lib": "rimraf lib && tsc",
-    "prepublishOnly": "npm run build:lib"
-  },
-  "dependencies": {
-    "arg": "^5.0.1",
-    "fs-extra": "^8.1.0",
-    "lodash": "^4.17.21",
-    "sass": "^1.54.9"
-  },
-  "devDependencies": {
-    "@types/lodash": "^4.14.176",
-    "rimraf": "^3.0.2",
-    "typescript": "^4.4.4"
-  },
-  "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
+    "name": "@douyinfe/semi-scss-compile",
+    "version": "2.30.0-beta.0",
+    "description": "compile semi scss to css",
+    "author": "[email protected]",
+    "license": "MIT",
+    "main": "lib/index.js",
+    "types": "lib/index.d.ts",
+    "bin": {
+        "semi-build-scss": "lib/bin.js"
+    },
+    "files": [
+        "lib",
+        "src"
+    ],
+    "keywords": [
+        "semi-scss-compiler",
+        "scss"
+    ],
+    "scripts": {
+        "build:lib": "rimraf lib && tsc",
+        "prepublishOnly": "npm run build:lib"
+    },
+    "dependencies": {
+        "arg": "^5.0.1",
+        "fs-extra": "^8.1.0",
+        "lodash": "^4.17.21",
+        "sass": "^1.54.9"
+    },
+    "devDependencies": {
+        "@types/lodash": "^4.14.176",
+        "rimraf": "^3.0.2",
+        "typescript": "^4.4.4"
+    },
+    "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
 }

+ 1 - 1
packages/semi-theme-default/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-theme-default",
-    "version": "2.29.0",
+    "version": "2.30.0-beta.0",
     "description": "semi-theme-default",
     "keywords": [
         "semi-theme",

+ 7 - 7
packages/semi-ui/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-ui",
-    "version": "2.29.0",
+    "version": "2.30.0-beta.0",
     "description": "",
     "main": "lib/cjs/index.js",
     "module": "lib/es/index.js",
@@ -17,12 +17,12 @@
         "lib/*"
     ],
     "dependencies": {
-        "@douyinfe/semi-animation": "2.29.0",
-        "@douyinfe/semi-animation-react": "2.29.0",
-        "@douyinfe/semi-foundation": "2.29.0",
-        "@douyinfe/semi-icons": "2.29.0",
-        "@douyinfe/semi-illustrations": "2.29.0",
-        "@douyinfe/semi-theme-default": "2.29.0",
+        "@douyinfe/semi-animation": "2.30.0-beta.0",
+        "@douyinfe/semi-animation-react": "2.30.0-beta.0",
+        "@douyinfe/semi-foundation": "2.30.0-beta.0",
+        "@douyinfe/semi-icons": "2.30.0-beta.0",
+        "@douyinfe/semi-illustrations": "2.30.0-beta.0",
+        "@douyinfe/semi-theme-default": "2.30.0-beta.0",
         "async-validator": "^3.5.0",
         "classnames": "^2.2.6",
         "copy-text-to-clipboard": "^2.1.1",

+ 1 - 1
packages/semi-webpack/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-webpack-plugin",
-    "version": "2.29.0",
+    "version": "2.30.0-beta.0",
     "description": "",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",