Skip to content

Commit

Permalink
v1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Nov 30, 2017
1 parent 76f24eb commit 7b3ba3b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.0.0-alpha.2"
"version": "1.0.0-alpha.3"
}
1 change: 1 addition & 0 deletions packages/arcgis-rest-request/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"private": true,
"name": "@esri/arcgis-rest-request",
"version": "1.0.0-alpha.2",
"description": "Common methods and utilities for @esri/arcgis-rest-* packages.",
Expand Down
10 changes: 9 additions & 1 deletion packages/cedar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0-alpha.3]
### Changed
- refactored to use arcgis-rest-request for queries (copied code until it is released)
### Fixed
- query bbox to geometry conversion and added tests


## [1.0.0-alpha.2]
### Fixed
- if categoryField is null, amCharts shows [Object object] as label
Expand Down Expand Up @@ -152,7 +159,8 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.2...master
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.3...master
[1.0.0-alpha.3]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.2...v1.0.0-alpha.3
[1.0.0-alpha.2]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
[1.0.0-alpha.1]: https://github.com/Esri/cedar/compare/v1.0.0-alpha...v1.0.0-alpha.1
[1.0.0-alpha]: https://github.com/Esri/cedar/compare/v0.9.2...v1.0.0-alpha
Expand Down
2 changes: 1 addition & 1 deletion packages/cedar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/cedar",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "Visualization framework for the ArcGIS Platform",
"files": [
"dist"
Expand Down

0 comments on commit 7b3ba3b

Please sign in to comment.