Skip to content

Commit 09c5740

Browse files
committed
v1.1.0
1 parent 98ae133 commit 09c5740

File tree

5 files changed

+6808
-5
lines changed

5 files changed

+6808
-5
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
],
66
"npmClient": "yarn",
77
"useWorkspaces": true,
8-
"version": "1.0.1"
8+
"version": "1.1.0"
99
}

packages/cedar-amcharts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/cedar-amcharts",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "amCharts engine for @esri/cedar",
55
"files": [
66
"dist"

packages/cedar/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.1.0]
9+
810
### Added
911
- pass dataset request options to `queryFeatures()`
1012

@@ -287,7 +289,8 @@ Baseline version.
287289
- Basic interaction events: on, off, clicked
288290
- Map to Chart interaction demos
289291

290-
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.1...master
292+
[Unreleased]: https://github.com/Esri/cedar/compare/v1.1.0...master
293+
[1.1.0]: https://github.com/Esri/cedar/compare/v1.0.1...v1.1.0
291294
[1.0.1]: https://github.com/Esri/cedar/compare/v1.0.0...v1.0.1
292295
[1.0.0]: https://github.com/Esri/cedar/compare/v1.0.0-rc.1...v1.0.0
293296
[1.0.0-rc.1]: https://github.com/Esri/cedar/compare/v1.0.0-beta.9...v1.0.0-rc.1

0 commit comments

Comments
 (0)