Skip to content

Commit b4e7069

Browse files
committed
v1.1.1
1 parent dddae54 commit b4e7069

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
],
66
"npmClient": "yarn",
77
"useWorkspaces": true,
8-
"version": "1.1.0"
8+
"version": "1.1.1"
99
}

packages/cedar/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased]
77

8+
## [1.1.1]
9+
810
### Fixed
911
- fix constructor casts dataset authentication to a POJO
1012

@@ -292,7 +294,8 @@ Baseline version.
292294
- Basic interaction events: on, off, clicked
293295
- Map to Chart interaction demos
294296

295-
[Unreleased]: https://github.com/Esri/cedar/compare/v1.1.0...master
297+
[Unreleased]: https://github.com/Esri/cedar/compare/v1.1.1...master
298+
[1.1.1]: https://github.com/Esri/cedar/compare/v1.1.0...v1.1.1
296299
[1.1.0]: https://github.com/Esri/cedar/compare/v1.0.1...v1.1.0
297300
[1.0.1]: https://github.com/Esri/cedar/compare/v1.0.0...v1.0.1
298301
[1.0.0]: https://github.com/Esri/cedar/compare/v1.0.0-rc.1...v1.0.0

packages/cedar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/cedar",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Visualization framework for the ArcGIS Platform",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)