diff --git a/lerna.json b/lerna.json index 15b4644..629e5cc 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "1.1.0" + "version": "1.1.1" } diff --git a/packages/cedar/CHANGELOG.md b/packages/cedar/CHANGELOG.md index a2c3d9b..24bd4aa 100644 --- a/packages/cedar/CHANGELOG.md +++ b/packages/cedar/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.1.1] + ### Fixed - fix constructor casts dataset authentication to a POJO @@ -292,7 +294,8 @@ Baseline version. - Basic interaction events: on, off, clicked - Map to Chart interaction demos -[Unreleased]: https://github.com/Esri/cedar/compare/v1.1.0...master +[Unreleased]: https://github.com/Esri/cedar/compare/v1.1.1...master +[1.1.1]: https://github.com/Esri/cedar/compare/v1.1.0...v1.1.1 [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 diff --git a/packages/cedar/package.json b/packages/cedar/package.json index 5bf1806..342ba6f 100644 --- a/packages/cedar/package.json +++ b/packages/cedar/package.json @@ -1,6 +1,6 @@ { "name": "@esri/cedar", - "version": "1.1.0", + "version": "1.1.1", "description": "Visualization framework for the ArcGIS Platform", "files": [ "dist"