Skip to content

Commit

Permalink
v2.0.9-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Nov 24, 2021
1 parent c938faa commit 630999f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0.9-alpha.0"
"version": "2.0.9-alpha.1"
}
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.0.9-alpha.0",
"version": "2.0.9-alpha.1",
"description": "",
"scripts": {
"build:lib": "node ./scripts/compileLib.js",
Expand Down
4 changes: 2 additions & 2 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.0.9-alpha.0",
"version": "2.0.9-alpha.1",
"description": "",
"main": "lib/es/index.js",
"module": "lib/es/index.js",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@babel/runtime-corejs3": "^7.15.4",
"@douyinfe/semi-animation-react": "2.0.8",
"@douyinfe/semi-foundation": "2.0.9-alpha.0",
"@douyinfe/semi-foundation": "2.0.9-alpha.1",
"@douyinfe/semi-icons": "2.0.9-alpha.0",
"@douyinfe/semi-illustrations": "2.0.9-alpha.0",
"@douyinfe/semi-theme-default": "2.0.8",
Expand Down

0 comments on commit 630999f

Please sign in to comment.