Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongjiaojiao committed Jul 18, 2023
2 parents 53c91eb + 234ac16 commit 9d9055f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/webpack.prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function getProdConfig(isMinify) {
plugins: [
new webpack.BannerPlugin(`
${pkg.name}.(${pkg.homepage})
Copyright© 2000 - 2022 SuperMap Software Co.Ltd
Copyright© 2000 - 2023 SuperMap Software Co.Ltd
license: ${pkg.license}
version: v${pkg.version}
`),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supermap/react-iclient",
"version": "11.1.0-beta",
"version": "11.1.0",
"description": "SuperMap iClient for React.js",
"homepage": "https://iclient.supermap.io",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/mapboxgl/package-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supermap/react-iclient-mapboxgl",
"version": "11.1.0-beta",
"version": "11.1.0",
"description": "SuperMap iClient for React.js",
"main": "dist/index",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/mapboxgl/web-map/WebMapViewModel.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
/* Copyright© 2000 - 2022 SuperMap Software Co.Ltd. All rights reserved.
/* Copyright© 2000 - 2023 SuperMap Software Co.Ltd. All rights reserved.
* This program are made available under the terms of the Apache License, Version 2.0
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html. */
import mapboxgl from '../../../public/libs/mapboxgl/mapbox-gl-enhance';
Expand Down

0 comments on commit 9d9055f

Please sign in to comment.