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 (#518)
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 6, 2024
1 parent 7ff1e6c commit 579176c
Show file tree
Hide file tree
Showing 16 changed files with 70 additions and 35 deletions.
8 changes: 0 additions & 8 deletions .changeset/flat-islands-travel.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/nice-goats-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-knives-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-sloths-argue.md

This file was deleted.

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

## 0.10.6

### Patch Changes

- 7ff1e6c: Bump backstage from 1.31.2 to 1.33.5
- 21228b4: Set proper `metadata.action` for the event triggered when an announcement is deleted.
- Updated dependencies [7ff1e6c]
- @procore-oss/backstage-plugin-search-backend-module[email protected]
- @procore-oss/backstage-plugin-announcements-common@0.2.9

## 0.10.5

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

## 0.2.9

### Patch Changes

- 7ff1e6c: Bump backstage from 1.31.2 to 1.33.5

## 0.2.8

### 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.8",
"version": "0.2.9",
"main": "src/index.ts",
"types": "src/index.ts",
"description": "Common functionalities for the announcements plugin",
Expand Down
8 changes: 8 additions & 0 deletions plugins/announcements-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @procore-oss/backstage-plugin-announcements-node

## 0.3.4

### Patch Changes

- 7ff1e6c: Bump backstage from 1.31.2 to 1.33.5
- Updated dependencies [7ff1e6c]
- @procore-oss/backstage-plugin-announcements-common@0.2.9

## 0.3.3

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

## 0.5.0

### Minor Changes

- e44fb0c: Adds internacionalization following Backstage's guidelines

### Patch Changes

- 7ff1e6c: Bump backstage from 1.31.2 to 1.33.5
- Updated dependencies [7ff1e6c]
- @procore-oss/backstage-plugin-announcements-common@0.2.9

## 0.4.7

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

## 0.12.0

### Minor Changes

- 55a2084: Fixes issues when theme object is empty. To solve this issue fallbacks are provided:

- theme provided from mui useTheme function,
- if previous fallback is not working hardcoded value is used.

- e44fb0c: Adds internacionalization following Backstage's guidelines

### Patch Changes

- 7ff1e6c: Bump backstage from 1.31.2 to 1.33.5
- Updated dependencies [7ff1e6c]
- Updated dependencies [e44fb0c]
- @procore-oss/backstage-plugin-announcements-common@0.2.9
- @procore-oss/backstage-plugin-announcements-react@0.5.0

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

## 0.3.4

### Patch Changes

- 7ff1e6c: Bump backstage from 1.31.2 to 1.33.5
- Updated dependencies [7ff1e6c]
- @procore-oss/backstage-plugin-announcements-common@0.2.9
- @procore-oss/backstage-plugin-announcements-node@0.3.4

## 0.3.3

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

0 comments on commit 579176c

Please sign in to comment.