Skip to content

Commit

Permalink
bump: amis 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lurunze1226 committed Mar 31, 2023
1 parent 45965d8 commit 19db1a8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"packages/amis",
"packages/office-viewer"
],
"version": "2.8.0"
"version": "2.9.0"
}
6 changes: 3 additions & 3 deletions packages/amis-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-core",
"version": "2.8.0",
"version": "2.9.0",
"description": "amis-core",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"esm"
],
"dependencies": {
"amis-formula": "^2.8.0",
"amis-formula": "^2.9.0",
"classnames": "2.3.1",
"file-saver": "^2.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down Expand Up @@ -102,4 +102,4 @@
]
},
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
}
2 changes: 1 addition & 1 deletion packages/amis-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-formula",
"version": "2.8.0",
"version": "2.9.0",
"description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
8 changes: 4 additions & 4 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.8.0",
"version": "2.9.0",
"description": "",
"scripts": {
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"dependencies": {
"@rc-component/mini-decimal": "^1.0.1",
"amis-core": "^2.8.0",
"amis-formula": "^2.8.0",
"amis-core": "^2.9.0",
"amis-formula": "^2.9.0",
"classnames": "2.3.1",
"codemirror": "^5.63.0",
"downshift": "6.1.12",
Expand Down Expand Up @@ -142,4 +142,4 @@
]
},
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
}
8 changes: 4 additions & 4 deletions packages/amis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis",
"version": "2.8.0",
"version": "2.9.0",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
]
},
"dependencies": {
"amis-core": "^2.8.0",
"amis-ui": "^2.8.0",
"amis-core": "^2.9.0",
"amis-ui": "^2.9.0",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.1",
Expand Down Expand Up @@ -243,4 +243,4 @@
"react-dom": ">=16.8.6"
},
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
}

0 comments on commit 19db1a8

Please sign in to comment.