Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Mar 1, 2020
1 parent 5cb7e24 commit 52a3c4c
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 27 deletions.
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.31",
"version": "2.0.32",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 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.31",
"version": "2.0.32",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,7 +24,7 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.31",
"@antv/l7-core": "^2.0.32",
"@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7",
"eventemitter3": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.31",
"version": "2.0.32",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
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.31",
"version": "2.0.32",
"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.31",
"@antv/l7-core": "^2.0.31",
"@antv/l7-layers": "^2.0.31",
"@antv/l7-maps": "^2.0.31",
"@antv/l7-scene": "^2.0.31",
"@antv/l7-component": "^2.0.32",
"@antv/l7-core": "^2.0.32",
"@antv/l7-layers": "^2.0.32",
"@antv/l7-maps": "^2.0.32",
"@antv/l7-scene": "^2.0.32",
"@babel/runtime": "^7.7.7"
},
"gitHead": "a5d354b66873f700730248d015c5e539c54b34b7",
Expand Down
6 changes: 3 additions & 3 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.31",
"version": "2.0.32",
"description": "L7's collection of built-in layers",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,8 +23,8 @@
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.1.0",
"@antv/l7-core": "^2.0.31",
"@antv/l7-source": "^2.0.31",
"@antv/l7-core": "^2.0.32",
"@antv/l7-source": "^2.0.32",
"@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7",
"@mapbox/martini": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 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.31",
"version": "2.0.32",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -23,7 +23,7 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-core": "^2.0.31",
"@antv/l7-core": "^2.0.32",
"@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7",
"gl-matrix": "^3.1.0",
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.0.31",
"version": "2.0.32",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -24,8 +24,8 @@
"author": "lzxue",
"license": "ISC",
"dependencies": {
"@antv/l7": "^2.0.31",
"@antv/l7-maps": "^2.0.31",
"@antv/l7": "^2.0.32",
"@antv/l7-maps": "^2.0.32",
"@babel/runtime": "^7.7.7",
"load-styles": "^2.0.0",
"react": "^16.8.6",
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.31",
"version": "2.0.32",
"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.31",
"@antv/l7-core": "^2.0.32",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
"lodash": "^4.17.15",
Expand Down
10 changes: 5 additions & 5 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.31",
"version": "2.0.32",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -22,10 +22,10 @@
"author": "xiaoiver",
"license": "ISC",
"dependencies": {
"@antv/l7-component": "^2.0.31",
"@antv/l7-core": "^2.0.31",
"@antv/l7-maps": "^2.0.31",
"@antv/l7-renderer": "^2.0.31",
"@antv/l7-component": "^2.0.32",
"@antv/l7-core": "^2.0.32",
"@antv/l7-maps": "^2.0.32",
"@antv/l7-renderer": "^2.0.32",
"@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7",
"inversify": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 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.31",
"version": "2.0.32",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,7 +25,7 @@
"license": "ISC",
"dependencies": {
"@antv/async-hook": "^2.1.0",
"@antv/l7-core": "^2.0.31",
"@antv/l7-core": "^2.0.32",
"@antv/l7-utils": "^2.0.29",
"@babel/runtime": "^7.7.7",
"@mapbox/geojson-rewind": "^0.4.0",
Expand Down

0 comments on commit 52a3c4c

Please sign in to comment.