Skip to content

Commit 0dab8b0

Browse files
Version Packages (#6616)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4d169e2 commit 0dab8b0

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

workspaces/code-coverage/.changeset/version-bump-1-45-1.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

workspaces/code-coverage/plugins/code-coverage-backend/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-code-coverage-backend
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- 4d169e2: Backstage version bump to v1.45.1
8+
39
## 0.12.1
410

511
### Patch Changes

workspaces/code-coverage/plugins/code-coverage-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backstage-community/plugin-code-coverage-backend",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
55
"backstage": {
66
"role": "backend-plugin",

workspaces/code-coverage/plugins/code-coverage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backstage-community/plugin-code-coverage
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 4d169e2: Backstage version bump to v1.45.1
8+
39
## 0.10.0
410

511
### Minor Changes

workspaces/code-coverage/plugins/code-coverage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@backstage-community/plugin-code-coverage",
33
"description": "A Backstage plugin that helps you keep track of your code coverage",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)