diff --git a/.changeset/dirty-pillows-brush.md b/.changeset/dirty-pillows-brush.md deleted file mode 100644 index b3f1b4ca..00000000 --- a/.changeset/dirty-pillows-brush.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@gradientedge/cdk-utils-azure': minor -'@gradientedge/cdk-utils': minor ---- - -feat: support existing Service Bus namespace with owned queue in event-handler diff --git a/packages/azure/CHANGELOG.md b/packages/azure/CHANGELOG.md index 328715ab..d5461285 100644 --- a/packages/azure/CHANGELOG.md +++ b/packages/azure/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradientedge/cdk-utils-azure +## 2.48.0 + +### Minor Changes + +- [#1083](https://github.com/gradientedge/cdk-utils/pull/1083) [`a65174f`](https://github.com/gradientedge/cdk-utils/commit/a65174fdd76b9cce585e0bfc44e56d9498edd418) Thanks [@despock](https://github.com/despock)! - feat: support existing Service Bus namespace with owned queue in event-handler + ## 2.47.0 ### Minor Changes diff --git a/packages/azure/package.json b/packages/azure/package.json index e13987bd..4326d5e0 100644 --- a/packages/azure/package.json +++ b/packages/azure/package.json @@ -1,6 +1,6 @@ { "name": "@gradientedge/cdk-utils-azure", - "version": "2.47.0", + "version": "2.48.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 1f1bdd99..6cfe79de 100644 --- a/packages/cdk-utils/CHANGELOG.md +++ b/packages/cdk-utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradientedge/cdk-utils +## 11.49.0 + +### Minor Changes + +- [#1083](https://github.com/gradientedge/cdk-utils/pull/1083) [`a65174f`](https://github.com/gradientedge/cdk-utils/commit/a65174fdd76b9cce585e0bfc44e56d9498edd418) Thanks [@despock](https://github.com/despock)! - feat: support existing Service Bus namespace with owned queue in event-handler + +### Patch Changes + +- Updated dependencies [[`a65174f`](https://github.com/gradientedge/cdk-utils/commit/a65174fdd76b9cce585e0bfc44e56d9498edd418)]: + - @gradientedge/cdk-utils-azure@2.48.0 + ## 11.48.2 ### Patch Changes diff --git a/packages/cdk-utils/package.json b/packages/cdk-utils/package.json index b4c400c1..8a5e6dce 100644 --- a/packages/cdk-utils/package.json +++ b/packages/cdk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gradientedge/cdk-utils", - "version": "11.48.2", + "version": "11.49.0", "description": "Utilities for AWS CDK, Azure and Cloudflare Pulumi provisioning", "type": "module", "main": "dist/src/index.js",