Skip to content

Commit

Permalink
chore: bump to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Apr 24, 2023
1 parent 1340f89 commit 61afc32
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion cdk-test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cdk-test-project",
"version": "2.1.2",
"version": "2.1.3",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
Expand Down
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.1.2",
"version": "2.1.3",
"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.1.2
SemanticVersion: 2.1.3
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.1.2",
"version": "2.1.3",
"description": "SLIC Watch core library for adding alarms and dashboards to CloudFormation",
"main": "alarms.js",
"repository": {
Expand Down
14 changes: 7 additions & 7 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.1.2",
"version": "2.1.3",
"main": "basic-handler.js",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.1.2",
"version": "2.1.3",
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion serverless-test-project-alb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project-alb",
"version": "2.1.2",
"version": "2.1.3",
"description": "Test project for SLIC Watch serverless plugin",
"main": "alb-handler.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions serverless-test-project/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-test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project",
"version": "2.1.2",
"version": "2.1.3",
"description": "Test project for SLIC Watch serverless plugin",
"main": "basic-handler.js",
"repository": {
Expand Down

0 comments on commit 61afc32

Please sign in to comment.