Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Update internal dependencies (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 27, 2024
1 parent d6465e5 commit acb6f57
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 26 deletions.
20 changes: 0 additions & 20 deletions .changeset/cyan-kiwis-prove.md

This file was deleted.

22 changes: 22 additions & 0 deletions plugins/announcements-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @procore-oss/backstage-plugin-announcements-backend

## 1.0.0

### Major Changes

- d6465e5: The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated.

All plugins are perserved at version 0.1.1, and the new packages are available at the following locations:

- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements)
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend)
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common)
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react)
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node)

The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository.

### Patch Changes

- Updated dependencies [d6465e5]
- @procore-oss/backstage-plugin-search-backend-module-announcements@1.0.0
- @procore-oss/backstage-plugin-announcements-common@1.0.0

## 0.10.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/announcements-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@procore-oss/backstage-plugin-announcements-backend",
"version": "0.10.6",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
16 changes: 16 additions & 0 deletions plugins/announcements-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @procore-oss/backstage-plugin-announcements-common

## 1.0.0

### Major Changes

- d6465e5: The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated.

All plugins are perserved at version 0.1.1, and the new packages are available at the following locations:

- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements)
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend)
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common)
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react)
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node)

The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository.

## 0.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/announcements-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@procore-oss/backstage-plugin-announcements-common",
"version": "0.2.9",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"description": "Common functionalities for the announcements plugin",
Expand Down
21 changes: 21 additions & 0 deletions plugins/announcements-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @procore-oss/backstage-plugin-announcements-node

## 1.0.0

### Major Changes

- d6465e5: The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated.

All plugins are perserved at version 0.1.1, and the new packages are available at the following locations:

- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements)
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend)
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common)
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react)
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node)

The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository.

### Patch Changes

- Updated dependencies [d6465e5]
- @procore-oss/backstage-plugin-announcements-common@1.0.0

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/announcements-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@procore-oss/backstage-plugin-announcements-node",
"description": "Node.js library for the announcements plugin",
"version": "0.3.4",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
21 changes: 21 additions & 0 deletions plugins/announcements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @procore-oss/backstage-plugin-announcements-react

## 1.0.0

### Major Changes

- d6465e5: The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated.

All plugins are perserved at version 0.1.1, and the new packages are available at the following locations:

- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements)
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend)
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common)
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react)
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node)

The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository.

### Patch Changes

- Updated dependencies [d6465e5]
- @procore-oss/backstage-plugin-announcements-common@1.0.0

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/announcements-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@procore-oss/backstage-plugin-announcements-react",
"description": "Web library for the announcements plugin",
"version": "0.5.1",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions plugins/announcements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @procore-oss/backstage-plugin-announcements

## 1.0.0

### Major Changes

- d6465e5: The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated.

All plugins are perserved at version 0.1.1, and the new packages are available at the following locations:

- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements)
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend)
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common)
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react)
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node)

The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository.

### Patch Changes

- Updated dependencies [d6465e5]
- @procore-oss/backstage-plugin-announcements-common@1.0.0
- @procore-oss/backstage-plugin-announcements-react@1.0.0

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/announcements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@procore-oss/backstage-plugin-announcements",
"version": "0.13.1",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions plugins/search-backend-module-announcements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @procore-oss/backstage-plugin-search-backend-module-announcements

## 1.0.0

### Major Changes

- d6465e5: The announcements plugin has been migrated to the @backstage-community namespace. This will be the last release under the @procore-oss namespace and the changeset will not be migrated.

All plugins are perserved at version 0.1.1, and the new packages are available at the following locations:

- [@backstage-community/plugin-announcements](https://www.npmjs.com/package/@backstage-community/plugin-announcements)
- [@backstage-community/plugin-announcements-backend](https://www.npmjs.com/package/@backstage-community/plugin-announcements-backend)
- [@backstage-community/plugin-announcements-common](https://www.npmjs.com/package/@backstage-community/plugin-announcements-common)
- [@backstage-community/plugin-announcements-react](https://www.npmjs.com/package/@backstage-community/plugin-announcements-react)
- [@backstage-community/plugin-announcements-node](https://www.npmjs.com/package/@backstage-community/plugin-announcements-node)

The code for the announcements plugins can be found [here](https://github.com/backstage/community-plugins/tree/main/workspaces/announcements). Looking to contribute or help maintain? Check out the [contributing guide](https://github.com/backstage/community-plugins/blob/main/CONTRIBUTING.md) in the community plugins repository.

### Patch Changes

- Updated dependencies [d6465e5]
- @procore-oss/backstage-plugin-announcements-common@1.0.0
- @procore-oss/backstage-plugin-announcements-node@1.0.0

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/search-backend-module-announcements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@procore-oss/backstage-plugin-search-backend-module-announcements",
"description": "The announcements backend module for the search plugin.",
"version": "0.3.4",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down

0 comments on commit acb6f57

Please sign in to comment.