Skip to content

Commit

Permalink
v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed Jan 31, 2023
1 parent 168989f commit e5c1331
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.6.0"
"version": "2.7.0"
}
2 changes: 1 addition & 1 deletion packages/amis-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-core",
"version": "2.6.0",
"version": "2.7.0",
"description": "amis-core",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "2.7.0",
"description": "",
"scripts": {
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@rc-component/mini-decimal": "^1.0.1",
"amis-core": "^2.6.0",
"amis-core": "^2.7.0",
"amis-formula": "^2.6.0",
"classnames": "2.3.1",
"codemirror": "^5.63.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/amis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis",
"version": "2.6.0",
"version": "2.7.0",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
]
},
"dependencies": {
"amis-core": "^2.6.0",
"amis-ui": "^2.6.0",
"amis-core": "^2.7.0",
"amis-ui": "^2.7.0",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.1",
Expand Down

0 comments on commit e5c1331

Please sign in to comment.