Skip to content

Commit

Permalink
bump: 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed May 31, 2024
1 parent c2d29d5 commit 2299d9a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion examples/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
'classnames': __moduleId('classnames'),
'axios': __moduleId('axios'),
'exceljs': __moduleId('exceljs'),
'fflate': __moduleId('fflate'),
'moment': __moduleId('moment'),
'mobx': __moduleId('mobx'),
'mobx-react': __moduleId('mobx-react'),
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages/amis-editor"
],
"useWorkspaces": false,
"version": "6.4.1"
"version": "6.5.0"
}
4 changes: 2 additions & 2 deletions packages/amis-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-core",
"version": "6.4.1",
"version": "6.5.0",
"description": "amis-core",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"@rc-component/mini-decimal": "^1.0.1",
"amis-formula": "^6.4.1",
"amis-formula": "^6.5.0",
"classnames": "2.3.2",
"file-saver": "^2.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/amis-editor-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-editor-core",
"version": "6.4.1",
"version": "6.5.0",
"description": "amis 可视化编辑器",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/amis-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-editor",
"version": "6.4.1",
"version": "6.5.0",
"description": "amis 可视化编辑器",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
],
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.6.0",
"amis-editor-core": "^6.4.1",
"amis-editor-core": "^6.5.0",
"amis-postcss": "1.0.0",
"amis-theme-editor-helper": "*",
"i18n-runtime": "*",
Expand Down
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": "6.4.1",
"version": "6.5.0",
"description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down
6 changes: 3 additions & 3 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": "6.4.1",
"version": "6.5.0",
"description": "",
"scripts": {
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@rc-component/mini-decimal": "^1.0.1",
"amis-core": "^6.4.1",
"amis-formula": "^6.4.1",
"amis-core": "^6.5.0",
"amis-formula": "^6.5.0",
"classnames": "2.3.2",
"codemirror": "^5.63.0",
"downshift": "6.1.12",
Expand Down
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": "6.4.1",
"version": "6.5.0",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
}
],
"dependencies": {
"amis-core": "^6.4.1",
"amis-ui": "^6.4.1",
"amis-core": "^6.5.0",
"amis-ui": "^6.5.0",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
"classnames": "2.3.2",
Expand Down Expand Up @@ -244,4 +244,4 @@
"react-dom": ">=16.8.6"
},
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
}

0 comments on commit 2299d9a

Please sign in to comment.