Browse Source

Merge branch 'release' of github.com:DouyinFE/semi-design into release

DaiQiangReal 3 years ago
parent
commit
616be2cc66

+ 2 - 2
content/start/changelog/index-en-US.md

@@ -18,8 +18,8 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 
 #### 🎉 2.17.0-beta.1 (2022-08-09)
 #### 🎉 2.17.0-beta.1 (2022-08-09)
 - 【Fix】
 - 【Fix】
-    - Fix the problem that the Empty component is unexpectedly judged as dark mode when the body theme-mode attribute is unexpected
-    - fix the problem that the treeData and value of cascader are dynamically updated, and the selected value is not displayed correctly
+    - Fix the problem that the Empty component is unexpectedly judged as dark mode when the body theme-mode attribute is unexpected [#1023](https://github.com/DouyinFE/semi-design/issues/1023)
+    - fix the problem that the treeData and value of cascader are dynamically updated, and the selected value is not displayed correctly [#703](https://github.com/DouyinFE/semi-design/issues/703)
 
 
 #### 🎉 2.17.0-beta.0 (2022-08-09)
 #### 🎉 2.17.0-beta.0 (2022-08-09)
 - 【Feat】
 - 【Feat】

+ 4 - 4
content/start/changelog/index.md

@@ -18,13 +18,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 #### 🎉 2.17.0-beta.1 (2022-08-09)
 #### 🎉 2.17.0-beta.1 (2022-08-09)
 - 【Fix】
 - 【Fix】
-    - 修复 Empty 组件在 body theme-mode attribute 为非预期值时意外判定为暗色模式的问题
-    - 修复cascader 的treeData和value动态更新,选中值显示不正确的问题
+    - 修复 Empty 组件在 body theme-mode attribute 为非预期值时意外判定为暗色模式的问题 [#1023](https://github.com/DouyinFE/semi-design/issues/1023)
+    - 修复 cascader 的 treeData  value 动态更新,选中值显示不正确的问题 [#703](https://github.com/DouyinFE/semi-design/issues/703)
 
 
 #### 🎉 2.17.0-beta.0 (2022-08-09)
 #### 🎉 2.17.0-beta.0 (2022-08-09)
 - 【Feat】
 - 【Feat】
-    - Select 新增 A11y 键盘和焦点适配   [#205](https://github.com/DouyinFE/semi-design/issues/205)
-    - DatePicker 快捷选择面板支持方位选择  [#895](https://github.com/DouyinFE/semi-design/issues/895)
+    - Select 新增 A11y 键盘和焦点适配  [#205](https://github.com/DouyinFE/semi-design/issues/205)
+    - DatePicker 快捷选择面板支持方位选择 [#895](https://github.com/DouyinFE/semi-design/issues/895)
     - TagInput 支持拖拽排序。
     - TagInput 支持拖拽排序。
     - Collapse.Panel 新增API disabled 和 showArrow  [#188](https://github.com/DouyinFE/semi-design/issues/188)
     - Collapse.Panel 新增API disabled 和 showArrow  [#188](https://github.com/DouyinFE/semi-design/issues/188)
 - 【Fix】
 - 【Fix】

+ 1 - 1
lerna.json

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

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "@douyinfe/semi-animation-react",
   "name": "@douyinfe/semi-animation-react",
-  "version": "2.17.0-beta.0",
+  "version": "2.17.0-beta.1",
   "description": "motion library for semi-ui-react",
   "description": "motion library for semi-ui-react",
   "keywords": [
   "keywords": [
     "motion",
     "motion",
@@ -27,7 +27,7 @@
   "dependencies": {
   "dependencies": {
     "@babel/runtime-corejs3": "^7.15.4",
     "@babel/runtime-corejs3": "^7.15.4",
     "@douyinfe/semi-animation": "2.12.0",
     "@douyinfe/semi-animation": "2.12.0",
-    "@douyinfe/semi-animation-styled": "2.17.0-beta.0",
+    "@douyinfe/semi-animation-styled": "2.17.0-beta.1",
     "classnames": "^2.2.6"
     "classnames": "^2.2.6"
   },
   },
   "peerDependencies": {
   "peerDependencies": {

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "@douyinfe/semi-animation-styled",
   "name": "@douyinfe/semi-animation-styled",
-  "version": "2.17.0-beta.0",
+  "version": "2.17.0-beta.1",
   "description": "semi styled animation",
   "description": "semi styled animation",
   "keywords": [
   "keywords": [
     "semi",
     "semi",

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "@douyinfe/semi-animation",
   "name": "@douyinfe/semi-animation",
-  "version": "2.17.0-beta.0",
+  "version": "2.17.0-beta.1",
   "description": "animation base library for semi-ui",
   "description": "animation base library for semi-ui",
   "keywords": [
   "keywords": [
     "animation",
     "animation",

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "eslint-plugin-semi-design",
   "name": "eslint-plugin-semi-design",
-  "version": "2.17.0-beta.0",
+  "version": "2.17.0-beta.1",
   "description": "semi ui eslint plugin",
   "description": "semi ui eslint plugin",
   "keywords": [
   "keywords": [
     "semi",
     "semi",

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

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

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

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

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

@@ -1,6 +1,6 @@
 {
 {
   "name": "@douyinfe/semi-illustrations",
   "name": "@douyinfe/semi-illustrations",
-  "version": "2.17.0-beta.0",
+  "version": "2.17.0-beta.1",
   "description": "semi illustrations",
   "description": "semi illustrations",
   "keywords": [
   "keywords": [
     "semi",
     "semi",

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

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

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

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

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

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

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

@@ -1,6 +1,6 @@
 {
 {
     "name": "@douyinfe/semi-ui",
     "name": "@douyinfe/semi-ui",
-    "version": "2.17.0-beta.0",
+    "version": "2.17.0-beta.1",
     "description": "",
     "description": "",
     "main": "lib/cjs/index.js",
     "main": "lib/cjs/index.js",
     "module": "lib/es/index.js",
     "module": "lib/es/index.js",
@@ -15,11 +15,11 @@
     "dependencies": {
     "dependencies": {
         "@babel/runtime-corejs3": "^7.15.4",
         "@babel/runtime-corejs3": "^7.15.4",
         "@douyinfe/semi-animation": "2.12.0",
         "@douyinfe/semi-animation": "2.12.0",
-        "@douyinfe/semi-animation-react": "2.17.0-beta.0",
-        "@douyinfe/semi-foundation": "2.17.0-beta.0",
-        "@douyinfe/semi-icons": "2.17.0-beta.0",
+        "@douyinfe/semi-animation-react": "2.17.0-beta.1",
+        "@douyinfe/semi-foundation": "2.17.0-beta.1",
+        "@douyinfe/semi-icons": "2.17.0-beta.1",
         "@douyinfe/semi-illustrations": "2.15.0",
         "@douyinfe/semi-illustrations": "2.15.0",
-        "@douyinfe/semi-theme-default": "2.17.0-beta.0",
+        "@douyinfe/semi-theme-default": "2.17.0-beta.1",
         "async-validator": "^3.5.0",
         "async-validator": "^3.5.0",
         "classnames": "^2.2.6",
         "classnames": "^2.2.6",
         "copy-text-to-clipboard": "^2.1.1",
         "copy-text-to-clipboard": "^2.1.1",
@@ -72,7 +72,7 @@
         "@babel/plugin-transform-runtime": "^7.15.8",
         "@babel/plugin-transform-runtime": "^7.15.8",
         "@babel/preset-env": "^7.15.8",
         "@babel/preset-env": "^7.15.8",
         "@babel/preset-react": "^7.14.5",
         "@babel/preset-react": "^7.14.5",
-        "@douyinfe/semi-scss-compile": "2.17.0-beta.0",
+        "@douyinfe/semi-scss-compile": "2.17.0-beta.1",
         "@storybook/addon-knobs": "^6.3.1",
         "@storybook/addon-knobs": "^6.3.1",
         "@types/lodash": "^4.14.176",
         "@types/lodash": "^4.14.176",
         "@types/react": ">=16.0.0",
         "@types/react": ">=16.0.0",

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

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