Skip to content

Commit b147b0a

Browse files
Version Packages (#4166)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7b76f80 commit b147b0a

File tree

9 files changed

+44
-12
lines changed

9 files changed

+44
-12
lines changed

workspaces/adr/.changeset/version-bump-1-39-0.md

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

workspaces/adr/plugins/adr-backend/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- fc4fa2c: Backstage version bump to v1.39.0
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fc4fa2c]
12+
- @backstage-community/plugin-adr-common@0.8.0
13+
- @backstage-community/search-backend-module-adr@0.7.0
14+
315
## 0.9.0
416

517
### Minor Changes

workspaces/adr/plugins/adr-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-adr-backend",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

workspaces/adr/plugins/adr-common/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- fc4fa2c: Backstage version bump to v1.39.0
8+
39
## 0.7.0
410

511
### Minor Changes

workspaces/adr/plugins/adr-common/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-adr-common",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Common functionalities for the adr plugin",
55
"backstage": {
66
"role": "common-library",

workspaces/adr/plugins/adr/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- fc4fa2c: Backstage version bump to v1.39.0
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fc4fa2c]
12+
- @backstage-community/plugin-adr-common@0.8.0
13+
314
## 0.10.0
415

516
### Minor Changes

workspaces/adr/plugins/adr/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-adr",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"backstage": {
55
"role": "frontend-plugin",
66
"pluginId": "adr",

workspaces/adr/plugins/search-backend-module-adr/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @backstage-community/search-backend-module-adr
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- fc4fa2c: Backstage version bump to v1.39.0
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [fc4fa2c]
12+
- @backstage-community/plugin-adr-common@0.8.0
13+
314
## 0.6.0
415

516
### Minor Changes

workspaces/adr/plugins/search-backend-module-adr/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/search-backend-module-adr",
33
"description": "The adr backend module for the search plugin.",
4-
"version": "0.6.0",
4+
"version": "0.7.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)