Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - blue-green-container-deployment-example@1.2.0
 - cloudfront-authorization-example@1.2.0
 - codecommit-backup-example@1.1.0
 - codepipeline-check-parameter-action-example@1.2.0
 - codepipeline-merge-action-example@1.2.0
 - codepipeline-slack-approval-example@1.2.0
 - container-audit-example@1.2.0
 - contentful-webhook-example@1.2.0
 - dependency-check-example@1.2.0
 - dynamodb-seeder-example@1.2.0
 - github-webhook-example@1.2.0
 - notifications-example@1.2.0
 - pull-request-example@1.2.0
 - responsive-email-template-example@1.2.0
 - s3-antivirus-example@1.2.0
 - static-website-example@1.1.0
 - stripe-webhook-example@1.2.0
 - temp-stack-example@1.2.0
 - wordpress-example@1.1.0
 - @cloudcomponents/cdk-blue-green-container-deployment@2.2.0
 - @cloudcomponents/cdk-chatops@2.2.0
 - @cloudcomponents/cdk-cloudfront-authorization@2.2.0
 - @cloudcomponents/cdk-codecommit-backup@2.1.0
 - @cloudcomponents/cdk-codepipeline-anchore-inline-scan-action@2.2.0
 - @cloudcomponents/cdk-codepipeline-check-parameter-action@2.2.0
 - @cloudcomponents/cdk-codepipeline-dockerfile-linter-action@2.2.0
 - @cloudcomponents/cdk-codepipeline-merge-action@2.2.0
 - @cloudcomponents/cdk-codepipeline-slack@2.2.0
 - @cloudcomponents/cdk-container-registry@2.2.0
 - @cloudcomponents/cdk-contentful-webhook@2.2.0
 - @cloudcomponents/cdk-deletable-bucket@2.2.0
 - @cloudcomponents/cdk-dependency-check@2.2.0
 - @cloudcomponents/cdk-developer-tools-notifications@2.2.0
 - @cloudcomponents/cdk-dynamodb-seeder@2.2.0
 - @cloudcomponents/cdk-github-webhook@2.2.0
 - @cloudcomponents/cdk-lambda-at-edge-pattern@2.2.0
 - @cloudcomponents/cdk-pull-request-approval-rule@2.2.0
 - @cloudcomponents/cdk-pull-request-check@2.2.0
 - @cloudcomponents/cdk-responsive-email-template@2.2.0
 - @cloudcomponents/cdk-s3-antivirus@2.2.0
 - @cloudcomponents/cdk-secret-key@2.1.0
 - @cloudcomponents/cdk-static-website@2.1.0
 - @cloudcomponents/cdk-stripe-webhook@2.2.0
 - @cloudcomponents/cdk-temp-stack@2.2.0
 - @cloudcomponents/cdk-wordpress@2.1.0
  • Loading branch information
hupe1980 committed Mar 25, 2024
1 parent 15e7146 commit b6d931f
Show file tree
Hide file tree
Showing 45 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 deletions examples/blue-green-container-deployment-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-green-container-deployment-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-blue-green-container-deployment": "^2.1.0",
"@cloudcomponents/cdk-container-registry": "^2.1.0",
"@cloudcomponents/cdk-blue-green-container-deployment": "^2.2.0",
"@cloudcomponents/cdk-container-registry": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudfront-authorization-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudfront-authorization-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-cloudfront-authorization": "^2.1.0",
"@cloudcomponents/cdk-cloudfront-authorization": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/codecommit-backup-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecommit-backup-example",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-codecommit-backup": "^2.0.0",
"@cloudcomponents/cdk-codecommit-backup": "^2.1.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepipeline-check-parameter-action-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-codepipeline-check-parameter-action": "^2.1.0",
"@cloudcomponents/cdk-codepipeline-check-parameter-action": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/codepipeline-merge-action-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepipeline-merge-action-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"author": "hello@webappsolutions.de",
"private": true,
Expand All @@ -10,7 +10,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-codepipeline-merge-action": "^2.1.0",
"@cloudcomponents/cdk-codepipeline-merge-action": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/codepipeline-slack-approval-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codepipeline-slack-approval-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-codepipeline-slack": "^2.1.0",
"@cloudcomponents/cdk-codepipeline-slack": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions examples/container-audit-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "container-audit-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-codepipeline-anchore-inline-scan-action": "^2.1.0",
"@cloudcomponents/cdk-codepipeline-dockerfile-linter-action": "^2.1.0",
"@cloudcomponents/cdk-codepipeline-anchore-inline-scan-action": "^2.2.0",
"@cloudcomponents/cdk-codepipeline-dockerfile-linter-action": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions examples/contentful-webhook-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "contentful-webhook-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-contentful-webhook": "^2.1.0",
"@cloudcomponents/cdk-secret-key": "^2.0.0",
"@cloudcomponents/cdk-contentful-webhook": "^2.2.0",
"@cloudcomponents/cdk-secret-key": "^2.1.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/dependency-check-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependency-check-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-dependency-check": "^2.1.0",
"@cloudcomponents/cdk-dependency-check": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/dynamodb-seeder-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamodb-seeder-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-dynamodb-seeder": "^2.1.0",
"@cloudcomponents/cdk-dynamodb-seeder": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions examples/github-webhook-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-webhook-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-github-webhook": "^2.1.0",
"@cloudcomponents/cdk-secret-key": "^2.0.0",
"@cloudcomponents/cdk-github-webhook": "^2.2.0",
"@cloudcomponents/cdk-secret-key": "^2.1.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions examples/notifications-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notifications-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-chatops": "^2.1.0",
"@cloudcomponents/cdk-developer-tools-notifications": "^2.1.0",
"@cloudcomponents/cdk-chatops": "^2.2.0",
"@cloudcomponents/cdk-developer-tools-notifications": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions examples/pull-request-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pull-request-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-pull-request-approval-rule": "^2.1.0",
"@cloudcomponents/cdk-pull-request-check": "^2.1.0",
"@cloudcomponents/cdk-pull-request-approval-rule": "^2.2.0",
"@cloudcomponents/cdk-pull-request-check": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/responsive-email-template-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "responsive-email-template-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-responsive-email-template": "^2.1.0",
"@cloudcomponents/cdk-responsive-email-template": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/s3-antivurs-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3-antivirus-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-s3-antivirus": "^2.1.0",
"@cloudcomponents/cdk-s3-antivirus": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/static-website-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "static-website-example",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-static-website": "^2.0.0",
"@cloudcomponents/cdk-static-website": "^2.1.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions examples/stripe-webhook-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe-webhook-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-secret-key": "^2.0.0",
"@cloudcomponents/cdk-stripe-webhook": "^2.1.0",
"@cloudcomponents/cdk-secret-key": "^2.1.0",
"@cloudcomponents/cdk-stripe-webhook": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/temp-stack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "temp-stack-example",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-temp-stack": "^2.1.0",
"@cloudcomponents/cdk-temp-stack": "^2.2.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
4 changes: 2 additions & 2 deletions examples/wordpress-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wordpress-example",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
"cdk": "cdk"
},
"dependencies": {
"@cloudcomponents/cdk-wordpress": "^2.0.0",
"@cloudcomponents/cdk-wordpress": "^2.1.0",
"aws-cdk-lib": "^2.28.0",
"constructs": "^10.0.41",
"source-map-support": "^0.5.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-blue-green-container-deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcomponents/cdk-blue-green-container-deployment",
"version": "2.1.0",
"version": "2.2.0",
"description": "Blue green container deployment with CodeDeploy",
"license": "MIT",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-chatops/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcomponents/cdk-chatops",
"version": "2.1.0",
"version": "2.2.0",
"description": "Constructs for chattool integration: #slack / msteams",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cdk-cloudfront-authorization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcomponents/cdk-cloudfront-authorization",
"version": "2.1.0",
"version": "2.2.0",
"description": "CloudFront with Cognito authentication using Lambda@Edge",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"constructs": "^10.0.41"
},
"dependencies": {
"@cloudcomponents/cdk-lambda-at-edge-pattern": "^2.1.0"
"@cloudcomponents/cdk-lambda-at-edge-pattern": "^2.2.0"
},
"devDependencies": {
"@aws-cdk/assert": "2.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-codecommit-backup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcomponents/cdk-codecommit-backup",
"version": "2.0.0",
"version": "2.1.0",
"description": "Backup CodeCommit repositories to S3",
"license": "MIT",
"author": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcomponents/cdk-codepipeline-anchore-inline-scan-action",
"version": "2.1.0",
"version": "2.2.0",
"description": "CodePipeline action to integrate Anchore Engine into your pipeline",
"license": "MIT",
"author": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudcomponents/cdk-codepipeline-check-parameter-action",
"version": "2.1.0",
"version": "2.2.0",
"description": "Cdk component that checks if system parameters are set correctly",
"license": "MIT",
"author": {
Expand Down

0 comments on commit b6d931f

Please sign in to comment.