Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Jan 13, 2021
1 parent dddae54 commit b4e7069
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1.0"
"version": "1.1.1"
}
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.1]

### Fixed
- fix constructor casts dataset authentication to a POJO

Expand Down Expand Up @@ -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
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.1.0",
"version": "1.1.1",
"description": "Visualization framework for the ArcGIS Platform",
"files": [
"dist"
Expand Down

0 comments on commit b4e7069

Please sign in to comment.