Skip to content

Commit

Permalink
chore: 2.0.1 (#4844)
Browse files Browse the repository at this point in the history
* 发布 2.0.1

* 发布 2.0.1

* 避免修改依赖的版本号

* 还原版本

* 更新版本
  • Loading branch information
吴多益 authored Jul 11, 2022
1 parent a33a5d1 commit 462758b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.0.0"
"version": "2.0.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky install",
"coverage": "jest --coverage",
"version": "lerna version",
"release": "npm run build --workspaces && lerna publish from-package --registry=https://registry.npmjs.org",
"release": "npm run build --workspaces && lerna publish from-package --registry=https://registry.npmjs.org --ignore-scripts",
"publish-to-internal": "sh ./publish-to-internal.sh"
},
"dependencies": {
Expand Down
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.0.0",
"version": "2.0.1",
"description": "amis-core",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"esm"
],
"dependencies": {
"amis-formula": "*",
"amis-formula": "^2.0.1",
"classnames": "2.3.1",
"file-saver": "^2.0.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down Expand Up @@ -98,5 +98,5 @@
}
}
},
"gitHead": "6affe8e364da3f1fe062c338237a8d1f0f304866"
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
4 changes: 2 additions & 2 deletions packages/amis-formula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amis-formula",
"version": "2.0.0",
"version": "2.0.1",
"description": "负责 amis 里面的表达式实现,内置公式,编辑器等",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -96,5 +96,5 @@
}
}
},
"gitHead": "6affe8e364da3f1fe062c338237a8d1f0f304866"
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}
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.0.0",
"version": "2.0.1",
"description": "",
"scripts": {
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
Expand Down Expand Up @@ -33,8 +33,8 @@
}
},
"dependencies": {
"amis-core": "*",
"amis-formula": "*",
"amis-core": "^2.0.1",
"amis-formula": "^2.0.1",
"classnames": "2.3.1",
"codemirror": "^5.63.0",
"downshift": "6.1.7",
Expand Down Expand Up @@ -134,5 +134,5 @@
}
}
},
"gitHead": "6affe8e364da3f1fe062c338237a8d1f0f304866"
"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.0.0",
"version": "2.0.1",
"description": "一种MIS页面生成工具",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
]
},
"dependencies": {
"amis-core": "*",
"amis-ui": "*",
"amis-core": "^2.0.1",
"amis-ui": "^2.0.1",
"ansi-to-react": "^6.1.6",
"attr-accept": "2.2.2",
"blueimp-canvastoblob": "2.1.0",
Expand Down Expand Up @@ -221,5 +221,5 @@
"react": ">=16.8.6",
"react-dom": ">=16.8.6"
},
"gitHead": "6affe8e364da3f1fe062c338237a8d1f0f304866"
"gitHead": "37d23b4a8eb1c663bc38e8dd9040889ea1526ec4"
}

0 comments on commit 462758b

Please sign in to comment.