Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jan 5, 2021
1 parent 98ae133 commit 09c5740
Show file tree
Hide file tree
Showing 5 changed files with 6,808 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.1"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/cedar-amcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/cedar-amcharts",
"version": "1.0.0",
"version": "1.1.0",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
5 changes: 4 additions & 1 deletion packages/cedar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.0]

### Added
- pass dataset request options to `queryFeatures()`

Expand Down Expand Up @@ -287,7 +289,8 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.1...master
[Unreleased]: https://github.com/Esri/cedar/compare/v1.1.0...master
[1.1.0]: https://github.com/Esri/cedar/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/Esri/cedar/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Esri/cedar/compare/v1.0.0-rc.1...v1.0.0
[1.0.0-rc.1]: https://github.com/Esri/cedar/compare/v1.0.0-beta.9...v1.0.0-rc.1
Expand Down
Loading

0 comments on commit 09c5740

Please sign in to comment.