Skip to content

Commit

Permalink
chore: v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Mar 23, 2022
1 parent ad59801 commit 1c66152
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/component/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/l7plot-component",
"version": "0.0.3-alpha.9",
"version": "0.0.3",
"description": "Components for L7Plot",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/component/src/index.ts
@@ -1,4 +1,4 @@
export const version = '0.0.3-alpha.9';
export const version = '0.0.3';

// 类型定义导出
export * from './types';
Expand Down
4 changes: 2 additions & 2 deletions packages/l7plot/package.json
@@ -1,6 +1,6 @@
{
"name": "@antv/l7plot",
"version": "0.0.7",
"version": "0.0.8",
"description": "Geospatial Visualization Chart Library",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@antv/event-emitter": "^0.1.2",
"@antv/l7plot-component": "^0.0.3-alpha.9",
"@antv/l7plot-component": "^0.0.3",
"@antv/util": "^2.0.13",
"lodash-es": "^4.17.21",
"topojson-client": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/l7plot/src/index.ts
@@ -1,4 +1,4 @@
export const version = '0.0.7';
export const version = '0.0.8';

/** 资源静态注册 **/
export {
Expand Down
4 changes: 2 additions & 2 deletions storybook/package.json
@@ -1,7 +1,7 @@
{
"name": "l7plot-storybook",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"author": "yunji",
"scripts": {
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@antv/l7": "^2.7.22",
"@antv/l7plot": "^0.0.7",
"@antv/l7plot": "^0.0.8",
"antd": "^4.16.13",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
@@ -1,7 +1,7 @@
{
"name": "l7plot-website",
"private": true,
"version": "0.0.3",
"version": "0.0.4",
"license": "MIT",
"author": "yunji",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"prettier": "prettier -c -w docs examples"
},
"dependencies": {
"@antv/l7plot": "^0.0.7",
"@antv/l7plot": "^0.0.8",
"antd": "^4.16.13",
"react": "^16.14.0",
"react-dom": "^16.14.0"
Expand Down

0 comments on commit 1c66152

Please sign in to comment.