Skip to content

Commit

Permalink
v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Dec 19, 2017
1 parent 5749b25 commit 99e774f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/Esri/cedar.svg?branch=master)](https://travis-ci.org/Esri/cedar)

> **NOTE:** You're looking at the documentation for v0.x, but v1.x is in alpha. For more info, see [the v1.x (alpha) documentation](./packages/cedar/README.md).
> **NOTE:** You're looking at the documentation for v0.x, but v1.x is in beta. For more info, see [the v1.x (beta) documentation](./packages/cedar/README.md).
Cedar is a library for crafting, sharing and data visualizations powered by ArcGIS Services. Built with D3 and the Vega graphics grammar, Cedar extends them with bindings for making templated chart graphics that can be re-used with different datasets.

Expand Down
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.7"
"version": "1.0.0-beta.0"
}
2 changes: 1 addition & 1 deletion packages/cedar-amcharts/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-beta.0
### Changed
- install amcharts from npm instead of git
- added fillInSpec() tests for more chart types (including v0.9 definitions)
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.7",
"version": "1.0.0-beta.0",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
5 changes: 3 additions & 2 deletions 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-beta.0]
### Fixed
- add dataset.join instead of assuming 1:1 datasets:series
### Changed
Expand Down Expand Up @@ -199,7 +199,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.7...master
[Unreleased]: https://github.com/Esri/cedar/compare/v1.0.0-beta.0...master
[1.0.0-beta.0]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.7...v1.0.0-beta.0
[1.0.0-alpha.7]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.6...v1.0.0-alpha.7
[1.0.0-alpha.6]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
[1.0.0-alpha.5]: https://github.com/Esri/cedar/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
Expand Down
2 changes: 1 addition & 1 deletion packages/cedar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Cedar is a library for crafting and sharing data visualizations powered by ArcGIS Services.

> You are looking at the documentation for cedar v1.x, which is currently in alpha. You can also view the [v0.x documentation](../../README.md).
> You are looking at the documentation for cedar v1.x, which is currently in beta. You can also view the [v0.x documentation](../../README.md).
[View live examples of how to use cedar](http://cedar-v1.surge.sh/)

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.7",
"version": "1.0.0-beta.0",
"description": "Visualization framework for the ArcGIS Platform",
"files": [
"dist"
Expand Down Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"amcharts3": "amcharts/amcharts3",
"@esri/cedar-amcharts": "^1.0.0-alpha.7"
"@esri/cedar-amcharts": "^1.0.0-beta.0"
},
"devDependencies": {
"@types/jest": "20.0.2",
Expand Down

0 comments on commit 99e774f

Please sign in to comment.