@backstage-community/plugin-announcements 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/README.md +8 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage-community/plugin-announcements
|
|
2
2
|
|
|
3
|
+
## 0.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e282a2d: Minor improvements to README documentation
|
|
8
|
+
- Updated dependencies [e282a2d]
|
|
9
|
+
- @backstage-community/plugin-announcements-common@0.1.3
|
|
10
|
+
- @backstage-community/plugin-announcements-react@0.1.3
|
|
11
|
+
|
|
3
12
|
## 0.1.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
# announcements
|
|
2
2
|
|
|
3
|
-
The frontend for the Announcements plugin.
|
|
3
|
+
The frontend for the Announcements plugin.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
This plugin provides:
|
|
4
8
|
|
|
5
|
-
- a component to display the latest announcements, for example on a homepage
|
|
6
9
|
- pages to list, view, create, edit and delete announcements
|
|
10
|
+
- a component to display the latest announcements, for example on a homepage
|
|
11
|
+
- a component to display the latest announcement as a banner, if there is one
|
|
12
|
+
- an admin portal to manage announcements
|
|
7
13
|
|
|
8
14
|
## Installation
|
|
9
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-announcements",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"main": "./dist/index.esm.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"postpack": "backstage-cli package postpack"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@backstage-community/plugin-announcements-common": "^0.1.
|
|
62
|
-
"@backstage-community/plugin-announcements-react": "^0.1.
|
|
61
|
+
"@backstage-community/plugin-announcements-common": "^0.1.3",
|
|
62
|
+
"@backstage-community/plugin-announcements-react": "^0.1.3",
|
|
63
63
|
"@backstage/catalog-model": "^1.7.2",
|
|
64
64
|
"@backstage/core-app-api": "^1.15.3",
|
|
65
65
|
"@backstage/core-compat-api": "^0.3.4",
|