From 7b3ba3bf81eacc01b895b033f21f8ae0afdf5818 Mon Sep 17 00:00:00 2001 From: Tom Wayson Date: Thu, 30 Nov 2017 14:23:19 -0800 Subject: [PATCH] v1.0.0-alpha.3 --- lerna.json | 2 +- packages/arcgis-rest-request/package.json | 1 + packages/cedar/CHANGELOG.md | 10 +++++++++- packages/cedar/package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index c78c0b86..6d92f28b 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "1.0.0-alpha.2" + "version": "1.0.0-alpha.3" } diff --git a/packages/arcgis-rest-request/package.json b/packages/arcgis-rest-request/package.json index deb66036..e00bd59b 100644 --- a/packages/arcgis-rest-request/package.json +++ b/packages/arcgis-rest-request/package.json @@ -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.", diff --git a/packages/cedar/CHANGELOG.md b/packages/cedar/CHANGELOG.md index 36dae08d..963465ae 100644 --- a/packages/cedar/CHANGELOG.md +++ b/packages/cedar/CHANGELOG.md @@ -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 @@ -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 diff --git a/packages/cedar/package.json b/packages/cedar/package.json index 92bbb5ef..6f27cf0e 100644 --- a/packages/cedar/package.json +++ b/packages/cedar/package.json @@ -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"