Skip to content

Commit

Permalink
v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Oct 27, 2017
1 parent de2dca9 commit 667676a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 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"
"version": "1.0.0-alpha.1"
}
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-alpha.1
### Fixed
- Fixed issue with deepMerge where it would iterate over ember specific props

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",
"version": "1.0.0-alpha.1",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
5 changes: 5 additions & 0 deletions 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-alpha.1]
### Fixed
- Fixed issue with deepMerge where it would iterate over ember specific props

## [1.0.0-alpha]
### BREAKING CHANGES
- use [amCharts](https://www.amcharts.com/javascript-charts/) as the charting library
Expand Down Expand Up @@ -144,6 +148,7 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[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
[0.9.1]: https://github.com/Esri/cedar/compare/v0.9.0...v0.9.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-alpha",
"version": "1.0.0-alpha.1",
"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"
"@esri/cedar-amcharts": "^1.0.0-alpha.1"
},
"devDependencies": {
"@types/jest": "20.0.2",
Expand Down

0 comments on commit 667676a

Please sign in to comment.