Skip to content

Commit

Permalink
Bump alpha version
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed May 14, 2021
1 parent a8c3569 commit 5fdd48f
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"serverless-plugin",
"serverless-test-project"
],
"version": "1.0.0-alpha.7"
"version": "1.0.0-alpha.8"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-watch",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Root project for SLIC Watch",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion serverless-plugin/package-lock.json

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

2 changes: 1 addition & 1 deletion serverless-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-slic-watch-plugin",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "index.js",
"scripts": {
Expand Down
18 changes: 9 additions & 9 deletions serverless-test-project/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 serverless-test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "serverless-test-project",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Test project for SLIC Watch serverless plugin",
"main": "basic-handler.js",
"license": "ISC",
"devDependencies": {
"serverless": "^2.38.0",
"serverless-slic-watch-plugin": "^1.0.0-alpha.7",
"serverless-slic-watch-plugin": "^1.0.0-alpha.8",
"serverless-step-functions": "^2.30.0"
},
"scripts": {
Expand Down

0 comments on commit 5fdd48f

Please sign in to comment.