Skip to content

Commit 01983d6

Browse files
committed
【update】10.1.0-alpha
1 parent d5aa5ee commit 01983d6

File tree

9 files changed

+16
-13
lines changed

9 files changed

+16
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 10.1.0-alpha #
2+
## 新特性
3+
14
# 10.0.1 #
25

36
## 新特性

examples/js/include-web.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@
186186
load();
187187
window.isLocal = false;
188188
window.server = document.location.toString().match(/file:\/\//) ? "http://localhost:8090" : document.location.protocol + "//" + document.location.host;
189-
window.version = "10.0.1";
190-
window.preRelease = "";
189+
window.version = "10.1.0";
190+
window.preRelease = "alpha";
191191
})();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SuperMapiClient",
33
"description": "SuperMap iClient JavaScript 是一套由 JavaScript 语言编写的 GIS 客户端应用开发包, 支持多源数据地图,支持多终端,跨浏览器, 通过本产品可快速实现浏览器上美观、流畅的地图呈现。",
4-
"version": "10.0.1",
4+
"version": "10.1.0-alpha",
55
"directories": {
66
"doc": "doc",
77
"example": "examples",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Required metadata
22
sonar.projectKey=com.supermap:iclient-javascript
33
sonar.projectName=iclient-javascript
4-
sonar.projectVersion=10.0.1
4+
sonar.projectVersion=10.1.0
55

66
# Comma-separated paths to directories with sources (required)
77
sonar.sources=src/

src/classic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-classic",
33
"description": "",
4-
"version": "10.0.1",
4+
"version": "10.1.0-alpha",
55
"keywords": [
66
"SuperMap"
77
],
@@ -15,6 +15,6 @@
1515
"dependencies": {
1616
"mapv": "2.0.43",
1717
"xlsx": "0.15.4",
18-
"@supermap/iclient-common": "10.0.1"
18+
"@supermap/iclient-common": "10.1.0-alpha"
1919
}
2020
}

src/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-common",
33
"description": "",
4-
"version": "10.0.1",
4+
"version": "10.1.0-alpha",
55
"keywords": [
66
"SuperMap"
77
],

src/leaflet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-leaflet",
33
"description": "",
4-
"version": "10.0.1",
4+
"version": "10.1.0-alpha",
55
"keywords": [
66
"SuperMap",
77
"Leaflet"
@@ -18,7 +18,7 @@
1818
"echarts":"4.5.0",
1919
"mapv":"2.0.43",
2020
"leaflet": "1.6.0",
21-
"@supermap/iclient-common": "10.0.1",
21+
"@supermap/iclient-common": "10.1.0-alpha",
2222
"@mapbox/vector-tile": "1.3.1",
2323
"jsonsql": "0.2.5",
2424
"pbf": "3.2.1",

src/mapboxgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-mapboxgl",
33
"description": "",
4-
"version": "10.0.1",
4+
"version": "10.1.0-alpha",
55
"keywords": [
66
"SuperMap",
77
"MapboxGL"
@@ -19,7 +19,7 @@
1919
"mapbox-gl": "1.6.1",
2020
"three": "0.92.0",
2121
"xlsx": "0.15.4",
22-
"@supermap/iclient-common": "10.0.1",
22+
"@supermap/iclient-common": "10.1.0-alpha",
2323
"canvg": "3.0.2",
2424
"xml-js": "1.6.8"
2525
}

src/openlayers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@supermap/iclient-ol",
33
"description": "",
4-
"version": "10.0.1",
4+
"version": "10.1.0-alpha1",
55
"keywords": [
66
"SuperMap",
77
"OpenLayers"
@@ -18,7 +18,7 @@
1818
"echarts": "4.5.0",
1919
"mapv": "2.0.43",
2020
"ol": "6.1.1",
21-
"@supermap/iclient-common": "10.0.1",
21+
"@supermap/iclient-common": "10.1.0-alpha",
2222
"proj4": "2.6.0",
2323
"xlsx": "0.15.4",
2424
"canvg": "3.0.2",

0 commit comments

Comments
 (0)