chore: update version

This commit is contained in:
thinkinggis 2020-08-21 08:34:19 +08:00
parent acc86524d6
commit e012a29336
3 changed files with 2 additions and 3 deletions

View File

@ -147,7 +147,7 @@
"lint": "run-p -c lint:*",
"commit": "git-cz",
"version": "lerna version --force-publish --conventional-commits --exact --no-changelog",
"version:prerelease": "lerna version --conventional-prerelease",
"version:prerelease": "lerna version --force-publish --conventional-prerelease",
"prerelease": "yarn build && yarn bundle",
"release": "lerna publish from-package --registry https://registry.npmjs.com/ --force-publish",
"release-cdn": "antv-bin upload -n @antv/l7",

View File

@ -1,2 +1,2 @@
const version = '2.2.32';
const version = '2.2.33';
export { version };

View File

@ -14,7 +14,6 @@ export default class HexagonLayerDemo extends React.Component {
}
}
public async componentDidMount() {
const scene = new Scene({
id: 'map',
map: new GaodeMap({