Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePartusch committed Feb 17, 2021
1 parent 535a454 commit 4a53adf
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.5.0-alpha.0"
"version": "0.5.0"
}
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.5.0-alpha.0",
"version": "0.5.0",
"description": "Serverless UI CLI",
"types": "dist/types/src/cli.d.ts",
"bin": {
Expand Down Expand Up @@ -29,8 +29,8 @@
"author": "Jake Partusch <jakepartusch@gmail.com>",
"license": "MIT",
"dependencies": {
"@serverlessui/domain-app": "^0.5.0-alpha.0",
"@serverlessui/serverless-app": "^0.5.0-alpha.0",
"@serverlessui/domain-app": "^0.5.0",
"@serverlessui/serverless-app": "^0.5.0",
"cosmiconfig": "^7.0.0",
"glob": "^7.1.6",
"gluegun": "latest"
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.5.0-alpha.0",
"version": "0.5.0",
"description": "CDK constructs to support Serverless UI",
"main": "dist/index.js",
"types": "dist/types/src/index.d.ts",
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.5.0-alpha.0",
"version": "0.5.0",
"description": "CDK Application to deploy a stack with a Hosted Zone and Wildcard Certificate",
"main": "dist/index.js",
"types": "dist/types/src/index.d.ts",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@aws-cdk/core": "1.89.0",
"@serverlessui/construct": "^0.5.0-alpha.0"
"@serverlessui/construct": "^0.5.0"
},
"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.5.0-alpha.0",
"version": "0.5.0",
"description": "CDK Application to deploy a stack with a Hosted Zone and Wildcard Certificate",
"main": "dist/index.js",
"types": "dist/types/src/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"@aws-cdk/aws-route53": "1.89.0",
"@aws-cdk/aws-s3-deployment": "1.89.0",
"@aws-cdk/core": "1.89.0",
"@serverlessui/construct": "^0.5.0-alpha.0",
"@serverlessui/construct": "^0.5.0",
"nanoid": "^3.1.20"
},
"devDependencies": {
Expand Down

0 comments on commit 4a53adf

Please sign in to comment.