Skip to content

Commit 1ee8cc5

Browse files
committed
Version 4.0.29
1 parent 59a8af3 commit 1ee8cc5

File tree

127 files changed

+3896
-3886
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3896
-3886
lines changed
Binary file not shown.

dist/es2015/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [4.0.29] - 2019-01-22
7+
8+
### Fixed
9+
- Maintenance release.
10+
611
## [4.0.28] - 2019-01-22
712

813
### Added
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
declare const _default: {
2-
"type": string;
3-
"features": {
4-
"type": string;
5-
"geometry": {
6-
"type": string;
7-
"coordinates": number[][][][];
8-
};
9-
"properties": {
10-
"name": string;
11-
"id": string;
12-
};
13-
"id": string;
14-
}[];
15-
};
16-
export default _default;
1+
declare const _default: {
2+
"type": string;
3+
"features": {
4+
"type": string;
5+
"geometry": {
6+
"type": string;
7+
"coordinates": number[][][][];
8+
};
9+
"properties": {
10+
"name": string;
11+
"id": string;
12+
};
13+
"id": string;
14+
}[];
15+
};
16+
export default _default;

dist/es2015/continentsRussiaAsiaUltra.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
declare const _default: {
2-
"type": string;
3-
"features": {
4-
"type": string;
5-
"geometry": {
6-
"type": string;
7-
"coordinates": number[][][][];
8-
};
9-
"properties": {
10-
"name": string;
11-
"id": string;
12-
};
13-
"id": string;
14-
}[];
15-
};
16-
export default _default;
1+
declare const _default: {
2+
"type": string;
3+
"features": {
4+
"type": string;
5+
"geometry": {
6+
"type": string;
7+
"coordinates": number[][][][];
8+
};
9+
"properties": {
10+
"name": string;
11+
"id": string;
12+
};
13+
"id": string;
14+
}[];
15+
};
16+
export default _default;

dist/es2015/continentsRussiaEuropeUltra.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es2015/continentsUltra.d.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
declare const _default: {
2-
"type": string;
3-
"features": {
4-
"type": string;
5-
"geometry": {
6-
"type": string;
7-
"coordinates": number[][][][];
8-
};
9-
"properties": {
10-
"name": string;
11-
"id": string;
12-
};
13-
"id": string;
14-
}[];
15-
};
16-
export default _default;
1+
declare const _default: {
2+
"type": string;
3+
"features": {
4+
"type": string;
5+
"geometry": {
6+
"type": string;
7+
"coordinates": number[][][][];
8+
};
9+
"properties": {
10+
"name": string;
11+
"id": string;
12+
};
13+
"id": string;
14+
}[];
15+
};
16+
export default _default;

dist/es2015/continentsUltra.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es2015/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amcharts/amcharts4-geodata",
3-
"version": "4.0.28",
3+
"version": "4.0.29",
44
"author": "amCharts <[email protected]> (https://www.amcharts.com/)",
55
"description": "amCharts 4 Geo Data",
66
"homepage": "https://www.amcharts.com/",
Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
declare const _default: {
2-
"type": string;
3-
"features": ({
4-
"type": string;
5-
"geometry": {
6-
"type": string;
7-
"coordinates": number[][][];
8-
};
9-
"properties": {
10-
"name": string;
11-
"id": string;
12-
"Continent": string;
13-
};
14-
"id": string;
15-
} | {
16-
"type": string;
17-
"geometry": {
18-
"type": string;
19-
"coordinates": number[][][][];
20-
};
21-
"properties": {
22-
"name": string;
23-
"id": string;
24-
"Continent": string;
25-
};
26-
"id": string;
27-
})[];
28-
};
29-
export default _default;
1+
declare const _default: {
2+
"type": string;
3+
"features": ({
4+
"type": string;
5+
"geometry": {
6+
"type": string;
7+
"coordinates": number[][][];
8+
};
9+
"properties": {
10+
"name": string;
11+
"id": string;
12+
"Continent": string;
13+
};
14+
"id": string;
15+
} | {
16+
"type": string;
17+
"geometry": {
18+
"type": string;
19+
"coordinates": number[][][][];
20+
};
21+
"properties": {
22+
"name": string;
23+
"id": string;
24+
"Continent": string;
25+
};
26+
"id": string;
27+
})[];
28+
};
29+
export default _default;

0 commit comments

Comments
 (0)