Skip to content

Commit

Permalink
v4.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adambar committed Mar 15, 2019
1 parent 5dc0588 commit 7408fba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.8.0"
"version": "4.0.0-alpha.0"
}
2 changes: 1 addition & 1 deletion packages/cloudform-types/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudform-types",
"version": "3.8.0",
"version": "4.0.0-alpha.0",
"description": "TypeScript AWS CloudFormation template types - used by cloudform",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/cloudform/package.json
@@ -1,6 +1,6 @@
{
"name": "cloudform",
"version": "3.8.0",
"version": "4.0.0-alpha.0",
"description": "TypeScript-based imperative way to define AWS CloudFormation templates",
"main": "packages/cloudform/index.js",
"repository": {
Expand All @@ -20,7 +20,7 @@
"cloudform": "cli/cloudform.js"
},
"dependencies": {
"cloudform-types": "^3.8.0",
"cloudform-types": "^4.0.0-alpha.0",
"jsonminify": "^0.4.1",
"ts-node": "^5.0.1",
"typescript": "^2.9.2"
Expand Down

0 comments on commit 7408fba

Please sign in to comment.