Skip to content

Commit

Permalink
【version】11.2.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Sep 27, 2023
1 parent 4a99d01 commit 19ee496
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supermap/vue-iclient",
"version": "11.1.1",
"version": "11.2.0-dev",
"description": "SuperMap iClient for Vue.js",
"homepage": "https://iclient.supermap.io",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"@turf/transform-scale": "^5.1.5",
"@types/geojson": "^7946.0.7",
"@types/leaflet": "^1.5.5",
"@types/mapbox-gl": "^0.54.5",
"@types/mapbox-gl": "^1.12.1",
"@types/node": "^12.0.3",
"@types/three": "0.129.0",
"ant-design-vue": "1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required metadata
sonar.projectKey=com.supermap:vue-iclient
sonar.projectName=vue-iclient
sonar.projectVersion=11.1.1
sonar.projectVersion=11.2.0

# Comma-separated paths to directories with sources (required)
sonar.sources=src/
Expand Down
2 changes: 1 addition & 1 deletion src/leaflet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/vue-iclient-leaflet",
"description": "SuperMap iClient for Vue.js",
"version": "11.1.1",
"version": "11.2.0-dev",
"homepage": "http://iclient.supermap.io",
"main": "lib/index",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/mapboxgl/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@supermap/vue-iclient-mapboxgl",
"description": "SuperMap iClient for Vue.js",
"version": "11.1.1",
"version": "11.2.0-dev",
"homepage": "http://iclient.supermap.io",
"main": "lib/index",
"dependencies": {
Expand Down

0 comments on commit 19ee496

Please sign in to comment.