Skip to content

Commit

Permalink
chore(release): bump version to 0.10.1-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eysi09 committed Jul 17, 2019
1 parent 39b650d commit c0a2649
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

<a name="0.10.1-alpha.0"></a>
## [0.10.1-alpha.0](https://github.com/garden-io/garden/compare/master...0.10.1-alpha.0) (2019-07-16)


<a name="master"></a>
## [master](https://github.com/garden-io/garden/compare/v0.10.1-2...master) (2019-07-17)

### Improvement

* updated PATH to include all gcloud bin-s ([413fd02a](https://github.com/garden-io/garden/commit/413fd02a))


<a name="v0.10.1-2"></a>
## [v0.10.1-2](https://github.com/garden-io/garden/compare/v0.10.1-1...v0.10.1-2) (2019-07-16)

Expand Down
6 changes: 3 additions & 3 deletions dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "0.1.0",
"version": "0.1.1-alpha.3",
"private": true,
"devDependencies": {
"@types/d3": "^5.7.2",
Expand All @@ -22,14 +22,14 @@
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"garden-service": "*",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"d3": "^5.9.2",
"dagre-d3": "^0.6.1",
"emotion": "^10.0.9",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"garden-service": "^0.10.1-alpha.3",
"http-proxy-middleware": "^0.19.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
Expand Down Expand Up @@ -59,4 +59,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion garden-service/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions garden-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "garden-service",
"version": "0.10.1",
"version": "0.10.1-alpha.3",
"description": "A full-featured development framework for containers and serverless",
"repository": {
"type": "git",
Expand Down Expand Up @@ -212,4 +212,4 @@
},
"snyk": true,
"gitHead": "b0647221a4d2ff06952bae58000b104215aed922"
}
}

0 comments on commit c0a2649

Please sign in to comment.