Skip to content

Commit dfbf1fc

Browse files
committed
Publish
- blue-green-container-deployment-example@0.49.0 - @cloudcomponents/cdk-blue-green-container-deployment@1.48.0
1 parent f333ff5 commit dfbf1fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/blue-green-container-deployment-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blue-green-container-deployment-example",
3-
"version": "0.48.0",
3+
"version": "0.49.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"@aws-cdk/aws-sns": "^1.134.0",
2020
"@aws-cdk/aws-sns-subscriptions": "^1.134.0",
2121
"@aws-cdk/core": "^1.134.0",
22-
"@cloudcomponents/cdk-blue-green-container-deployment": "^1.47.0",
22+
"@cloudcomponents/cdk-blue-green-container-deployment": "^1.48.0",
2323
"@cloudcomponents/cdk-container-registry": "^1.47.0",
2424
"source-map-support": "^0.5.21"
2525
},

packages/cdk-blue-green-container-deployment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudcomponents/cdk-blue-green-container-deployment",
3-
"version": "1.47.0",
3+
"version": "1.48.0",
44
"description": "Blue green container deployment with CodeDeploy",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)