소스 검색

change the version

tags/2.4.0
Caven Chen 4 년 전
부모
커밋
df66773a0b
6개의 변경된 파일9개의 추가작업 그리고 9개의 파일을 삭제
  1. 1
    1
      package.json
  2. 1
    1
      packages/base/package.json
  3. 2
    2
      packages/chart/package.json
  4. 2
    2
      packages/core/package.json
  5. 2
    2
      packages/mapv/package.json
  6. 1
    1
      packages/sdk/package.json

+ 1
- 1
package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "dc-sdk",
"version": "2.3.1",
"version": "2.3.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",

+ 1
- 1
packages/base/package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-base",
"version": "2.3.1",
"version": "2.3.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",

+ 2
- 2
packages/chart/package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-chart",
"version": "2.3.1",
"version": "2.3.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -18,7 +18,7 @@
"license": "Apache 2.0",
"main": "dist/dc.chart.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.3.1"
"@dvgis/dc-base": "^2.3.2"
},
"files": [
"dist"

+ 2
- 2
packages/core/package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-core",
"version": "2.3.1",
"version": "2.3.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -18,7 +18,7 @@
"license": "Apache 2.0",
"main": "dist/dc.core.min.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.3.1"
"@dvgis/dc-base": "^2.3.2"
},
"files": [
"dist"

+ 2
- 2
packages/mapv/package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-mapv",
"version": "2.3.1",
"version": "2.3.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",
@@ -18,7 +18,7 @@
"license": "Apache 2.0",
"main": "dist/dc.mapv.js",
"peerDependencies": {
"@dvgis/dc-base": "^2.3.1"
"@dvgis/dc-base": "^2.3.2"
},
"files": [
"dist"

+ 1
- 1
packages/sdk/package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "@dvgis/dc-sdk",
"version": "2.3.1",
"version": "2.3.2",
"description": "The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.",
"repository": "https://github.com/dvgis/dc-sdk.git",
"homepage": "https://www.dvgis.cn",

Loading…
취소
저장