Skip to content

Commit

Permalink
Bump to 2.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Sep 1, 2022
1 parent 83406b9 commit 5f2f83b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cf-macro/package.json
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/fourTheorem/slic-watch.git",
"directory": "cf-macro"
},
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"private": true,
"scripts": {
"test": "tap --coverage-report=html --no-browser --no-check-coverage tests/**/*.test.js"
Expand Down
2 changes: 1 addition & 1 deletion cf-macro/template.yaml
Expand Up @@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: ../README.md
Labels: ['monitoring', 'observability', 'cloudwatch']
HomePageUrl: https://github.com/fourTheorem/slic-watch
SemanticVersion: 2.0.0-rc4
SemanticVersion: 2.0.0-rc5
SourceCodeUrl: https://github.com/fourTheorem/slic-watch
Resources:
SlicWatch:
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
@@ -1,6 +1,6 @@
{
"name": "slic-watch-core",
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"description": "SLIC Watch core library for adding alarms and dashboards to CloudFormation",
"main": "alarms.js",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions 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 sam-test-project/package.json
@@ -1,7 +1,7 @@
{
"name": "sam-test-project",
"description": "SLIC Watch test project for CloudFormation Macro",
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"main": "basic-handler.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion serverless-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-slic-watch-plugin",
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion serverless-test-project/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project",
"version": "2.0.0-rc4",
"version": "2.0.0-rc5",
"description": "Test project for SLIC Watch serverless plugin",
"main": "basic-handler.js",
"repository": {
Expand Down

0 comments on commit 5f2f83b

Please sign in to comment.