Skip to content

Commit c431b2f

Browse files
committed
v1.0.0-beta.6
1 parent 2696704 commit c431b2f

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
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.0.0-beta.5"
8+
"version": "1.0.0-beta.6"
99
}

packages/cedar-amcharts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## 1.0.0-beta.6
7+
### Changed
8+
- Defaults for bar charts with legends now specify legend valueAlign and spacing
9+
610
## 1.0.0-beta.5
711
### Added
812
- One can now add a `style` property which contains `padding` and `pie` properties to `definition`

packages/cedar-amcharts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/cedar-amcharts",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "amCharts engine for @esri/cedar",
55
"files": [
66
"dist"

packages/cedar/CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

66
## Unreleased
7+
8+
## [1.0.0-beta.6]
79
### Changed
8-
- Defaults for pie charts with legends now specify legend valueAlign and spacing
10+
- Defaults for bar charts with legends now specify legend valueAlign and spacing
911

1012
## [1.0.0-beta.5]
1113
### Added
@@ -241,7 +243,8 @@ Baseline version.
241243
- Basic interaction events: on, off, clicked
242244
- Map to Chart interaction demos
243245

244-
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-beta.5...master
246+
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-beta.6...master
247+
[1.0.0-beta.6]: https://github.com/Esri/cedar/compare/v1.0.0-beta.5...v1.0.0-beta.6
245248
[1.0.0-beta.5]: https://github.com/Esri/cedar/compare/v1.0.0-beta.4...v1.0.0-beta.5
246249
[1.0.0-beta.4]: https://github.com/Esri/cedar/compare/v1.0.0-beta.3...v1.0.0-beta.4
247250
[1.0.0-beta.3]: https://github.com/Esri/cedar/compare/v1.0.0-beta.2...v1.0.0-beta.3

packages/cedar/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/cedar",
3-
"version": "1.0.0-beta.5",
3+
"version": "1.0.0-beta.6",
44
"description": "Visualization framework for the ArcGIS Platform",
55
"files": [
66
"dist"
@@ -66,7 +66,7 @@
6666
"@esri/arcgis-rest-common-types": "^1.1.1",
6767
"@esri/arcgis-rest-feature-service": "^1.1.1",
6868
"@esri/arcgis-rest-request": "^1.1.1",
69-
"@esri/cedar-amcharts": "^1.0.0-beta.5"
69+
"@esri/cedar-amcharts": "^1.0.0-beta.6"
7070
},
7171
"devDependencies": {
7272
"@types/jest": "20.0.2",

0 commit comments

Comments
 (0)