Skip to content

Commit

Permalink
v2.30.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semi-bot committed Feb 21, 2023
1 parent 9674f82 commit 330e8cf
Show file tree
Hide file tree
Showing 13 changed files with 324 additions and 324 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "2.29.0"
"version": "2.30.0-beta.0"
}
90 changes: 45 additions & 45 deletions packages/semi-animation-react/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
82 changes: 41 additions & 41 deletions packages/semi-animation-styled/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
88 changes: 44 additions & 44 deletions packages/semi-animation/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
82 changes: 41 additions & 41 deletions packages/semi-eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"name": "eslint-plugin-semi-design",
"version": "2.29.0",
"description": "semi ui eslint plugin",
"keywords": [
"semi",
"eslint"
],
"author": "shijia.me <shijia.me@bytedance.com>",
"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 <shijia.me@bytedance.com>",
"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"
}
}
2 changes: 1 addition & 1 deletion packages/semi-foundation/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading

0 comments on commit 330e8cf

Please sign in to comment.