Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semi-bot committed Nov 26, 2021
1 parent e07cbd5 commit be28426
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 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.0"
"version": "2.1.1"
}
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.0",
"version": "2.1.1",
"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.0",
"@douyinfe/semi-animation-styled": "2.1.0",
"@douyinfe/semi-animation": "2.1.1",
"@douyinfe/semi-animation-styled": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"@douyinfe/semi-animation": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"@douyinfe/semi-webpack-plugin": "2.1.1",
"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.0",
"version": "2.1.1",
"description": "semi illustrations",
"keywords": [
"semi",
Expand Down
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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"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.0",
"version": "2.1.1",
"description": "",
"main": "lib/es/index.js",
"module": "lib/es/index.js",
Expand All @@ -19,11 +19,11 @@
},
"dependencies": {
"@babel/runtime-corejs3": "^7.15.4",
"@douyinfe/semi-animation-react": "2.1.0",
"@douyinfe/semi-foundation": "2.1.0",
"@douyinfe/semi-icons": "2.1.0",
"@douyinfe/semi-illustrations": "2.1.0",
"@douyinfe/semi-theme-default": "2.1.0",
"@douyinfe/semi-animation-react": "2.1.1",
"@douyinfe/semi-foundation": "2.1.1",
"@douyinfe/semi-icons": "2.1.1",
"@douyinfe/semi-illustrations": "2.1.1",
"@douyinfe/semi-theme-default": "2.1.1",
"@types/react-window": "^1.8.2",
"async-validator": "^3.5.0",
"classnames": "^2.2.6",
Expand Down Expand Up @@ -71,7 +71,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.0",
"@douyinfe/semi-scss-compile": "2.1.1",
"@storybook/addon-knobs": "^6.3.1",
"babel-loader": "^8.2.2",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
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.0",
"version": "2.1.1",
"description": "",
"author": "伍浩威 <[email protected]>",
"homepage": "",
Expand Down

0 comments on commit be28426

Please sign in to comment.