Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semi-bot committed Dec 3, 2021
1 parent 6aa4a6e commit c6ce83a
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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.1.4-alpha.0"
"version": "2.1.4"
}
6 changes: 3 additions & 3 deletions packages/semi-animation-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-animation-react",
"version": "2.1.3",
"version": "2.1.4",
"description": "motion library for semi-ui-react",
"keywords": [
"motion",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.15.4",
"@douyinfe/semi-animation": "2.1.3",
"@douyinfe/semi-animation-styled": "2.1.3",
"@douyinfe/semi-animation": "2.1.4",
"@douyinfe/semi-animation-styled": "2.1.4",
"classnames": "^2.2.6"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-animation-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-animation-styled",
"version": "2.1.3",
"version": "2.1.4",
"description": "semi styled animation",
"keywords": [
"semi",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-animation",
"version": "2.1.3",
"version": "2.1.4",
"description": "animation base library for semi-ui",
"keywords": [
"animation",
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-foundation/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@douyinfe/semi-foundation",
"version": "2.1.3",
"version": "2.1.4",
"description": "",
"scripts": {
"build:lib": "node ./scripts/compileLib.js",
"prepublishOnly": "npm run build:lib"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.15.4",
"@douyinfe/semi-animation": "2.1.3",
"@douyinfe/semi-animation": "2.1.4",
"async-validator": "^3.5.0",
"classnames": "^2.2.6",
"date-fns": "^2.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-icons",
"version": "2.1.3",
"version": "2.1.4",
"description": "semi icons",
"keywords": [
"semi",
Expand Down Expand Up @@ -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.3",
"@douyinfe/semi-webpack-plugin": "2.1.4",
"babel-loader": "^8.2.2",
"css-loader": "4.3.0",
"del": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-illustrations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-illustrations",
"version": "2.1.3",
"version": "2.1.4",
"description": "semi illustrations",
"keywords": [
"semi",
Expand Down
4 changes: 2 additions & 2 deletions packages/semi-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-next",
"version": "2.1.3",
"version": "2.1.4",
"description": "Plugin that support Semi Design in Next.js",
"author": "伍浩威 <[email protected]>",
"homepage": "",
Expand All @@ -23,6 +23,6 @@
"typescript": "^4"
},
"dependencies": {
"@douyinfe/semi-webpack-plugin": "2.1.3"
"@douyinfe/semi-webpack-plugin": "2.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/semi-scss-compile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-scss-compile",
"version": "2.1.3",
"version": "2.1.4",
"description": "compile semi scss to css",
"author": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-theme-default",
"version": "2.1.3",
"version": "2.1.4",
"description": "semi-theme-default",
"keywords": [
"semi-theme",
Expand Down
14 changes: 7 additions & 7 deletions packages/semi-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-ui",
"version": "2.1.4-alpha.0",
"version": "2.1.4",
"description": "",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand All @@ -14,11 +14,11 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.15.4",
"@douyinfe/semi-animation-react": "2.1.3",
"@douyinfe/semi-foundation": "2.1.3",
"@douyinfe/semi-icons": "2.1.3",
"@douyinfe/semi-illustrations": "2.1.3",
"@douyinfe/semi-theme-default": "2.1.3",
"@douyinfe/semi-animation-react": "2.1.4",
"@douyinfe/semi-foundation": "2.1.4",
"@douyinfe/semi-icons": "2.1.4",
"@douyinfe/semi-illustrations": "2.1.4",
"@douyinfe/semi-theme-default": "2.1.4",
"@types/react-window": "^1.8.2",
"async-validator": "^3.5.0",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -66,7 +66,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.3",
"@douyinfe/semi-scss-compile": "2.1.4",
"@storybook/addon-knobs": "^6.3.1",
"@types/lodash": "^4.14.176",
"babel-loader": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-webpack-plugin",
"version": "2.1.3",
"version": "2.1.4",
"description": "",
"author": "伍浩威 <[email protected]>",
"homepage": "",
Expand Down

0 comments on commit c6ce83a

Please sign in to comment.