Skip to content

Commit ceb797f

Browse files
committed
chore: udpate version
1 parent 65bb6d0 commit ceb797f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: dist/vue-datamaps.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10503,7 +10503,7 @@ const Kw = {
1050310503
},
1050410504
computed: {
1050510505
regions() {
10506-
return this.awsRegionsConfig.region || $u;
10506+
return this.awsRegionsConfig && this.awsRegionsConfig.region || $u;
1050710507
},
1050810508
isPopupOn() {
1050910509
return (this.geograpphyConfigOptions.popupOnHover || this.bubblesConfigOptions.popupOnHover) && (this.showHoverInfo || this.showHoverBubbleInfo || this.showHoverArcInfo || this.showHoverRegionInfo);

Diff for: dist/vue-datamaps.umd.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-datamaps",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"main": "dist/vue-datamaps.mjs",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)