Skip to content

Commit

Permalink
v1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Mar 30, 2018
1 parent 7f94401 commit 6a71738
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 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.0.0-beta.3"
"version": "1.0.0-beta.4"
}
4 changes: 2 additions & 2 deletions packages/cedar-amcharts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## 1.0.0-beta.4
### Changed
- treat arcgis libraries as external

## [1.0.0-beta.3]
## 1.0.0-beta.3
### Added
- legend.position determines the location (top, bottom, right, left) of a chart legend
### Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/cedar-amcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/cedar-amcharts",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
7 changes: 6 additions & 1 deletion packages/cedar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0-beta.4]
### Changed
- treat arcgis libraries as external

## [1.0.0-beta.3]
### Added
- One can now inline data as an array of attributes or array of objects
Expand Down Expand Up @@ -227,7 +231,8 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-beta.3...master
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-beta.4...master
[1.0.0-beta.4]: https://github.com/Esri/cedar/compare/v1.0.0-beta.3...v1.0.0-beta.4
[1.0.0-beta.3]: https://github.com/Esri/cedar/compare/v1.0.0-beta.2...v1.0.0-beta.3
[1.0.0-beta.2]: https://github.com/Esri/cedar/compare/v1.0.0-beta.1...v1.0.0-beta.2
[1.0.0-beta.1]: https://github.com/Esri/cedar/compare/v1.0.0-beta.0...v1.0.0-beta.1
Expand Down
4 changes: 2 additions & 2 deletions 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-beta.3",
"version": "1.0.0-beta.4",
"description": "Visualization framework for the ArcGIS Platform",
"files": [
"dist"
Expand Down Expand Up @@ -66,7 +66,7 @@
"@esri/arcgis-rest-common-types": "^1.1.1",
"@esri/arcgis-rest-feature-service": "^1.1.1",
"@esri/arcgis-rest-request": "^1.1.1",
"@esri/cedar-amcharts": "^1.0.0-beta.3"
"@esri/cedar-amcharts": "^1.0.0-beta.4"
},
"devDependencies": {
"@types/jest": "20.0.2",
Expand Down

0 comments on commit 6a71738

Please sign in to comment.