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
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 55a2084 commit 4f92b21
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/flat-islands-travel.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.

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

## 0.10.6

### Patch Changes

- 21228b4: Set proper `metadata.action` for the event triggered when an announcement is deleted.

## 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-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @procore-oss/backstage-plugin-announcements-react

## 0.5.0

### Minor Changes

- e44fb0c: Adds internacionalization following Backstage's guidelines

## 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
16 changes: 16 additions & 0 deletions plugins/announcements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @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

- Updated dependencies [e44fb0c]
- @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

0 comments on commit 4f92b21

Please sign in to comment.