From 730c0444d94ef04520b877dc1f0571dad843fcbd Mon Sep 17 00:00:00 2001 From: thinkinggis Date: Fri, 20 Mar 2020 19:29:43 +0800 Subject: [PATCH] chore: publish --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/component/CHANGELOG.md | 8 ++++++++ packages/component/package.json | 6 +++--- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 4 ++-- packages/draw/CHANGELOG.md | 11 +++++++++++ packages/draw/package.json | 4 ++-- packages/l7/CHANGELOG.md | 11 +++++++++++ packages/l7/package.json | 12 ++++++------ packages/layers/CHANGELOG.md | 8 ++++++++ packages/layers/package.json | 8 ++++---- packages/maps/CHANGELOG.md | 8 ++++++++ packages/maps/package.json | 6 +++--- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 6 +++--- packages/renderer/CHANGELOG.md | 8 ++++++++ packages/renderer/package.json | 4 ++-- packages/scene/CHANGELOG.md | 8 ++++++++ packages/scene/package.json | 12 ++++++------ packages/source/CHANGELOG.md | 8 ++++++++ packages/source/package.json | 6 +++--- packages/utils/CHANGELOG.md | 8 ++++++++ packages/utils/package.json | 2 +- 24 files changed, 145 insertions(+), 36 deletions(-) create mode 100644 packages/draw/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e1e5fee7..674ebe8b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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 9d22d09a24..2f67be8eb7 100644 --- a/lerna.json +++ b/lerna.json @@ -14,7 +14,7 @@ "message": "chore: publish" } }, - "version": "2.1.4", + "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 2f75cf0447..d67b1e3ee7 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-component", - "version": "2.1.4", + "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.4", - "@antv/l7-utils": "^2.1.4", + "@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 1495ddca70..5f9cd75215 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-core", - "version": "2.1.4", + "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.4", + "@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 87c5262cee..2326a09b4b 100644 --- a/packages/draw/package.json +++ b/packages/draw/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-draw", - "version": "2.1.4", + "version": "2.1.5", "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", "keywords": [], "author": "thinkinggis ", @@ -32,7 +32,7 @@ "test": "jest" }, "dependencies": { - "@antv/l7": "^2.1.3", + "@antv/l7": "^2.1.5", "@babel/runtime": "^7.7.7" }, "bugs": { 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 f0b68a11ae..1dea7dc301 100644 --- a/packages/l7/package.json +++ b/packages/l7/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7", - "version": "2.1.4", + "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.4", - "@antv/l7-core": "^2.1.4", - "@antv/l7-layers": "^2.1.4", - "@antv/l7-maps": "^2.1.4", - "@antv/l7-scene": "^2.1.4", + "@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 22d5a024e0..6cec6ee4ab 100644 --- a/packages/layers/package.json +++ b/packages/layers/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-layers", - "version": "2.1.4", + "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.4", - "@antv/l7-source": "^2.1.4", - "@antv/l7-utils": "^2.1.4", + "@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 140f51ed95..d317ccbcb6 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-maps", - "version": "2.1.4", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js", @@ -23,8 +23,8 @@ "author": "xiaoiver", "license": "ISC", "dependencies": { - "@antv/l7-core": "^2.1.4", - "@antv/l7-utils": "^2.1.4", + "@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 988378f5b3..4614605e09 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-react", - "version": "2.1.4", + "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.4", - "@antv/l7-maps": "^2.1.4", + "@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 ac572c665a..30936b3c79 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-renderer", - "version": "2.1.4", + "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.4", + "@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 21e323a9ea..7dd49d2413 100644 --- a/packages/scene/package.json +++ b/packages/scene/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-scene", - "version": "2.1.4", + "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.4", - "@antv/l7-core": "^2.1.4", - "@antv/l7-maps": "^2.1.4", - "@antv/l7-renderer": "^2.1.4", - "@antv/l7-utils": "^2.1.4", + "@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 8a62b3ad12..698aaf3130 100644 --- a/packages/source/package.json +++ b/packages/source/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-source", - "version": "2.1.4", + "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.4", - "@antv/l7-utils": "^2.1.4", + "@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 775f47ad27..f5a5fd5a51 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@antv/l7-utils", - "version": "2.1.4", + "version": "2.1.5", "description": "", "main": "lib/index.js", "module": "es/index.js",