Skip to content

Commit c0f3abe

Browse files
Version Packages (#6218)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 21f564f commit c0f3abe

File tree

14 files changed

+70
-21
lines changed

14 files changed

+70
-21
lines changed

workspaces/announcements/.changeset/small-pots-give.md

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

workspaces/announcements/.changeset/version-bump-1-45-1.md

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

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

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

3+
## 0.17.0
4+
5+
### Minor Changes
6+
7+
- bda0481: Backstage version bump to v1.45.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bda0481]
12+
- @backstage-community/plugin-announcements-common@0.13.0
13+
314
## 0.16.0
415

516
### Minor Changes

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

workspaces/announcements/plugins/announcements-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-announcements-common
22

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

511
### Patch Changes

workspaces/announcements/plugins/announcements-common/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-announcements-common",
33
"description": "Common functionalities for the announcements plugin",
4-
"version": "0.12.1",
4+
"version": "0.13.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/announcements/plugins/announcements-node/CHANGELOG.md

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

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- bda0481: Backstage version bump to v1.45.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bda0481]
12+
- @backstage-community/plugin-announcements-common@0.13.0
13+
314
## 0.10.1
415

516
### Patch Changes

workspaces/announcements/plugins/announcements-node/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-announcements-node",
33
"description": "Node.js library for the announcements plugin",
4-
"version": "0.10.1",
4+
"version": "0.11.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

workspaces/announcements/plugins/announcements-react/CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- bda0481: Backstage version bump to v1.45.1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [bda0481]
12+
- @backstage-community/plugin-announcements-common@0.13.0
13+
314
## 0.14.1
415

516
### Patch Changes

workspaces/announcements/plugins/announcements-react/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-announcements-react",
33
"description": "Web library for the announcements plugin",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)