Skip to content

Commit

Permalink
chore(update version): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Jan 9, 2020
1 parent 495bf19 commit 5a24eff
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 35 deletions.
2 changes: 0 additions & 2 deletions docs/api/changelog.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ order: 10
• 修复 babel 打包问题
• 修复地图组件加载报错问题
• 修复样式配置 strokeColor- stroke

## 2019.11.22 2.0beta
2 changes: 0 additions & 2 deletions docs/api/changelog.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,3 @@ order: 10
• 修复地图组件加载报错问题

• 修复样式配置 strokeColor- stroke

## 2019.11.22 2.0beta
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.0.0",
"version": "2.0.1",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
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.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,8 +24,8 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.0",
"@antv/l7-utils": "^2.0.0",
"@antv/l7-core": "^2.0.1",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"eventemitter3": "^4.0.0",
"inversify": "^5.0.1",
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.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,7 +22,7 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-utils": "^2.0.0",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"@mapbox/tiny-sdf": "^1.1.1",
"ajv": "^6.10.2",
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.0.0",
"version": "2.0.1",
"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.0.0",
"@antv/l7-core": "^2.0.0",
"@antv/l7-layers": "^2.0.0",
"@antv/l7-maps": "^2.0.0",
"@antv/l7-scene": "^2.0.0",
"@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",
"@babel/runtime": "^7.7.7"
},
"gitHead": "00d23ef70d9ec76eec26833fc50ac18fe584cf26",
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.0.0",
"version": "2.0.1",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,9 +22,9 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.0",
"@antv/l7-source": "^2.0.0",
"@antv/l7-utils": "^2.0.0",
"@antv/l7-core": "^2.0.1",
"@antv/l7-source": "^2.0.1",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"@mapbox/martini": "^0.1.0",
"@turf/meta": "^6.0.2",
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.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,8 +23,8 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.0",
"@antv/l7-utils": "^2.0.0",
"@antv/l7-core": "^2.0.1",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"gl-matrix": "^3.1.0",
"inversify": "^5.0.1",
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.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,7 +25,7 @@
"gl": "^4.4.0"
},
"dependencies": {
"@antv/l7-core": "^2.0.0",
"@antv/l7-core": "^2.0.1",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"lodash": "^4.17.15",
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.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,11 +22,11 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-component": "^2.0.0",
"@antv/l7-core": "^2.0.0",
"@antv/l7-maps": "^2.0.0",
"@antv/l7-renderer": "^2.0.0",
"@antv/l7-utils": "^2.0.0",
"@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-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"mapbox-gl": "^1.2.1",
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.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,8 +24,8 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.0",
"@antv/l7-utils": "^2.0.0",
"@antv/l7-core": "^2.0.1",
"@antv/l7-utils": "^2.0.1",
"@babel/runtime": "^7.7.7",
"@mapbox/geojson-rewind": "^0.4.0",
"@turf/helpers": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/l7-utils",
"version": "2.0.0",
"version": "2.0.1",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 5a24eff

Please sign in to comment.