Skip to content

Commit

Permalink
Update internal dependencies (#463)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 5, 2024
1 parent aad9d99 commit 9131a70
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/strong-balloons-visit.md

This file was deleted.

22 changes: 22 additions & 0 deletions plugins/announcements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @procore-oss/backstage-plugin-announcements

## 0.11.1

### Patch Changes

- aad9d99: fix: `AdminPortal` was not available for export.

Taking the opportunity to update `AdminPortal` to `AnnouncementsAdminPortal` and make available for export

```tsx
import { AnnouncementsAdminPortal } from '@procore-oss/backstage-plugin-announcements';

// default
<AnnouncementsAdminPortal />

// supports optional props
<AnnouncementsAdminPortal
title='my title'
subtitle='my subtitle'
themeId='my theme'
>
```

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/announcements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@procore-oss/backstage-plugin-announcements",
"version": "0.11.0",
"version": "0.11.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down

0 comments on commit 9131a70

Please sign in to comment.