@backstage-community/plugin-announcements 0.6.0 → 0.6.1

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 +6 -0
  2. package/package.json +1 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage-community/plugin-announcements
2
2
 
3
+ ## 0.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - e4bd3e6: remove direct dependency on '@types/node'
8
+
3
9
  ## 0.6.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-announcements",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -102,7 +102,6 @@
102
102
  "@testing-library/react": "^14.0.0",
103
103
  "@testing-library/user-event": "^14.5.1",
104
104
  "@types/luxon": "^3.3.3",
105
- "@types/node": "^18.18.7",
106
105
  "cross-fetch": "^3.1.8",
107
106
  "msw": "^1.3.2",
108
107
  "react": "^17.0.0 || ^18.0.0",