Skip to content

Commit

Permalink
v1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed Oct 18, 2017
1 parent 82cd0b7 commit 482e853
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 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": "0.0.0"
"version": "1.0.0-alpha"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"reset": "lerna run clean:deps && lerna bootstrap",
"postinstall": "lerna bootstrap",
"prerelease": "git add .",
"release": "lerna publish --cd-version=premajor --preid=alpha --skip-git --skip-npm",
"release": "lerna publish",
"start": "npm run copy:docs && npm run build:watch",
"test": "lerna run test"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cedar-amcharts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
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
### Added
- initial release
6 changes: 4 additions & 2 deletions packages/cedar-amcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@esri/cedar-amcharts",
"version": "0.0.0",
"version": "1.0.0-alpha",
"description": "amCharts engine for @esri/cedar",
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/umd/cedar-amcharts.js",
"browser": "dist/umd/cedar-amcharts.js",
"module": "dist/esm/index.js",
Expand Down
3 changes: 2 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]
### BREAKING CHANGES
- use [amCharts](https://www.amcharts.com/javascript-charts/) as the charting library
- support multiple datasets by joining them
Expand Down Expand Up @@ -144,6 +144,7 @@ Baseline version.
- Basic interaction events: on, off, clicked
- Map to Chart interaction demos

[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
[0.9.0]: https://github.com/Esri/cedar/compare/v0.8.2...v0.9.0
Expand Down
8 changes: 5 additions & 3 deletions packages/cedar/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@esri/cedar",
"version": "0.0.0",
"version": "1.0.0-alpha",
"description": "Visualization framework for the ArcGIS Platform",
"files": ["dist"],
"files": [
"dist"
],
"main": "dist/umd/cedar.js",
"browser": "dist/umd/cedar.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -59,7 +61,7 @@
},
"dependencies": {
"amcharts3": "amcharts/amcharts3",
"@esri/cedar-amcharts": "^0.0.0"
"@esri/cedar-amcharts": "^1.0.0-alpha"
},
"devDependencies": {
"@types/jest": "20.0.2",
Expand Down

0 comments on commit 482e853

Please sign in to comment.