Skip to content

Commit

Permalink
v1.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Nov 22, 2017
1 parent c203f06 commit 75a4e72
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "1.0.0-alpha.1"
"version": "1.0.0-alpha.2"
}
3 changes: 2 additions & 1 deletion packages/cedar-amcharts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,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-alpha.2
### Changed
- bar chart doesn't show cursor (value) on x-axis by default
- don't show labels by default on series

## 1.0.0-alpha.1
### Fixed
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-alpha.1",
"version": "1.0.0-alpha.2",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
4 changes: 3 additions & 1 deletion packages/cedar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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-alpha.2]
### Fixed
- if categoryField is null, amCharts shows [Object object] as label

Expand Down Expand Up @@ -152,6 +152,8 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.2...master
[1.0.0-alpha.2]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.1...v1.0.0-alpha.2
[1.0.0-alpha.1]: https://github.com/Esri/cedar/compare/v1.0.0-alpha...v1.0.0-alpha.1
[1.0.0-alpha]: https://github.com/Esri/cedar/compare/v0.9.2...v1.0.0-alpha
[0.9.2]: https://github.com/Esri/cedar/compare/v0.9.1...v0.9.2
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-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Visualization framework for the ArcGIS Platform",
"files": [
"dist"
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"amcharts3": "amcharts/amcharts3",
"@esri/cedar-amcharts": "^1.0.0-alpha.1"
"@esri/cedar-amcharts": "^1.0.0-alpha.2"
},
"devDependencies": {
"@types/jest": "20.0.2",
Expand Down

0 comments on commit 75a4e72

Please sign in to comment.