diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e1e5fee7..561a470dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +### Bug Fixes + +- observerable 打包问题 ([412e2a8](https://github.com/antvis/L7/commit/412e2a83f78a9a448f0a5b65ccaf2ea97f78b47a)) +- picking ([d6c6694](https://github.com/antvis/L7/commit/d6c66941323fb21e6810e1d72d5b43e40867be71)) + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9b40754b6e..2f67be8eb7 100644 --- a/lerna.json +++ b/lerna.json @@ -14,7 +14,7 @@ "message": "chore: publish" } }, - "version": "2.1.3", + "version": "2.1.5", "npmClient": "yarn", "useWorkspaces": true, "publishConfig": { diff --git a/packages/component/CHANGELOG.md b/packages/component/CHANGELOG.md index b5e21a8c2d..a9afea3818 100644 --- a/packages/component/CHANGELOG.md +++ b/packages/component/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-component + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/component/package.json b/packages/component/package.json index 925dd7c84e..d67b1e3ee7 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -24,8 +24,8 @@ "author": "lzxue", "license": "ISC", "dependencies": { - "@antv/l7-core": "^2.1.3", - "@antv/l7-utils": "^2.1.3", + "@antv/l7-core": "^2.1.5", + "@antv/l7-utils": "^2.1.5", "@babel/runtime": "^7.7.7", "eventemitter3": "^4.0.0", "inversify": "^5.0.1", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fbea640b50..3e916d78c1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + + +### Bug Fixes + +* picking ([d6c6694](https://github.com/antvis/L7/commit/d6c66941323fb21e6810e1d72d5b43e40867be71)) + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/core/package.json b/packages/core/package.json index a3a23eab5e..5f9cd75215 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -23,7 +23,7 @@ "license": "ISC", "dependencies": { "@antv/async-hook": "^2.1.0", - "@antv/l7-utils": "^2.1.3", + "@antv/l7-utils": "^2.1.5", "@babel/runtime": "^7.7.7", "@mapbox/tiny-sdf": "^1.1.1", "ajv": "^6.10.2", diff --git a/packages/draw/CHANGELOG.md b/packages/draw/CHANGELOG.md new file mode 100644 index 0000000000..41e87ba5fb --- /dev/null +++ b/packages/draw/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + + +### Bug Fixes + +* observerable打包问题 ([412e2a8](https://github.com/antvis/L7/commit/412e2a83f78a9a448f0a5b65ccaf2ea97f78b47a)) diff --git a/packages/draw/package.json b/packages/draw/package.json index bed695d3e9..cc6f3795cf 100644 --- a/packages/draw/package.json +++ b/packages/draw/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-draw", - "version": "2.1.3", + "version": "2.1.5", "description": "L7 Draw moudules", "keywords": [], "author": "thinkinggis ", diff --git a/packages/l7/CHANGELOG.md b/packages/l7/CHANGELOG.md index 6bb0163361..b537fe7087 100644 --- a/packages/l7/CHANGELOG.md +++ b/packages/l7/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + + +### Bug Fixes + +* observerable打包问题 ([412e2a8](https://github.com/antvis/L7/commit/412e2a83f78a9a448f0a5b65ccaf2ea97f78b47a)) + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/l7/package.json b/packages/l7/package.json index 70a4f71e6c..1dea7dc301 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.1.3", + "version": "2.1.5", "description": "A Large-scale WebGL-powered Geospatial Data Visualization", "main": "lib/index.js", "module": "es/index.js", @@ -24,11 +24,11 @@ "author": "antv", "license": "MIT", "dependencies": { - "@antv/l7-component": "^2.1.3", - "@antv/l7-core": "^2.1.3", - "@antv/l7-layers": "^2.1.3", - "@antv/l7-maps": "^2.1.3", - "@antv/l7-scene": "^2.1.3", + "@antv/l7-component": "^2.1.5", + "@antv/l7-core": "^2.1.5", + "@antv/l7-layers": "^2.1.5", + "@antv/l7-maps": "^2.1.5", + "@antv/l7-scene": "^2.1.5", "@babel/runtime": "^7.7.7" }, "gitHead": "a5d354b66873f700730248d015c5e539c54b34b7", diff --git a/packages/layers/CHANGELOG.md b/packages/layers/CHANGELOG.md index c777c36315..8dd13e29a7 100644 --- a/packages/layers/CHANGELOG.md +++ b/packages/layers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-layers + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/layers/package.json b/packages/layers/package.json index 7bbd071aac..6cec6ee4ab 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.1.3", + "version": "2.1.5", "description": "L7's collection of built-in layers", "main": "lib/index.js", "module": "es/index.js", @@ -23,9 +23,9 @@ "license": "ISC", "dependencies": { "@antv/async-hook": "^2.1.0", - "@antv/l7-core": "^2.1.3", - "@antv/l7-source": "^2.1.3", - "@antv/l7-utils": "^2.1.3", + "@antv/l7-core": "^2.1.5", + "@antv/l7-source": "^2.1.5", + "@antv/l7-utils": "^2.1.5", "@babel/runtime": "^7.7.7", "@mapbox/martini": "^0.1.0", "@turf/meta": "^6.0.2", diff --git a/packages/maps/CHANGELOG.md b/packages/maps/CHANGELOG.md index 1c61356641..6a0ed9a0fc 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-maps + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/maps/package.json b/packages/maps/package.json index 7bbaf9a44e..2b9902ef36 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -25,8 +25,8 @@ "author": "xiaoiver", "license": "ISC", "dependencies": { - "@antv/l7-core": "^2.1.3", - "@antv/l7-utils": "^2.1.3", + "@antv/l7-core": "^2.1.5", + "@antv/l7-utils": "^2.1.5", "@babel/runtime": "^7.7.7", "@types/amap-js-api": "^1.4.6", "gl-matrix": "^3.1.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 4c0c0cbe94..c447d8f849 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-react + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) **Note:** Version bump only for package @antv/l7-react diff --git a/packages/react/package.json b/packages/react/package.json index 1982f1155a..4614605e09 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-react", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -24,8 +24,8 @@ "author": "lzxue", "license": "ISC", "dependencies": { - "@antv/l7": "^2.1.3", - "@antv/l7-maps": "^2.1.3", + "@antv/l7": "^2.1.5", + "@antv/l7-maps": "^2.1.5", "@babel/runtime": "^7.7.7", "load-styles": "^2.0.0" }, diff --git a/packages/renderer/CHANGELOG.md b/packages/renderer/CHANGELOG.md index 888f8310fc..260cbc75b8 100644 --- a/packages/renderer/CHANGELOG.md +++ b/packages/renderer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-renderer + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/renderer/package.json b/packages/renderer/package.json index 91520c9bbc..30936b3c79 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -25,7 +25,7 @@ "gl": "^4.4.0" }, "dependencies": { - "@antv/l7-core": "^2.1.3", + "@antv/l7-core": "^2.1.5", "@babel/runtime": "^7.7.7", "inversify": "^5.0.1", "lodash": "^4.17.15", diff --git a/packages/scene/CHANGELOG.md b/packages/scene/CHANGELOG.md index c66ff05633..b05143e58a 100644 --- a/packages/scene/CHANGELOG.md +++ b/packages/scene/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-scene + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) diff --git a/packages/scene/package.json b/packages/scene/package.json index 0f1651f052..7dd49d2413 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -22,11 +22,11 @@ "author": "xiaoiver", "license": "ISC", "dependencies": { - "@antv/l7-component": "^2.1.3", - "@antv/l7-core": "^2.1.3", - "@antv/l7-maps": "^2.1.3", - "@antv/l7-renderer": "^2.1.3", - "@antv/l7-utils": "^2.1.3", + "@antv/l7-component": "^2.1.5", + "@antv/l7-core": "^2.1.5", + "@antv/l7-maps": "^2.1.5", + "@antv/l7-renderer": "^2.1.5", + "@antv/l7-utils": "^2.1.5", "@babel/runtime": "^7.7.7", "inversify": "^5.0.1", "mapbox-gl": "^1.2.1", diff --git a/packages/source/CHANGELOG.md b/packages/source/CHANGELOG.md index 7d46e5e72b..db52af674c 100644 --- a/packages/source/CHANGELOG.md +++ b/packages/source/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-source + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) **Note:** Version bump only for package @antv/l7-source diff --git a/packages/source/package.json b/packages/source/package.json index 9ead58c955..698aaf3130 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -25,8 +25,8 @@ "license": "ISC", "dependencies": { "@antv/async-hook": "^2.1.0", - "@antv/l7-core": "^2.1.3", - "@antv/l7-utils": "^2.1.3", + "@antv/l7-core": "^2.1.5", + "@antv/l7-utils": "^2.1.5", "@babel/runtime": "^7.7.7", "@mapbox/geojson-rewind": "^0.4.0", "@turf/helpers": "^6.1.4", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a41c8598d7..8ba794d5c8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20) + +**Note:** Version bump only for package @antv/l7-utils + + + + + ## [2.1.3](https://github.com/antvis/L7/compare/v2.0.36...v2.1.3) (2020-03-17) **Note:** Version bump only for package @antv/l7-utils diff --git a/packages/utils/package.json b/packages/utils/package.json index db17f49170..f5a5fd5a51 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.1.3", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js",