mirror of https://gitee.com/antv-l7/antv-l7
chore: update version
This commit is contained in:
parent
acc86524d6
commit
e012a29336
|
@ -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",
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
const version = '2.2.32';
|
||||
const version = '2.2.33';
|
||||
export { version };
|
||||
|
|
|
@ -14,7 +14,6 @@ export default class HexagonLayerDemo extends React.Component {
|
|||
}
|
||||
}
|
||||
public async componentDidMount() {
|
||||
|
||||
const scene = new Scene({
|
||||
id: 'map',
|
||||
map: new GaodeMap({
|
||||
|
|
Loading…
Reference in New Issue