Skip to content

Commit d8c8d58

Browse files
Version Packages (#6269)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 685783e commit d8c8d58

File tree

11 files changed

+51
-26
lines changed

11 files changed

+51
-26
lines changed

workspaces/adr/.changeset/chatty-experts-jam.md

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

workspaces/adr/.changeset/late-lies-train.md

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

workspaces/adr/.changeset/version-bump-1-45-1.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.16.0
4+
5+
### Minor Changes
6+
7+
- 1afca36: Backstage version bump to v1.45.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1afca36]
12+
- @backstage-community/plugin-adr-common@0.14.0
13+
- @backstage-community/search-backend-module-adr@0.13.0
14+
315
## 0.15.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.15.0",
3+
"version": "0.16.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.14.0
4+
5+
### Minor Changes
6+
7+
- 1afca36: Backstage version bump to v1.45.1
8+
39
## 0.13.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.13.0",
3+
"version": "0.14.0",
44
"description": "Common functionalities for the adr plugin",
55
"backstage": {
66
"role": "common-library",

workspaces/adr/plugins/adr/CHANGELOG.md

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

3+
## 0.18.0
4+
5+
### Minor Changes
6+
7+
- 1afca36: Backstage version bump to v1.45.1
8+
9+
### Patch Changes
10+
11+
- 685783e: FrontMatter decorator shows now a local date without time and timezone instead of a full `Date.toString()` string. It also uppercase the first character for lowercase-only strings.
12+
- 7bc52c7: Change status badge (tag/chip) to more colorful variants:
13+
14+
1. "good" labels for the status "accepted" from the primary theme color to the success palette color.
15+
2. "warning" labels for the status "deprecated" from the secondary theme color to the warning palette color.
16+
3. "dangerous" labels for the status "rejected" from the secondary theme color to the error palette color.
17+
18+
- Updated dependencies [1afca36]
19+
- @backstage-community/plugin-adr-common@0.14.0
20+
321
## 0.17.2
422

523
### Patch 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.17.2",
3+
"version": "0.18.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.13.0
4+
5+
### Minor Changes
6+
7+
- 1afca36: Backstage version bump to v1.45.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [1afca36]
12+
- @backstage-community/plugin-adr-common@0.14.0
13+
314
## 0.12.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)