Skip to content

Commit

Permalink
docs: update release notes for frontend plugin v0.12.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed Jun 15, 2024
1 parent ed41a3e commit f2f3122
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions docs/release-notes/frontend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release notes for Frontend plugin

## > 0.12.2

[GitHub release](https://github.com/PagerDuty/backstage-plugin/releases/tag/0.12.2)

### Summary

This release includes a security patch and a bug fix that was allowing users to create incidents without defining the description of incidents after they created the first one. The state of the description property is now being cleaned up on successful incident creation.

### Changes

- chore(deps): bump braces from 3.0.2 to 3.0.3
- fix: ensures incident description state is cleaned after an incident is triggered

### Dependencies

- `@pagerduty/backstage-plugin-backend: ^0.5.1`
- `@pagerduty/backstage-plugin-common: ^0.1.2`

## > 0.12.1

[GitHub release](https://github.com/PagerDuty/backstage-plugin/releases/tag/0.12.1)
Expand Down
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block announce %}
<div>
<p>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/backstage-plugin-docs/release-notes/frontend/#0121">0.12.1</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#061">0.6.1</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#013">0.1.3</a>) and Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#012">0.1.2</a>) </span>
<strong>🎉 New release!</strong> <span style="margin-left: 20px;"> Checkout the latest versions for Frontend(<a href="/backstage-plugin-docs/release-notes/frontend/#0122">0.12.2</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#061">0.6.1</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#013">0.1.3</a>) and Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#012">0.1.2</a>) </span>
</p>
</div>
{% endblock %}

0 comments on commit f2f3122

Please sign in to comment.