@backstage/core-plugin-api 0.1.12 → 0.1.13

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - 4a336fd292: Deprecate use of extensions without name. Adds a warning to the developer console to prompt integrators to provide names for extensions.
8
+ - 8b4284cd5c: Improve API documentation for @backstage/core-plugin-api
9
+ - e059aea7b9: Deprecate unused ApiRef types
10
+ - Updated dependencies
11
+ - @backstage/theme@0.2.13
12
+
3
13
  ## 0.1.12
4
14
 
5
15
  ### Patch Changes