Skip to content

Commit f57fdf3

Browse files
committed
3.3.1-1rc
1 parent b845ebe commit f57fdf3

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

cdk-test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdk-test-project",
3-
"version": "3.3.1-rc-1",
3+
"version": "3.3.1-1rc",
44
"scripts": {
55
"build": "tsc",
66
"watch": "tsc -w",

cf-macro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/fourTheorem/slic-watch.git",
88
"directory": "cf-macro"
99
},
10-
"version": "3.3.1-rc-1",
10+
"version": "3.3.1-1rc",
1111
"private": true,
1212
"scripts": {
1313
"test": "tap --coverage-report=html --no-browser --no-check-coverage tests/**/*.test.ts",

cf-macro/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: ../README.md
1111
Labels: ["monitoring", "observability", "cloudwatch"]
1212
HomePageUrl: https://github.com/fourTheorem/slic-watch
13-
SemanticVersion: 3.3.1-rc-1
13+
SemanticVersion: 3.3.1-1rc
1414
SourceCodeUrl: https://github.com/fourTheorem/slic-watch
1515
Resources:
1616
SlicWatch:

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slic-watch-core",
3-
"version": "3.3.1-rc-1",
3+
"version": "3.3.1-1rc",
44
"description": "SLIC Watch core library for adding alarms and dashboards to CloudFormation",
55
"main": "dist/index.js",
66
"repository": {

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slic-watch",
3-
"version": "3.3.1-rc-1",
3+
"version": "3.3.1-1rc",
44
"description": "Root project for SLIC Watch",
55
"main": "index.js",
66
"type": "module",

sam-test-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sam-test-project",
33
"description": "SLIC Watch test project for CloudFormation Macro",
4-
"version": "3.3.1-rc-1",
4+
"version": "3.3.1-1rc",
55
"main": "basic-handler.js",
66
"repository": {
77
"type": "git",

serverless-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-slic-watch-plugin",
3-
"version": "3.3.1-rc-1",
3+
"version": "3.3.1-1rc",
44
"description": "Serverless plugin for automatic alarms and dashboards",
55
"main": "dist/index.js",
66
"repository": {

serverless-test-project-alb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-test-project-alb",
3-
"version": "3.3.1-rc-1",
3+
"version": "3.3.1-1rc",
44
"description": "Test project for SLIC Watch serverless plugin",
55
"main": "alb-handler.js",
66
"repository": {

serverless-test-project-appsync/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-test-project-appsync",
3-
"version": "3.3.1-rc-1",
3+
"version": "3.3.1-1rc",
44
"description": "Test project for SLIC Watch serverless plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)