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 Dec 28, 2024
1 parent c7bdd1e commit 1a8bf19
Show file tree
Hide file tree
Showing 36 changed files with 189 additions and 85 deletions.
19 changes: 0 additions & 19 deletions .changeset/nice-adults-grab.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.26

### Patch Changes

- Updated dependencies [c7bdd1e]
- @dweber019/backstage-plugin-api-docs-spectral[email protected]
- @dweber019/backstage-plugin-api-docs-module-wsdl@0.0.18
- @dweber019/backstage-plugin-missing-entity@0.0.7
- @dweber019/backstage-plugin-simple-icons@0.0.10
- @dweber019/backstage-plugin-accentuate@0.0.12
- @dweber019/backstage-plugin-endoflife@0.0.17
- @dweber019/backstage-plugin-relations@0.0.12
- @dweber019/backstage-plugin-tips@0.0.21

## 0.0.25

### 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.25",
"version": "0.0.26",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,14 +36,14 @@
"@backstage/plugin-techdocs-react": "^1.2.12",
"@backstage/plugin-user-settings": "^0.8.17",
"@backstage/theme": "^0.6.3",
"@dweber019/backstage-plugin-accentuate": "^0.0.11",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.17",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.7",
"@dweber019/backstage-plugin-endoflife": "^0.0.16",
"@dweber019/backstage-plugin-missing-entity": "0.0.6",
"@dweber019/backstage-plugin-relations": "0.0.11",
"@dweber019/backstage-plugin-simple-icons": "^0.0.9",
"@dweber019/backstage-plugin-tips": "^0.0.20",
"@dweber019/backstage-plugin-accentuate": "^0.0.12",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.18",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.8",
"@dweber019/backstage-plugin-endoflife": "^0.0.17",
"@dweber019/backstage-plugin-missing-entity": "0.0.7",
"@dweber019/backstage-plugin-relations": "0.0.12",
"@dweber019/backstage-plugin-simple-icons": "^0.0.10",
"@dweber019/backstage-plugin-tips": "^0.0.21",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# backend

## 0.0.19

### Patch Changes

- Updated dependencies [c7bdd1e]
- @dweber019/backstage-plugin-api-docs-module-wsdl[email protected]
- @dweber019/backstage-plugin-missing-entity-backend@0.0.8
- @dweber019/backstage-plugin-accentuate-backend@1.0.2
- @dweber019/backstage-plugin-endoflife-backend@0.0.13
- @dweber019/backstage-plugin-relations-backend@0.0.12

## 0.0.18

### 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.18",
"version": "0.0.19",
"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.3.4",
"@backstage/plugin-search-backend-node": "^1.3.6",
"@backstage/plugin-techdocs-backend": "^1.11.4",
"@dweber019/backstage-plugin-accentuate-backend": "^1.0.1",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^1.0.1",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.12",
"@dweber019/backstage-plugin-missing-entity-backend": "0.0.7",
"@dweber019/backstage-plugin-relations-backend": "0.0.11",
"@dweber019/backstage-plugin-accentuate-backend": "^1.0.2",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^1.0.2",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.13",
"@dweber019/backstage-plugin-missing-entity-backend": "0.0.8",
"@dweber019/backstage-plugin-relations-backend": "0.0.12",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"express": "^4.18.1",
Expand Down
8 changes: 8 additions & 0 deletions plugins/accentuate-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dweber019/backstage-plugin-accentuate-backend

## 1.0.2

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.
- Updated dependencies [c7bdd1e]
- @dweber019/backstage-plugin-accentuate-common@0.0.10

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-auth-node": "^0.5.5",
"@backstage/plugin-catalog-node": "^1.15.0",
"@backstage/types": "^1.2.0",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.9",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.10",
"@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.10

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.0.9

### 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.9",
"version": "0.0.10",
"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.12

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.
- Updated dependencies [c7bdd1e]
- @dweber019/backstage-plugin-accentuate-common@0.0.10

## 0.0.11

### 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.11",
"version": "0.0.12",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-catalog": "^1.26.0",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/types": "^1.2.0",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.9",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
Expand Down
6 changes: 6 additions & 0 deletions plugins/api-docs-module-wsdl-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-api-docs-module-wsdl-backend

## 1.0.2

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 1.0.1

### 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": "1.0.1",
"version": "1.0.2",
"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.18

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.8

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.4.7

### 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.7",
"version": "0.4.8",
"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.13

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.17

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.0.16

### 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.16",
"version": "0.0.17",
"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.8

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.
- Updated dependencies [c7bdd1e]
- @dweber019/backstage-plugin-missing-entity-common@0.0.4

## 0.0.7

### 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.7",
"version": "0.0.8",
"backstage": {
"role": "backend-plugin",
"pluginId": "missing-entity",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@backstage/errors": "^1.2.6",
"@backstage/plugin-notifications-node": "^0.2.10",
"@backstage/types": "^1.2.0",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.3",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.4",
"@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.4

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.0.3

### 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.3",
"version": "0.0.4",
"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.7

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.
- Updated dependencies [c7bdd1e]
- @dweber019/backstage-plugin-missing-entity-common@0.0.4

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/missing-entity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dweber019/backstage-plugin-missing-entity",
"version": "0.0.6",
"version": "0.0.7",
"backstage": {
"role": "frontend-plugin",
"pluginId": "missing-entity",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/errors": "^1.2.6",
"@backstage/plugin-catalog-react": "^1.15.0",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.3",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.4",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
6 changes: 6 additions & 0 deletions plugins/relations-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-relations-backend

## 0.0.12

### Patch Changes

- c7bdd1e: Update backstage to 1.34.2.

## 0.0.11

### Patch Changes
Expand Down
Loading

0 comments on commit 1a8bf19

Please sign in to comment.