@backstage-community/plugin-announcements 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 126b459: Minor bump to fix release process - this should kick off the first release of the announcements plugins under the @backstage-community scope.
8
+ - Updated dependencies [126b459]
9
+ - @backstage-community/plugin-announcements-common@0.1.2
10
+ - @backstage-community/plugin-announcements-react@0.1.2
11
+
3
12
  ## 0.1.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-announcements",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
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.1",
62
- "@backstage-community/plugin-announcements-react": "^0.1.1",
61
+ "@backstage-community/plugin-announcements-common": "^0.1.2",
62
+ "@backstage-community/plugin-announcements-react": "^0.1.2",
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",