Browse Source

v2.1.6-alpha.0

DaiQiangReal 3 years ago
parent
commit
6721f8e4f8

+ 1 - 1
lerna.json

@@ -1,5 +1,5 @@
 {
     "useWorkspaces": true,
     "npmClient": "yarn",
-    "version": "2.1.5"
+    "version": "2.1.6-alpha.0"
 }

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

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-foundation",
-    "version": "2.1.5",
+    "version": "2.1.6-alpha.0",
     "description": "",
     "scripts": {
         "build:lib": "node ./scripts/compileLib.js",

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

@@ -1,6 +1,6 @@
 {
   "name": "@douyinfe/semi-icons",
-  "version": "2.1.5",
+  "version": "2.1.6-alpha.0",
   "description": "semi icons",
   "keywords": [
     "semi",
@@ -38,7 +38,7 @@
     "@babel/plugin-transform-runtime": "^7.15.8",
     "@babel/preset-env": "^7.15.8",
     "@babel/preset-react": "^7.14.5",
-    "@douyinfe/semi-webpack-plugin": "2.1.5",
+    "@douyinfe/semi-webpack-plugin": "2.1.6-alpha.0",
     "babel-loader": "^8.2.2",
     "css-loader": "4.3.0",
     "del": "^6.0.0",

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

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-next",
-    "version": "2.1.5",
+    "version": "2.1.6-alpha.0",
     "description": "Plugin that support Semi Design in Next.js",
     "author": "伍浩威 <[email protected]>",
     "homepage": "",
@@ -23,6 +23,6 @@
         "typescript": "^4"
     },
     "dependencies": {
-        "@douyinfe/semi-webpack-plugin": "2.1.5"
+        "@douyinfe/semi-webpack-plugin": "2.1.6-alpha.0"
     }
 }

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

@@ -1,6 +1,6 @@
 {
   "name": "@douyinfe/semi-scss-compile",
-  "version": "2.1.5",
+  "version": "2.1.6-alpha.0",
   "description": "compile semi scss to css",
   "author": "[email protected]",
   "license": "MIT",

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

@@ -1,6 +1,6 @@
 {
     "name": "@douyinfe/semi-ui",
-    "version": "2.1.5",
+    "version": "2.1.6-alpha.0",
     "description": "",
     "main": "lib/cjs/index.js",
     "module": "lib/es/index.js",
@@ -15,8 +15,8 @@
     "dependencies": {
         "@babel/runtime-corejs3": "^7.15.4",
         "@douyinfe/semi-animation-react": "2.1.5",
-        "@douyinfe/semi-foundation": "2.1.5",
-        "@douyinfe/semi-icons": "2.1.5",
+        "@douyinfe/semi-foundation": "2.1.6-alpha.0",
+        "@douyinfe/semi-icons": "2.1.6-alpha.0",
         "@douyinfe/semi-illustrations": "2.1.5",
         "@douyinfe/semi-theme-default": "2.1.5",
         "@types/react-window": "^1.8.2",
@@ -55,11 +55,11 @@
     ],
     "homepage": "https://semi.design",
     "bugs": {
-      "url": "https://github.com/DouyinFE/semi-design/issues"
+        "url": "https://github.com/DouyinFE/semi-design/issues"
     },
     "repository": {
-      "type": "git",
-      "url": "https://github.com/DouyinFE"
+        "type": "git",
+        "url": "https://github.com/DouyinFE"
     },
     "_unpkg": true,
     "unpkgFiles": [
@@ -74,7 +74,7 @@
         "@babel/plugin-transform-runtime": "^7.15.8",
         "@babel/preset-env": "^7.15.8",
         "@babel/preset-react": "^7.14.5",
-        "@douyinfe/semi-scss-compile": "2.1.5",
+        "@douyinfe/semi-scss-compile": "2.1.6-alpha.0",
         "@storybook/addon-knobs": "^6.3.1",
         "@types/lodash": "^4.14.176",
         "babel-loader": "^8.2.2",

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

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