Skip to content

Commit

Permalink
docs: version 0.14.1 of frontend plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Barbosa <tbarbos@hotmail.com>
  • Loading branch information
t1agob committed Jul 24, 2024
1 parent 0b9e3c5 commit 562cbc4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions docs/release-notes/frontend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release notes for Frontend plugin

## > 0.14.1

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

### Summary

This release refactors areas where JSON.parse was used in unsafe code which leaves the potential for unexpected exceptions.

It also bumps Backstage package versions and fixes a high severity security issue on a 3rd party dependency.

### Changes

- chore(deps): bump fast-loops from 1.1.3 to 1.1.4
chore: remove json parse from unsafe code

### Dependencies

- `@pagerduty/backstage-plugin-backend: 0.8.0`
- `@pagerduty/backstage-plugin-common: 0.2.0`

## > 0.14.0

[GitHub release](https://github.com/PagerDuty/backstage-plugin/releases/tag/0.14.0)
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/#0140">0.14.0</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#082">0.8.2</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#020">0.2.0</a>), Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#021">0.2.1</a>) and Entity Processor(<a href="/backstage-plugin-docs/release-notes/entity-processor/#021">0.2.1</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/#0141">0.14.1</a>), Backend(<a href="/backstage-plugin-docs/release-notes/backend/#082">0.8.2</a>), Common(<a href="/backstage-plugin-docs/release-notes/common/#020">0.2.0</a>), Scaffolder Actions(<a href="/backstage-plugin-docs/release-notes/scaffolder-actions/#021">0.2.1</a>) and Entity Processor(<a href="/backstage-plugin-docs/release-notes/entity-processor/#021">0.2.1</a>) </span>
</p>
</div>
{% endblock %}

0 comments on commit 562cbc4

Please sign in to comment.