Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Oct 10, 2022
1 parent a79aba6 commit 20fad99
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cf-macro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/fourTheorem/slic-watch.git",
"directory": "cf-macro"
},
"version": "2.0.0-rc6",
"version": "2.0.0",
"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
Original file line number Diff line number Diff line change
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-rc6
SemanticVersion: 2.0.0
SourceCodeUrl: https://github.com/fourTheorem/slic-watch
Resources:
SlicWatch:
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slic-watch-core",
"version": "2.0.0-rc6",
"version": "2.0.0",
"description": "SLIC Watch core library for adding alarms and dashboards to CloudFormation",
"main": "alarms.js",
"repository": {
Expand Down
10 changes: 5 additions & 5 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sam-test-project",
"description": "SLIC Watch test project for CloudFormation Macro",
"version": "2.0.0-rc6",
"version": "2.0.0",
"main": "basic-handler.js",
"repository": {
"type": "git",
Expand Down
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": "2.0.0-rc6",
"version": "2.0.0",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project",
"version": "2.0.0-rc6",
"version": "2.0.0",
"description": "Test project for SLIC Watch serverless plugin",
"main": "basic-handler.js",
"repository": {
Expand Down

0 comments on commit 20fad99

Please sign in to comment.