Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 72b427b

Browse files
committed
2.10.2
1 parent df948f5 commit 72b427b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
### Added
77
### Changed
8-
- added "Using Modules Synchronously" to the docs (README) - thanks [@stdavis](https://github.com/stdavis)!
98
### Fixed
10-
- `css: true` uses the correct URL the light theme (`/esri/themes/light/main.css`) - thanks [@stdavis](https://github.com/stdavis)
119
### Removed
1210
### Breaking
1311

12+
## [2.10.2] - 2019-10-12
13+
14+
### Changed
15+
- added "Using Modules Synchronously" to the docs (README) - thanks [@stdavis](https://github.com/stdavis)!
16+
### Fixed
17+
- `css: true` uses the correct URL the light theme (`/esri/themes/light/main.css`) - thanks [@stdavis](https://github.com/stdavis)
18+
1419
## [2.10.1] - 2019-09-27
1520

1621
### Changed
@@ -236,7 +241,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
236241
### Added
237242
- copied over source from angular-cli-esri and set up TS build
238243

239-
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.10.1...HEAD
244+
[Unreleased]: https://github.com/Esri/esri-loader/compare/v2.10.2...HEAD
245+
[2.10.2]: https://github.com/Esri/esri-loader/compare/v2.10.1...v2.10.2
240246
[2.10.1]: https://github.com/Esri/esri-loader/compare/v2.10.0...v2.10.1
241247
[2.10.0]: https://github.com/Esri/esri-loader/compare/v2.9.2...v2.10.0
242248
[2.9.2]: https://github.com/Esri/esri-loader/compare/v2.9.1...v2.9.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "esri-loader",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"description": "A tiny library to help load ArcGIS API for JavaScript modules in non-Dojo applications",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)