Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePartusch committed Apr 1, 2021
1 parent 809f141 commit 94be3c7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages": [
"packages/*"
],
"version": "0.8.0"
"version": "0.8.1"
}
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverlessui/cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "Serverless UI command-line utility for deploying serverless applications to AWS",
"author": "Jake Partusch <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"bin"
],
"dependencies": {
"@serverlessui/domain-app": "^0.8.0",
"@serverlessui/serverless-app": "^0.8.0",
"@serverlessui/domain-app": "^0.8.1",
"@serverlessui/serverless-app": "^0.8.1",
"aws-cdk": "1.95.1",
"cosmiconfig": "^7.0.0",
"esbuild": "^0.8.57",
Expand Down
2 changes: 1 addition & 1 deletion packages/construct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverlessui/construct",
"version": "0.8.0",
"version": "0.8.1",
"description": "CDK constructs to support Serverless UI",
"license": "MIT",
"homepage": "https://github.com/JakePartusch/serverlessui/tree/main#README.md",
Expand Down
4 changes: 2 additions & 2 deletions packages/domain-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverlessui/domain-app",
"version": "0.8.0",
"version": "0.8.1",
"description": "CDK Application to deploy a stack with a Hosted Zone and Wildcard Certificate",
"license": "MIT",
"homepage": "https://github.com/JakePartusch/serverlessui/tree/main#README.md",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@aws-cdk/core": "1.95.1",
"@serverlessui/construct": "^0.8.0"
"@serverlessui/construct": "^0.8.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/serverless-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serverlessui/serverless-app",
"version": "0.8.0",
"version": "0.8.1",
"description": "CDK Application to deploy a stack with a Hosted Zone and Wildcard Certificate",
"license": "MIT",
"homepage": "https://github.com/JakePartusch/serverlessui/tree/main#README.md",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@aws-cdk/aws-route53": "1.95.1",
"@aws-cdk/aws-s3-deployment": "1.95.1",
"@aws-cdk/core": "1.95.1",
"@serverlessui/construct": "^0.8.0",
"@serverlessui/construct": "^0.8.1",
"nanoid": "^3.1.20"
},
"devDependencies": {
Expand Down

0 comments on commit 94be3c7

Please sign in to comment.