committed by
Patrik Oldsberg
parent
2aed4037b0
commit
b228d7d9c2
@@ -1,5 +1,18 @@
|
||||
# @backstage/plugin-newrelic
|
||||
|
||||
## 0.3.40
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
|
||||
- 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
|
||||
- 55cb7061e072: Fixed bug in NewRelicComponent component where table would not sort correctly for numerical values.
|
||||
- 8cec7664e146: Removed `@types/node` dependency
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.13.5
|
||||
- @backstage/core-plugin-api@1.6.0
|
||||
- @backstage/theme@0.4.2
|
||||
|
||||
## 0.3.40-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-newrelic",
|
||||
"description": "A Backstage plugin that integrates towards New Relic",
|
||||
"version": "0.3.40-next.3",
|
||||
"version": "0.3.40",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user