Version Packages (#2410)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Backstage Service Account 2024-12-27 19:56:35 +01:00 committed by GitHub
parent 48094fccd7
commit ba51c92728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 61 additions and 16 deletions

View File

@ -1,10 +0,0 @@
---
'@backstage-community/plugin-search-backend-module-announcements': patch
'@backstage-community/plugin-announcements-backend': patch
'@backstage-community/plugin-announcements-common': patch
'@backstage-community/plugin-announcements-react': patch
'@backstage-community/plugin-announcements-node': patch
'@backstage-community/plugin-announcements': patch
---
Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.

View File

@ -0,0 +1,10 @@
# @backstage-community/plugin-announcements-backend
## 0.1.1
### Patch Changes
- 48094fc: Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.
- Updated dependencies [48094fc]
- @backstage-community/plugin-search-backend-module-announcements@0.1.1
- @backstage-community/plugin-announcements-common@0.1.1

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-announcements-backend",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -0,0 +1,7 @@
# @backstage-community/plugin-announcements-common
## 0.1.1
### Patch Changes
- 48094fc: Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-announcements-common",
"description": "Common functionalities for the announcements plugin",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -0,0 +1,9 @@
# @backstage-community/plugin-announcements-node
## 0.1.1
### Patch Changes
- 48094fc: Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.
- Updated dependencies [48094fc]
- @backstage-community/plugin-announcements-common@0.1.1

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-announcements-node",
"description": "Node.js library for the announcements plugin",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -0,0 +1,9 @@
# @backstage-community/plugin-announcements-react
## 0.1.1
### Patch Changes
- 48094fc: Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.
- Updated dependencies [48094fc]
- @backstage-community/plugin-announcements-common@0.1.1

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-announcements-react",
"description": "Web library for the announcements plugin",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -0,0 +1,10 @@
# @backstage-community/plugin-announcements
## 0.1.1
### Patch Changes
- 48094fc: Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.
- Updated dependencies [48094fc]
- @backstage-community/plugin-announcements-common@0.1.1
- @backstage-community/plugin-announcements-react@0.1.1

View File

@ -1,6 +1,6 @@
{
"name": "@backstage-community/plugin-announcements",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",

View File

@ -0,0 +1,10 @@
# @backstage-community/plugin-search-backend-module-announcements
## 0.1.1
### Patch Changes
- 48094fc: Bump all dependencies to be in line with Backstage v1.34.2. This is the first versioned release of the announcement plugins under the `@backstage-community` scope.
- Updated dependencies [48094fc]
- @backstage-community/plugin-announcements-common@0.1.1
- @backstage-community/plugin-announcements-node@0.1.1

View File

@ -1,7 +1,7 @@
{
"name": "@backstage-community/plugin-search-backend-module-announcements",
"description": "The announcements backend module for the search plugin.",
"version": "0.1.0",
"version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",