diff --git a/.changeset/itchy-boxes-feel.md b/.changeset/itchy-boxes-feel.md deleted file mode 100644 index b655a635..00000000 --- a/.changeset/itchy-boxes-feel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@gradientedge/cdk-utils-azure': minor -'@gradientedge/cdk-utils': minor ---- - -feat: adding geo-replication L1 support for service bus namespace diff --git a/.changeset/two-days-wear.md b/.changeset/two-days-wear.md deleted file mode 100644 index 5f021617..00000000 --- a/.changeset/two-days-wear.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@gradientedge/cdk-utils-cloudflare': minor -'@gradientedge/cdk-utils-azure': minor -'@gradientedge/cdk-utils-aws': minor -'@gradientedge/cdk-utils': minor ---- - -feat: bumping dependencies diff --git a/packages/aws/CHANGELOG.md b/packages/aws/CHANGELOG.md index 6568b1d3..a6ff0710 100644 --- a/packages/aws/CHANGELOG.md +++ b/packages/aws/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradientedge/cdk-utils-aws +## 2.19.0 + +### Minor Changes + +- [#1099](https://github.com/gradientedge/cdk-utils/pull/1099) [`0ad896e`](https://github.com/gradientedge/cdk-utils/commit/0ad896e40d749eb53843917ff759ae9a63a739e7) Thanks [@despock](https://github.com/despock)! - feat: bumping dependencies + ## 2.18.0 ### Minor Changes diff --git a/packages/aws/package.json b/packages/aws/package.json index 1c029a9c..1e25128f 100644 --- a/packages/aws/package.json +++ b/packages/aws/package.json @@ -1,6 +1,6 @@ { "name": "@gradientedge/cdk-utils-aws", - "version": "2.18.0", + "version": "2.19.0", "description": "AWS CDK utilities for @gradientedge/cdk-utils", "type": "module", "main": "dist/src/index.js", diff --git a/packages/azure/CHANGELOG.md b/packages/azure/CHANGELOG.md index 47ddaeff..1d125852 100644 --- a/packages/azure/CHANGELOG.md +++ b/packages/azure/CHANGELOG.md @@ -1,5 +1,13 @@ # @gradientedge/cdk-utils-azure +## 2.53.0 + +### Minor Changes + +- [#1099](https://github.com/gradientedge/cdk-utils/pull/1099) [`1a2109a`](https://github.com/gradientedge/cdk-utils/commit/1a2109ac8f10d78cec67fa9d6855f2a69ae00233) Thanks [@despock](https://github.com/despock)! - feat: adding geo-replication L1 support for service bus namespace + +- [#1099](https://github.com/gradientedge/cdk-utils/pull/1099) [`0ad896e`](https://github.com/gradientedge/cdk-utils/commit/0ad896e40d749eb53843917ff759ae9a63a739e7) Thanks [@despock](https://github.com/despock)! - feat: bumping dependencies + ## 2.52.1 ### Patch Changes diff --git a/packages/azure/package.json b/packages/azure/package.json index e231b2d2..9851c319 100644 --- a/packages/azure/package.json +++ b/packages/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gradientedge/cdk-utils-azure", - "version": "2.52.1", + "version": "2.53.0", "description": "Azure Pulumi utilities for @gradientedge/cdk-utils", "type": "module", "main": "dist/src/index.js", diff --git a/packages/cdk-utils/CHANGELOG.md b/packages/cdk-utils/CHANGELOG.md index 9d3e8165..7c98f42c 100644 --- a/packages/cdk-utils/CHANGELOG.md +++ b/packages/cdk-utils/CHANGELOG.md @@ -1,5 +1,20 @@ # @gradientedge/cdk-utils +## 11.54.0 + +### Minor Changes + +- [#1099](https://github.com/gradientedge/cdk-utils/pull/1099) [`1a2109a`](https://github.com/gradientedge/cdk-utils/commit/1a2109ac8f10d78cec67fa9d6855f2a69ae00233) Thanks [@despock](https://github.com/despock)! - feat: adding geo-replication L1 support for service bus namespace + +- [#1099](https://github.com/gradientedge/cdk-utils/pull/1099) [`0ad896e`](https://github.com/gradientedge/cdk-utils/commit/0ad896e40d749eb53843917ff759ae9a63a739e7) Thanks [@despock](https://github.com/despock)! - feat: bumping dependencies + +### Patch Changes + +- Updated dependencies [[`1a2109a`](https://github.com/gradientedge/cdk-utils/commit/1a2109ac8f10d78cec67fa9d6855f2a69ae00233), [`0ad896e`](https://github.com/gradientedge/cdk-utils/commit/0ad896e40d749eb53843917ff759ae9a63a739e7)]: + - @gradientedge/cdk-utils-azure@2.53.0 + - @gradientedge/cdk-utils-cloudflare@2.23.0 + - @gradientedge/cdk-utils-aws@2.19.0 + ## 11.53.1 ### Patch Changes diff --git a/packages/cdk-utils/package.json b/packages/cdk-utils/package.json index 506ea574..09154cb1 100644 --- a/packages/cdk-utils/package.json +++ b/packages/cdk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gradientedge/cdk-utils", - "version": "11.53.1", + "version": "11.54.0", "description": "Utilities for AWS CDK, Azure and Cloudflare Pulumi provisioning", "type": "module", "main": "dist/src/index.js", diff --git a/packages/cloudflare/CHANGELOG.md b/packages/cloudflare/CHANGELOG.md index c3a9a7a7..05d0b242 100644 --- a/packages/cloudflare/CHANGELOG.md +++ b/packages/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradientedge/cdk-utils-cloudflare +## 2.23.0 + +### Minor Changes + +- [#1099](https://github.com/gradientedge/cdk-utils/pull/1099) [`0ad896e`](https://github.com/gradientedge/cdk-utils/commit/0ad896e40d749eb53843917ff759ae9a63a739e7) Thanks [@despock](https://github.com/despock)! - feat: bumping dependencies + ## 2.22.0 ### Minor Changes diff --git a/packages/cloudflare/package.json b/packages/cloudflare/package.json index 2d2aca12..50ba9a4a 100644 --- a/packages/cloudflare/package.json +++ b/packages/cloudflare/package.json @@ -1,6 +1,6 @@ { "name": "@gradientedge/cdk-utils-cloudflare", - "version": "2.22.0", + "version": "2.23.0", "description": "Cloudflare Pulumi utilities for @gradientedge/cdk-utils", "type": "module", "main": "dist/src/index.js",