Version Packages

This commit is contained in:
github-actions[bot] 2024-07-19 14:58:38 +00:00
parent 0abe49c6a9
commit 8b0fa1cc86
6 changed files with 15 additions and 13 deletions

View File

@ -1,5 +0,0 @@
---
'@backstage-community/plugin-code-coverage': patch
---
Updated dependency `highlight.js` to `^11.0.0`.

View File

@ -1,6 +0,0 @@
---
'@backstage-community/plugin-code-coverage-backend': patch
'@backstage-community/plugin-code-coverage': patch
---
version:bump to v1.29.1

View File

@ -1,5 +1,11 @@
# @backstage-community/plugin-code-coverage-backend
## 0.2.33
### Patch Changes
- 1a94274: version:bump to v1.29.1
## 0.2.32
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-code-coverage-backend",
"version": "0.2.32",
"version": "0.2.33",
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
"backstage": {
"role": "backend-plugin",

View File

@ -1,5 +1,12 @@
# @backstage-community/plugin-code-coverage
## 0.2.29
### Patch Changes
- a53dea5: Updated dependency `highlight.js` to `^11.0.0`.
- 1a94274: version:bump to v1.29.1
## 0.2.28
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-code-coverage",
"description": "A Backstage plugin that helps you keep track of your code coverage",
"version": "0.2.28",
"version": "0.2.29",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",