Skip to content

Commit

Permalink
Version 4.10.38
Browse files Browse the repository at this point in the history
  • Loading branch information
martynasma committed Aug 21, 2023
1 parent 9848d30 commit 7b2f8a9
Show file tree
Hide file tree
Showing 63 changed files with 216 additions and 45 deletions.
6 changes: 6 additions & 0 deletions dist/ember/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.

## [4.10.38] - 2023-08-21

### Fixed
- Fixed issue with PDF export.


## [4.10.37] - 2023-08-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4-ember",
"version": "4.10.37",
"version": "4.10.38",
"description": "Ember add-on for amCharts 4",
"keywords": [
"ember-addon",
Expand Down
6 changes: 6 additions & 0 deletions dist/ember/vendor/script/amcharts4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.

## [4.10.38] - 2023-08-21

### Fixed
- Fixed issue with PDF export.


## [4.10.37] - 2023-08-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/core.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/ember/vendor/script/amcharts4/deps/pdfmake.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/deps/pdfmake.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - ????-??-??

### Added
- New map of Kazakhstan: `kazahkstan2023*`.

### Changed
- Updated Hormozgan province name in the maps of Iran.


## [4.1.27] - 2023-06-01

### Added
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/iranHigh.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ember/vendor/script/amcharts4/geodata/iranLow.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/kazakhstan2023High.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions dist/ember/vendor/script/amcharts4/geodata/kazakhstan2023Low.js

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions dist/ember/vendor/shims/amcharts4.js
Original file line number Diff line number Diff line change
Expand Up @@ -2014,6 +2014,22 @@ define('@amcharts/amcharts4-geodata/jordanLow', [], function () {
}
throw new Error("You must add 'geodata/jordanLow' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/kazakhstan2023High', [], function () {
'use strict';
var output = self.am4geodata_kazakhstan2023High;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/kazakhstan2023High' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/kazakhstan2023Low', [], function () {
'use strict';
var output = self.am4geodata_kazakhstan2023Low;
if (output != null) {
return output;
}
throw new Error("You must add 'geodata/kazakhstan2023Low' to the amcharts4.files array in your EmberApp.");
});
define('@amcharts/amcharts4-geodata/kazakhstanHigh', [], function () {
'use strict';
var output = self.am4geodata_kazakhstanHigh;
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/System.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/System.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/es2015/.internal/core/export/Export.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es2015/.internal/core/export/Export.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
Please note, that this project, while following numbering syntax, it DOES NOT
adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) rules.

## [4.10.38] - 2023-08-21

### Fixed
- Fixed issue with PDF export.


## [4.10.37] - 2023-08-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amcharts/amcharts4",
"version": "4.10.37",
"version": "4.10.38",
"author": "amCharts <contact@amcharts.com> (https://www.amcharts.com/)",
"description": "amCharts 4",
"homepage": "https://www.amcharts.com/",
Expand Down
9 changes: 9 additions & 0 deletions dist/geodata/es2015/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - ????-??-??

### Added
- New map of Kazakhstan: `kazahkstan2023*`.

### Changed
- Updated Hormozgan province name in the maps of Iran.


## [4.1.27] - 2023-06-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/geodata/es2015/data/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var countries = {
"JM": ["jamaicaLow", "jamaicaHigh"],
"JO": ["jordanLow", "jordanHigh"],
"JP": ["japanLow", "japanHigh"],
"KZ": ["kazakhstanLow", "kazakhstanHigh"],
"KZ": ["kazakhstan2023Low", "kazakhstan2023High", "kazakhstanLow", "kazakhstanHigh"],
"KE": ["kenyaLow", "kenyaHigh"],
"XK": ["kosovoLow", "kosovoHigh"],
"KW": ["kuwaitLow", "kuwaitHigh"],
Expand Down
2 changes: 1 addition & 1 deletion dist/geodata/es2015/data/countries2.js
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ var countries2 = {
"country": "Kazakhstan",
"continent_code": "EU",
"continent": "Europe",
"maps": ["kazakhstanLow", "kazakhstanHigh"]
"maps": ["kazakhstan2023Low", "kazakhstan2023High", "kazakhstanLow", "kazakhstanHigh"]
},
"LA": {
"country": "Lao People's Democratic Republic",
Expand Down
2 changes: 1 addition & 1 deletion dist/geodata/es2015/iranHigh.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/geodata/es2015/iranLow.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/geodata/es2015/json/data/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"JM": [ "jamaicaLow", "jamaicaHigh" ],
"JO": [ "jordanLow", "jordanHigh" ],
"JP": [ "japanLow", "japanHigh" ],
"KZ": [ "kazakhstanLow", "kazakhstanHigh" ],
"KZ": [ "kazakhstan2023Low", "kazakhstan2023High", "kazakhstanLow", "kazakhstanHigh" ],
"KE": [ "kenyaLow", "kenyaHigh" ],
"XK": [ "kosovoLow", "kosovoHigh" ],
"KW": [ "kuwaitLow", "kuwaitHigh" ],
Expand Down
2 changes: 1 addition & 1 deletion dist/geodata/es2015/json/data/countries2.json
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@
"country": "Kazakhstan",
"continent_code": "EU",
"continent": "Europe",
"maps": [ "kazakhstanLow", "kazakhstanHigh" ]
"maps": [ "kazakhstan2023Low", "kazakhstan2023High", "kazakhstanLow", "kazakhstanHigh" ]
},
"LA": {
"country": "Lao People's Democratic Republic",
Expand Down
2 changes: 1 addition & 1 deletion dist/geodata/es2015/json/iranHigh.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7b2f8a9

Please sign in to comment.