Skip to content

Commit

Permalink
Update internal dependencies (#412)
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 Aug 27, 2024
1 parent 7158f76 commit 5a7c10a
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-spoons-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-geese-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-kids-drop.md

This file was deleted.

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

## 0.9.3

### Patch Changes

- Updated dependencies [2bee323]
- @procore-oss/backstage-plugin-search-backend-module[email protected]

## 0.9.2

### 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.9.2",
"version": "0.9.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions plugins/announcements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @procore-oss/backstage-plugin-announcements

## 0.10.0

### Minor Changes

- 3c04265: Add react-dom & types/react as peer dependencies

### Patch Changes

- 7158f76: Make entity card appear on components & systems only by default in new FE system

## 0.9.2

### 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.9.2",
"version": "0.10.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions plugins/search-backend-module-announcements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @procore-oss/backstage-plugin-search-backend-module-announcements

## 0.2.5

### Patch Changes

- 2bee323: Added config.d.ts for configuring the task scheduler

## 0.2.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.2.4",
"version": "0.2.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "MIT",
Expand Down

0 comments on commit 5a7c10a

Please sign in to comment.