Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwayson committed May 1, 2019
1 parent ae36f5c commit c1e3f9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-rc.1"
"version": "1.0.0"
}
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-rc.1",
"version": "1.0.0",
"description": "amCharts engine for @esri/cedar",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 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-rc.1",
"version": "1.0.0",
"description": "Visualization framework for the ArcGIS Platform",
"files": [
"dist"
Expand Down Expand Up @@ -64,10 +64,10 @@
"mapCoverage": true
},
"dependencies": {
"@esri/arcgis-rest-types": "^2.0.0",
"@esri/arcgis-rest-feature-layer": "^2.0.0",
"@esri/arcgis-rest-request": "^2.0.0",
"@esri/cedar-amcharts": "^1.0.0-rc.1"
"@esri/arcgis-rest-types": "^2.0.0",
"@esri/cedar-amcharts": "^1.0.0"
},
"devDependencies": {
"@types/jest": "^23.3.1",
Expand Down

0 comments on commit c1e3f9b

Please sign in to comment.