diff --git a/lerna.json b/lerna.json index febcb6f69f..862cee17c7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "2.29.0" + "version": "2.30.0-beta.0" } diff --git a/packages/semi-animation-react/package.json b/packages/semi-animation-react/package.json index 7db3634aed..b3597adac2 100644 --- a/packages/semi-animation-react/package.json +++ b/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" } diff --git a/packages/semi-animation-styled/package.json b/packages/semi-animation-styled/package.json index 9d42a27f40..eefceb2f80 100644 --- a/packages/semi-animation-styled/package.json +++ b/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" } diff --git a/packages/semi-animation/package.json b/packages/semi-animation/package.json index 194fe0af36..fb8df4cacc 100644 --- a/packages/semi-animation/package.json +++ b/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" } diff --git a/packages/semi-eslint-plugin/package.json b/packages/semi-eslint-plugin/package.json index 04aa8c299b..324b627721 100644 --- a/packages/semi-eslint-plugin/package.json +++ b/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 ", - "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 ", + "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" + } } diff --git a/packages/semi-foundation/package.json b/packages/semi-foundation/package.json index 8e25b7ce35..6b3e59cb22 100644 --- a/packages/semi-foundation/package.json +++ b/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", diff --git a/packages/semi-icons/package.json b/packages/semi-icons/package.json index 8ed3b4e3d7..4874760d01 100644 --- a/packages/semi-icons/package.json +++ b/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" } diff --git a/packages/semi-illustrations/package.json b/packages/semi-illustrations/package.json index da294cd4b3..9e38c48b8a 100644 --- a/packages/semi-illustrations/package.json +++ b/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" } diff --git a/packages/semi-next/package.json b/packages/semi-next/package.json index ac611da5e2..e5315d2a51 100644 --- a/packages/semi-next/package.json +++ b/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": "伍浩威 ", "homepage": "", diff --git a/packages/semi-scss-compile/package.json b/packages/semi-scss-compile/package.json index b543d43c7a..5d418b2631 100644 --- a/packages/semi-scss-compile/package.json +++ b/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": "daiqiang@bytedance.com", - "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": "daiqiang@bytedance.com", + "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" } diff --git a/packages/semi-theme-default/package.json b/packages/semi-theme-default/package.json index 5ef10a608b..92c3261ad7 100644 --- a/packages/semi-theme-default/package.json +++ b/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", diff --git a/packages/semi-ui/package.json b/packages/semi-ui/package.json index b1b30d1b45..cc9aa1b5c2 100644 --- a/packages/semi-ui/package.json +++ b/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", diff --git a/packages/semi-webpack/package.json b/packages/semi-webpack/package.json index 408ad1f992..a974b271de 100644 --- a/packages/semi-webpack/package.json +++ b/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": "伍浩威 ", "homepage": "",