Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/little-fans-do.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/azure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gradientedge/cdk-utils-azure

## 2.53.1

### Patch Changes

- [#1104](https://github.com/gradientedge/cdk-utils/pull/1104) [`eb7fb50`](https://github.com/gradientedge/cdk-utils/commit/eb7fb50aa1b892de93618d41b747199b902ddfad) Thanks [@hemalshah-gradientedge](https://github.com/hemalshah-gradientedge)! - Adding contructs to resolve storage accounts and event grid system topics

## 2.53.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/azure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradientedge/cdk-utils-azure",
"version": "2.53.0",
"version": "2.53.1",
"description": "Azure Pulumi utilities for @gradientedge/cdk-utils",
"type": "module",
"main": "dist/src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/cdk-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gradientedge/cdk-utils

## 11.55.1

### Patch Changes

- Updated dependencies [[`eb7fb50`](https://github.com/gradientedge/cdk-utils/commit/eb7fb50aa1b892de93618d41b747199b902ddfad)]:
- @gradientedge/cdk-utils-azure@2.53.1

## 11.55.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gradientedge/cdk-utils",
"version": "11.55.0",
"version": "11.55.1",
"description": "Utilities for AWS CDK, Azure and Cloudflare Pulumi provisioning",
"type": "module",
"main": "dist/src/index.js",
Expand Down