diff --git a/workspaces/microsoft-calendar/.changeset/renovate-3acb850.md b/workspaces/microsoft-calendar/.changeset/renovate-3acb850.md deleted file mode 100644 index d93b2b93886..00000000000 --- a/workspaces/microsoft-calendar/.changeset/renovate-3acb850.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-microsoft-calendar': patch ---- - -Updated dependency `dompurify` to `^3.4.13`. diff --git a/workspaces/microsoft-calendar/plugins/microsoft-calendar/CHANGELOG.md b/workspaces/microsoft-calendar/plugins/microsoft-calendar/CHANGELOG.md index 506198f124b..f5a1e656725 100644 --- a/workspaces/microsoft-calendar/plugins/microsoft-calendar/CHANGELOG.md +++ b/workspaces/microsoft-calendar/plugins/microsoft-calendar/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-microsoft-calendar +## 0.21.1 + +### Patch Changes + +- e1c3240: Updated dependency `dompurify` to `^3.4.13`. + ## 0.21.0 ### Minor Changes diff --git a/workspaces/microsoft-calendar/plugins/microsoft-calendar/package.json b/workspaces/microsoft-calendar/plugins/microsoft-calendar/package.json index ef22dae9663..7d2cbf822d1 100644 --- a/workspaces/microsoft-calendar/plugins/microsoft-calendar/package.json +++ b/workspaces/microsoft-calendar/plugins/microsoft-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-microsoft-calendar", - "version": "0.21.0", + "version": "0.21.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",