Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
v0.36.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinterton committed Aug 29, 2019
1 parent 31400b5 commit 5981aa1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion extension-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handel-extension-api",
"version": "0.36.1",
"version": "0.36.2",
"description": "API types and classes for Handel extensions",
"main": "dist/extension-api.js",
"types": "dist/extension-api.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions extension-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handel-extension-support",
"version": "0.36.1",
"version": "0.36.2",
"description": "Orchestrates your AWS deployments so you don't have to.",
"main": "dist/extension-support.js",
"types": "dist/extension-support.d.ts",
Expand All @@ -19,7 +19,7 @@
"ajv": "^5.2.3",
"ajv-errors": "^1.0.1",
"archiver": "^3.1.0",
"handel-extension-api": "^0.36.1",
"handel-extension-api": "^0.36.2",
"handlebars": "^4.1.2",
"pascal-case": "^2.0.1",
"uuid": "^3.0.1",
Expand Down
6 changes: 3 additions & 3 deletions handel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handel",
"version": "0.36.1",
"version": "0.36.2",
"description": "Orchestrates your AWS deployments so you don't have to.",
"main": "./bin/handel",
"scripts": {
Expand All @@ -26,8 +26,8 @@
"common-tags": "^1.7.2",
"crypto-random-string": "^1.0.0",
"fs-extra": "^5.0.0",
"handel-extension-api": "^0.36.1",
"handel-extension-support": "^0.36.1",
"handel-extension-api": "^0.36.2",
"handel-extension-support": "^0.36.2",
"inquirer": "^3.3.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"extension-support",
"handel"
],
"version": "0.36.1"
"version": "0.36.2"
}

0 comments on commit 5981aa1

Please sign in to comment.