Skip to content

Commit

Permalink
v2.72.2-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
田丰 committed Jan 3, 2025
1 parent 65b8c22 commit 49ecf64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.72.2-alpha.1"
"version": "2.72.2-alpha.2"
}
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.72.2-alpha.1",
"version": "2.72.2-alpha.2",
"description": "",
"scripts": {
"build:lib": "node ./scripts/compileLib.js",
"prepublishOnly": "npm run build:lib"
},
"dependencies": {
"@douyinfe/semi-animation": "2.72.0",
"@douyinfe/semi-json-viewer-core": "2.72.2-alpha.1",
"@douyinfe/semi-json-viewer-core": "2.72.2-alpha.2",
"@mdx-js/mdx": "^3.0.1",
"async-validator": "^3.5.0",
"classnames": "^2.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/semi-json-viewer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@douyinfe/semi-json-viewer-core",
"version": "2.72.2-alpha.1",
"version": "2.72.2-alpha.2",
"description": "",
"main": "lib/index.js",
"module": "lib/index.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.72.2-alpha.1",
"version": "2.72.2-alpha.2",
"description": "A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.",
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
Expand All @@ -22,7 +22,7 @@
"@dnd-kit/utilities": "^3.2.1",
"@douyinfe/semi-animation": "2.72.0",
"@douyinfe/semi-animation-react": "2.72.0",
"@douyinfe/semi-foundation": "2.72.2-alpha.1",
"@douyinfe/semi-foundation": "2.72.2-alpha.2",
"@douyinfe/semi-icons": "2.72.0",
"@douyinfe/semi-illustrations": "2.72.0",
"@douyinfe/semi-theme-default": "2.72.0",
Expand Down

0 comments on commit 49ecf64

Please sign in to comment.