Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Mar 26, 2020
1 parent fd934e8 commit 0f67b98
Show file tree
Hide file tree
Showing 24 changed files with 141 additions and 36 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)


### Bug Fixes

* 修复颜色纹理取色问题 & 图片标注默认颜色问题 ([9d6b198](https://github.com/antvis/L7/commit/9d6b198f76b44c55ce0a094c6649c9e4130a398b))





## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"message": "chore: publish"
}
},
"version": "2.1.6",
"version": "2.1.7",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-component





## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-component",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,8 +24,8 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.1.6",
"@antv/l7-utils": "^2.1.6",
"@antv/l7-core": "^2.1.7",
"@antv/l7-utils": "^2.1.7",
"@babel/runtime": "^7.7.7",
"eventemitter3": "^4.0.0",
"inversify": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-core





## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-core",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,7 +23,7 @@
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.1.0",
"@antv/l7-utils": "^2.1.6",
"@antv/l7-utils": "^2.1.7",
"@babel/runtime": "^7.7.7",
"@mapbox/tiny-sdf": "^1.1.1",
"ajv": "^6.10.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/draw/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-draw





## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/draw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-draw",
"version": "2.1.6",
"version": "2.1.7",
"description": "L7 Draw moudules",
"keywords": [],
"author": "thinkinggis <lzx199065@gmail.com>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "jest"
},
"dependencies": {
"@antv/l7": "^2.1.6",
"@antv/l7": "^2.1.7",
"@babel/runtime": "^7.7.7",
"@turf/circle": "^6.0.1",
"@turf/distance": "^6.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/l7/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7





## [2.1.5](https://github.com/antvis/L7/compare/v2.1.4...v2.1.5) (2020-03-20)


Expand Down
12 changes: 6 additions & 6 deletions packages/l7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "2.1.6",
"version": "2.1.7",
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,11 +24,11 @@
"author": "antv",
"license": "MIT",
"dependencies": {
"@antv/l7-component": "^2.1.6",
"@antv/l7-core": "^2.1.6",
"@antv/l7-layers": "^2.1.6",
"@antv/l7-maps": "^2.1.6",
"@antv/l7-scene": "^2.1.6",
"@antv/l7-component": "^2.1.7",
"@antv/l7-core": "^2.1.7",
"@antv/l7-layers": "^2.1.7",
"@antv/l7-maps": "^2.1.7",
"@antv/l7-scene": "^2.1.7",
"@babel/runtime": "^7.7.7"
},
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
Expand Down
11 changes: 11 additions & 0 deletions packages/layers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)


### Bug Fixes

* 修复颜色纹理取色问题 & 图片标注默认颜色问题 ([9d6b198](https://github.com/antvis/L7/commit/9d6b198f76b44c55ce0a094c6649c9e4130a398b))





## [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
Expand Down
8 changes: 4 additions & 4 deletions packages/layers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-layers",
"version": "2.1.6",
"version": "2.1.7",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,9 +23,9 @@
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.1.0",
"@antv/l7-core": "^2.1.6",
"@antv/l7-source": "^2.1.6",
"@antv/l7-utils": "^2.1.6",
"@antv/l7-core": "^2.1.7",
"@antv/l7-source": "^2.1.7",
"@antv/l7-utils": "^2.1.7",
"@babel/runtime": "^7.7.7",
"@mapbox/martini": "^0.1.0",
"@turf/meta": "^6.0.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/maps/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-maps





## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/maps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-maps",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,8 +25,8 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.1.6",
"@antv/l7-utils": "^2.1.6",
"@antv/l7-core": "^2.1.7",
"@antv/l7-utils": "^2.1.7",
"@babel/runtime": "^7.7.7",
"@types/amap-js-api": "^1.4.6",
"gl-matrix": "^3.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-react





## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-react",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,8 +24,8 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7": "^2.1.6",
"@antv/l7-maps": "^2.1.6",
"@antv/l7": "^2.1.7",
"@antv/l7-maps": "^2.1.7",
"@babel/runtime": "^7.7.7",
"load-styles": "^2.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-renderer





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-renderer",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,7 +25,7 @@
"gl": "^4.4.0"
},
"dependencies": {
"@antv/l7-core": "^2.1.6",
"@antv/l7-core": "^2.1.7",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
8 changes: 8 additions & 0 deletions packages/scene/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-scene





## [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
Expand Down
12 changes: 6 additions & 6 deletions packages/scene/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-scene",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,11 +22,11 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-component": "^2.1.6",
"@antv/l7-core": "^2.1.6",
"@antv/l7-maps": "^2.1.6",
"@antv/l7-renderer": "^2.1.6",
"@antv/l7-utils": "^2.1.6",
"@antv/l7-component": "^2.1.7",
"@antv/l7-core": "^2.1.7",
"@antv/l7-maps": "^2.1.7",
"@antv/l7-renderer": "^2.1.7",
"@antv/l7-utils": "^2.1.7",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"mapbox-gl": "^1.2.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)

**Note:** Version bump only for package @antv/l7-source





## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-source",
"version": "2.1.6",
"version": "2.1.7",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,8 +25,8 @@
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.1.0",
"@antv/l7-core": "^2.1.6",
"@antv/l7-utils": "^2.1.6",
"@antv/l7-core": "^2.1.7",
"@antv/l7-utils": "^2.1.7",
"@babel/runtime": "^7.7.7",
"@mapbox/geojson-rewind": "^0.4.0",
"@turf/helpers": "^6.1.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7](https://github.com/antvis/L7/compare/v2.1.6...v2.1.7) (2020-03-26)


### Bug Fixes

* 修复颜色纹理取色问题 & 图片标注默认颜色问题 ([9d6b198](https://github.com/antvis/L7/commit/9d6b198f76b44c55ce0a094c6649c9e4130a398b))





## [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
Expand Down
Loading

0 comments on commit 0f67b98

Please sign in to comment.