Skip to content

Commit

Permalink
v1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benstoltz committed Apr 19, 2018
1 parent 2696704 commit c431b2f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 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.5"
"version": "1.0.0-beta.6"
}
4 changes: 4 additions & 0 deletions packages/cedar-amcharts/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.6
### Changed
- Defaults for bar charts with legends now specify legend valueAlign and spacing

## 1.0.0-beta.5
### Added
- One can now add a `style` property which contains `padding` and `pie` properties to `definition`
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.5",
"version": "1.0.0-beta.6",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
7 changes: 5 additions & 2 deletions packages/cedar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ 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.6]
### Changed
- Defaults for pie charts with legends now specify legend valueAlign and spacing
- Defaults for bar charts with legends now specify legend valueAlign and spacing

## [1.0.0-beta.5]
### Added
Expand Down Expand Up @@ -241,7 +243,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.5...master
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-beta.6...master
[1.0.0-beta.6]: https://github.com/Esri/cedar/compare/v1.0.0-beta.5...v1.0.0-beta.6
[1.0.0-beta.5]: https://github.com/Esri/cedar/compare/v1.0.0-beta.4...v1.0.0-beta.5
[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
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.5",
"version": "1.0.0-beta.6",
"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.5"
"@esri/cedar-amcharts": "^1.0.0-beta.6"
},
"devDependencies": {
"@types/jest": "20.0.2",
Expand Down

0 comments on commit c431b2f

Please sign in to comment.