Skip to content

Commit 664e307

Browse files
Version Packages (#8819)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 510c863 commit 664e307

14 files changed

Lines changed: 70 additions & 21 deletions

File tree

workspaces/announcements/.changeset/popular-grapes-dance.md

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

workspaces/announcements/.changeset/version-bump-1-50-2.md

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

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

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- 510c863: Backstage version bump to v1.50.2
8+
9+
### Patch Changes
10+
11+
- 3f2d8c2: Updated dependency `@types/supertest` to `^7.0.0`.
12+
- Updated dependencies [510c863]
13+
- @backstage-community/plugin-announcements-common@0.20.0
14+
315
## 0.23.1
416

517
### Patch 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.23.1",
3+
"version": "0.24.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.20.0
4+
5+
### Minor Changes
6+
7+
- 510c863: Backstage version bump to v1.50.2
8+
39
## 0.19.0
410

511
### Minor 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.19.0",
4+
"version": "0.20.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.18.0
4+
5+
### Minor Changes
6+
7+
- 510c863: Backstage version bump to v1.50.2
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [510c863]
12+
- @backstage-community/plugin-announcements-common@0.20.0
13+
314
## 0.17.0
415

516
### Minor 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.17.0",
4+
"version": "0.18.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.25.0
4+
5+
### Minor Changes
6+
7+
- 510c863: Backstage version bump to v1.50.2
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [510c863]
12+
- @backstage-community/plugin-announcements-common@0.20.0
13+
314
## 0.24.0
415

516
### Minor 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.24.0",
4+
"version": "0.25.0",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)