Skip to content

Commit

Permalink
Update internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and dweber019 committed Sep 25, 2024
1 parent 26115ca commit 40831e1
Show file tree
Hide file tree
Showing 37 changed files with 198 additions and 91 deletions.
19 changes: 0 additions & 19 deletions .changeset/brave-houses-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-lobsters-appear.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# app

## 0.0.21

### Patch Changes

- Updated dependencies [e1586e3]
- @dweber019/backstage-plugin-api-docs-spectral[email protected]
- @dweber019/backstage-plugin-api-docs-module-wsdl@0.0.16
- @dweber019/backstage-plugin-missing-entity@0.0.5
- @dweber019/backstage-plugin-simple-icons@0.0.5
- @dweber019/backstage-plugin-accentuate@0.0.10
- @dweber019/backstage-plugin-endoflife@0.0.15
- @dweber019/backstage-plugin-relations@0.0.10
- @dweber019/backstage-plugin-tips@0.0.19

## 0.0.20

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,14 +36,14 @@
"@backstage/plugin-techdocs-react": "^1.2.8",
"@backstage/plugin-user-settings": "^0.8.12",
"@backstage/theme": "^0.5.7",
"@dweber019/backstage-plugin-accentuate": "^0.0.9",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.15",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.5",
"@dweber019/backstage-plugin-endoflife": "^0.0.14",
"@dweber019/backstage-plugin-missing-entity": "0.0.4",
"@dweber019/backstage-plugin-relations": "0.0.9",
"@dweber019/backstage-plugin-simple-icons": "^0.0.4",
"@dweber019/backstage-plugin-tips": "^0.0.18",
"@dweber019/backstage-plugin-accentuate": "^0.0.10",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.16",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.6",
"@dweber019/backstage-plugin-endoflife": "^0.0.15",
"@dweber019/backstage-plugin-missing-entity": "0.0.5",
"@dweber019/backstage-plugin-relations": "0.0.10",
"@dweber019/backstage-plugin-simple-icons": "^0.0.5",
"@dweber019/backstage-plugin-tips": "^0.0.19",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# backend

## 0.0.17

### Patch Changes

- Updated dependencies [e1586e3]
- Updated dependencies [e1586e3]
- @dweber019/backstage-plugin-api-docs-module-wsdl[email protected]
- @dweber019/backstage-plugin-missing-entity-backend@0.0.6
- @dweber019/backstage-plugin-accentuate-backend@1.0.0
- @dweber019/backstage-plugin-endoflife-backend@0.0.11
- @dweber019/backstage-plugin-relations-backend@0.0.10

## 0.0.16

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.16",
"version": "0.0.17",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -50,11 +50,11 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.2.2",
"@backstage/plugin-search-backend-node": "^1.3.2",
"@backstage/plugin-techdocs-backend": "^1.10.13",
"@dweber019/backstage-plugin-accentuate-backend": "^0.0.8",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.15",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.10",
"@dweber019/backstage-plugin-missing-entity-backend": "0.0.5",
"@dweber019/backstage-plugin-relations-backend": "0.0.9",
"@dweber019/backstage-plugin-accentuate-backend": "^1.0.0",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^1.0.0",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.11",
"@dweber019/backstage-plugin-missing-entity-backend": "0.0.6",
"@dweber019/backstage-plugin-relations-backend": "0.0.10",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"express": "^4.18.1",
Expand Down
12 changes: 12 additions & 0 deletions plugins/accentuate-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @dweber019/backstage-plugin-accentuate-backend

## 1.0.0

### Major Changes

- e1586e3: BREAKING: The deprecated identity and token manager services have been removed from route configurations.

### Patch Changes

- e1586e3: Update backstage to 1.31.1.
- Updated dependencies [e1586e3]
- @dweber019/backstage-plugin-accentuate-common@0.0.8

## 0.0.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/accentuate-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"directory": "plugins/accentuate-backend"
},
"license": "MIT",
"version": "0.0.8",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-auth-node": "^0.5.2",
"@backstage/plugin-catalog-node": "^1.13.0",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.7",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.8",
"@types/express": "^4.17.6",
"deepmerge": "^4.3.1",
"express": "^4.18.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/accentuate-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-accentuate-common

## 0.0.8

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/accentuate-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "plugins/accentuate-common"
},
"license": "MIT",
"version": "0.0.7",
"version": "0.0.8",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/accentuate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dweber019/backstage-plugin-accentuate

## 0.0.10

### Patch Changes

- e1586e3: Update backstage to 1.31.1.
- Updated dependencies [e1586e3]
- @dweber019/backstage-plugin-accentuate-common@0.0.8

## 0.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/accentuate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"directory": "plugins/accentuate"
},
"license": "MIT",
"version": "0.0.9",
"version": "0.0.10",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-catalog": "^1.23.0",
"@backstage/plugin-catalog-react": "^1.13.0",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.7",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.8",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
Expand Down
10 changes: 10 additions & 0 deletions plugins/api-docs-module-wsdl-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @dweber019/backstage-plugin-api-docs-module-wsdl-backend

## 1.0.0

### Major Changes

- e1586e3: BREAKING: The deprecated identity and token manager services have been removed from route configurations.

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-module-wsdl-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "plugins/api-docs-module-wsdl-backend"
},
"license": "MIT",
"version": "0.0.15",
"version": "1.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/api-docs-module-wsdl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-api-docs-module-wsdl

## 0.0.16

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-module-wsdl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"directory": "plugins/api-docs-module-wsdl"
},
"license": "MIT",
"version": "0.0.15",
"version": "0.0.16",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/api-docs-spectral-linter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-api-docs-spectral-linter

## 0.4.6

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/api-docs-spectral-linter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"directory": "plugins/api-docs-spectral-linter"
},
"license": "MIT",
"version": "0.4.5",
"version": "0.4.6",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/endoflife-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-endoflife-backend

## 0.0.11

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/endoflife-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"directory": "plugins/endoflife-backend"
},
"license": "MIT",
"version": "0.0.10",
"version": "0.0.11",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/endoflife/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-endoflife

## 0.0.15

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/endoflife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"directory": "plugins/endoflife"
},
"license": "MIT",
"version": "0.0.14",
"version": "0.0.15",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/missing-entity-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dweber019/backstage-plugin-missing-entity-backend

## 0.0.6

### Patch Changes

- e1586e3: Update backstage to 1.31.1.
- Updated dependencies [e1586e3]
- @dweber019/backstage-plugin-missing-entity-common@0.0.2

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/missing-entity-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-missing-entity-backend",
"version": "0.0.5",
"version": "0.0.6",
"backstage": {
"role": "backend-plugin",
"pluginId": "missing-entity",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@backstage/errors": "^1.2.4",
"@backstage/plugin-notifications-node": "^0.2.6",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.1",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.2",
"@types/express": "*",
"express": "^4.18.1",
"express-promise-router": "^4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/missing-entity-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-missing-entity-common

## 0.0.2

### Patch Changes

- e1586e3: Update backstage to 1.31.1.

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/missing-entity-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-missing-entity-common",
"version": "0.0.1",
"version": "0.0.2",
"description": "Common functionalities for the missing entity plugin",
"backstage": {
"role": "common-library",
Expand Down
8 changes: 8 additions & 0 deletions plugins/missing-entity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dweber019/backstage-plugin-missing-entity

## 0.0.5

### Patch Changes

- e1586e3: Update backstage to 1.31.1.
- Updated dependencies [e1586e3]
- @dweber019/backstage-plugin-missing-entity-common@0.0.2

## 0.0.4

### Patch Changes
Expand Down
Loading

0 comments on commit 40831e1

Please sign in to comment.