chore: update version

This commit is contained in:
thinkinggis 2020-01-15 00:08:13 +08:00
parent 308f51a83e
commit d447090554
10 changed files with 24 additions and 25 deletions

View File

@ -8,7 +8,6 @@ L7 能够满足常见的地图图表BI 系统的可视化分析、以及 GIS
![l7 demo](https://gw.alipayobjects.com/mdn/rms_855bab/afts/img/A*S-73QpO8d0YAAAAAAAAAAABkARQnAQ)
## 🌟 核心特性
🌏 数据驱动可视化展示

View File

@ -14,7 +14,7 @@
"message": "chore: publish"
}
},
"version": "2.0.1",
"version": "2.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-component",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -24,7 +24,7 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.1",
"@antv/l7-core": "^2.0.2",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"eventemitter3": "^4.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-core",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7",
"version": "2.0.1",
"version": "2.0.2",
"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.0.1",
"@antv/l7-core": "^2.0.1",
"@antv/l7-layers": "^2.0.1",
"@antv/l7-maps": "^2.0.1",
"@antv/l7-scene": "^2.0.1",
"@antv/l7-component": "^2.0.2",
"@antv/l7-core": "^2.0.2",
"@antv/l7-layers": "^2.0.2",
"@antv/l7-maps": "^2.0.2",
"@antv/l7-scene": "^2.0.2",
"@babel/runtime": "^7.7.7"
},
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-layers",
"version": "2.0.1",
"version": "2.0.2",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
@ -22,8 +22,8 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.1",
"@antv/l7-source": "^2.0.1",
"@antv/l7-core": "^2.0.2",
"@antv/l7-source": "^2.0.2",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"@mapbox/martini": "^0.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-maps",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -23,7 +23,7 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.1",
"@antv/l7-core": "^2.0.2",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"gl-matrix": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-renderer",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -25,7 +25,7 @@
"gl": "^4.4.0"
},
"dependencies": {
"@antv/l7-core": "^2.0.1",
"@antv/l7-core": "^2.0.2",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"lodash": "^4.17.15",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-scene",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -22,10 +22,10 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-component": "^2.0.1",
"@antv/l7-core": "^2.0.1",
"@antv/l7-maps": "^2.0.1",
"@antv/l7-renderer": "^2.0.1",
"@antv/l7-component": "^2.0.2",
"@antv/l7-core": "^2.0.2",
"@antv/l7-maps": "^2.0.2",
"@antv/l7-renderer": "^2.0.2",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",

View File

@ -1,6 +1,6 @@
{
"name": "@antv/l7-source",
"version": "2.0.1",
"version": "2.0.2",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
@ -24,7 +24,7 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.1",
"@antv/l7-core": "^2.0.2",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"@mapbox/geojson-rewind": "^0.4.0",