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 Oct 21, 2024
1 parent c6310a5 commit aa4048f
Show file tree
Hide file tree
Showing 36 changed files with 191 additions and 87 deletions.
21 changes: 0 additions & 21 deletions .changeset/many-pianos-hunt.md

This file was deleted.

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

## 0.0.23

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2
- Updated dependencies [c6310a5]
- @dweber019/backstage-plugin-api-docs-spectral[email protected]
- @dweber019/backstage-plugin-api-docs-module-wsdl@0.0.17
- @dweber019/backstage-plugin-missing-entity@0.0.6
- @dweber019/backstage-plugin-simple-icons@0.0.7
- @dweber019/backstage-plugin-accentuate@0.0.11
- @dweber019/backstage-plugin-endoflife@0.0.16
- @dweber019/backstage-plugin-relations@0.0.11
- @dweber019/backstage-plugin-tips@0.0.20

## 0.0.22

### 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.22",
"version": "0.0.23",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,14 +36,14 @@
"@backstage/plugin-techdocs-react": "^1.2.9",
"@backstage/plugin-user-settings": "^0.8.14",
"@backstage/theme": "^0.6.0",
"@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.6",
"@dweber019/backstage-plugin-tips": "^0.0.19",
"@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.7",
"@dweber019/backstage-plugin-tips": "^0.0.20",
"@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.18

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2
- Updated dependencies [c6310a5]
- @dweber019/backstage-plugin-api-docs-module-wsdl[email protected]
- @dweber019/backstage-plugin-missing-entity-backend@0.0.7
- @dweber019/backstage-plugin-accentuate-backend@1.0.1
- @dweber019/backstage-plugin-endoflife-backend@0.0.12
- @dweber019/backstage-plugin-relations-backend@0.0.11

## 0.0.17

### 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.17",
"version": "0.0.18",
"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.1",
"@backstage/plugin-search-backend-node": "^1.3.4",
"@backstage/plugin-techdocs-backend": "^1.11.1",
"@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",
"@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",
"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.1

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2
- Updated dependencies [c6310a5]
- @dweber019/backstage-plugin-accentuate-common@0.0.9

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-auth-node": "^0.5.3",
"@backstage/plugin-catalog-node": "^1.13.1",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.8",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.9",
"@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.9

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.11

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2
- Updated dependencies [c6310a5]
- @dweber019/backstage-plugin-accentuate-common@0.0.9

## 0.0.10

### 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.10",
"version": "0.0.11",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.8",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.9",
"@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.1

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.17

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 0.0.16

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

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 0.4.6

### 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.6",
"version": "0.4.7",
"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.12

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 0.0.11

### 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.11",
"version": "0.0.12",
"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.16

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 0.0.15

### 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.15",
"version": "0.0.16",
"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.7

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2
- Updated dependencies [c6310a5]
- @dweber019/backstage-plugin-missing-entity-common@0.0.3

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.8",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.2",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.3",
"@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.3

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"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.6

### Patch Changes

- c6310a5: Update backstage dependencies to 1.32.2
- Updated dependencies [c6310a5]
- @dweber019/backstage-plugin-missing-entity-common@0.0.3

## 0.0.5

### 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.5",
"version": "0.0.6",
"backstage": {
"role": "frontend-plugin",
"pluginId": "missing-entity",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/errors": "^1.2.4",
"@backstage/plugin-catalog-react": "^1.14.0",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.2",
"@dweber019/backstage-plugin-missing-entity-common": "^0.0.3",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
Expand Down
Loading

0 comments on commit aa4048f

Please sign in to comment.