Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed Feb 1, 2023
1 parent b30a7ef commit 3f5fc04
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,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "2.7.0"
"version": "2.7.1"
}
2 changes: 1 addition & 1 deletion packages/amis-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"version": "2.7.0",
"version": "2.7.1",
"description": "",
"scripts": {
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
Expand Down
4 changes: 2 additions & 2 deletions packages/amis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis",
"version": "2.7.0",
"version": "2.7.1",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"amis-core": "^2.7.0",
"amis-ui": "^2.7.0",
"amis-ui": "^2.7.1",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.1",
Expand Down

0 comments on commit 3f5fc04

Please sign in to comment.