Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Nov 4, 2023
1 parent 2a9144a commit 049c205
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion cdk-test-project/package.json
@@ -1,6 +1,6 @@
{
"name": "cdk-test-project",
"version": "3.0.0",
"version": "3.1.0",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
Expand Down
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": "3.0.0",
"version": "3.1.0",
"private": true,
"scripts": {
"test": "tap --coverage-report=html --no-browser --no-check-coverage tests/**/*.test.ts",
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: 3.0.0
SemanticVersion: 3.1.0
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": "3.0.0",
"version": "3.1.0",
"description": "SLIC Watch core library for adding alarms and dashboards to CloudFormation",
"main": "dist/index.js",
"repository": {
Expand Down
20 changes: 10 additions & 10 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 package.json
@@ -1,6 +1,6 @@
{
"name": "slic-watch",
"version": "3.0.0",
"version": "3.1.0",
"description": "Root project for SLIC Watch",
"main": "index.js",
"type": "module",
Expand Down
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": "3.0.0",
"version": "3.1.0",
"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": "3.0.0",
"version": "3.1.0",
"description": "Serverless plugin for automatic alarms and dashboards",
"main": "dist/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion serverless-test-project-alb/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project-alb",
"version": "3.0.0",
"version": "3.1.0",
"description": "Test project for SLIC Watch serverless plugin",
"main": "alb-handler.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion serverless-test-project-appsync/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project-appsync",
"version": "3.0.0",
"version": "3.1.0",
"description": "Test project for SLIC Watch serverless plugin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion serverless-test-project/package.json
@@ -1,6 +1,6 @@
{
"name": "serverless-test-project",
"version": "3.0.0",
"version": "3.1.0",
"description": "Test project for SLIC Watch serverless plugin",
"main": "basic-handler.js",
"repository": {
Expand Down

0 comments on commit 049c205

Please sign in to comment.