File tree 4 files changed +10
-5
lines changed
4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 5
5
],
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
- "version" : " 1.0.0-beta.6 "
8
+ "version" : " 1.0.0-beta.7 "
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/cedar-amcharts" ,
3
- "version" : " 1.0.0-beta.6 " ,
3
+ "version" : " 1.0.0-beta.7 " ,
4
4
"description" : " amCharts engine for @esri/cedar" ,
5
5
"files" : [
6
6
" dist"
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## Unreleased
7
7
8
+ ## [ 1.0.0-beta.7]
9
+ ### Changed
10
+ - bumped arcgis-rest-js packages to 1.2.1 to support on premise (enterprise)
11
+
8
12
## [ 1.0.0-beta.6]
9
13
### Changed
10
14
- Defaults for bar charts with legends now specify legend valueAlign and spacing
@@ -243,7 +247,8 @@ Baseline version.
243
247
- Basic interaction events: on, off, clicked
244
248
- Map to Chart interaction demos
245
249
246
- [ Unreleased ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.6...master
250
+ [ Unreleased ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.7...master
251
+ [ 1.0.0-beta.7 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.6...v1.0.0-beta.7
247
252
[ 1.0.0-beta.6 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.5...v1.0.0-beta.6
248
253
[ 1.0.0-beta.5 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.4...v1.0.0-beta.5
249
254
[ 1.0.0-beta.4 ] : https://github.com/Esri/cedar/compare/v1.0.0-beta.3...v1.0.0-beta.4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/cedar" ,
3
- "version" : " 1.0.0-beta.6 " ,
3
+ "version" : " 1.0.0-beta.7 " ,
4
4
"description" : " Visualization framework for the ArcGIS Platform" ,
5
5
"files" : [
6
6
" dist"
66
66
"@esri/arcgis-rest-common-types" : " ^1.2.1" ,
67
67
"@esri/arcgis-rest-feature-service" : " ^1.2.1" ,
68
68
"@esri/arcgis-rest-request" : " ^1.2.1" ,
69
- "@esri/cedar-amcharts" : " ^1.0.0-beta.6 "
69
+ "@esri/cedar-amcharts" : " ^1.0.0-beta.7 "
70
70
},
71
71
"devDependencies" : {
72
72
"@types/jest" : " 20.0.2" ,
You can’t perform that action at this time.
0 commit comments