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 May 15, 2024
1 parent b848a33 commit f9905aa
Show file tree
Hide file tree
Showing 29 changed files with 143 additions and 68 deletions.
15 changes: 0 additions & 15 deletions .changeset/afraid-plums-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-eggs-wait.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies [b848a33]
- Updated dependencies [b848a33]
- @dweber019/backstage-plugin-api-docs-spectral-linter@0.2.14
- @dweber019/backstage-plugin-api-docs-module-wsdl@0.0.8
- @dweber019/backstage-plugin-accentuate@0.0.3
- @dweber019/backstage-plugin-endoflife@0.0.6
- @dweber019/backstage-plugin-relations@0.0.3
- @dweber019/backstage-plugin-tips@0.0.11

## 0.0.4

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -31,12 +31,12 @@
"@backstage/plugin-techdocs-react": "^1.2.4",
"@backstage/plugin-user-settings": "^0.8.6",
"@backstage/theme": "^0.5.4",
"@dweber019/backstage-plugin-accentuate": "^0.0.2",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.7",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.2.13",
"@dweber019/backstage-plugin-endoflife": "^0.0.5",
"@dweber019/backstage-plugin-relations": "0.0.2",
"@dweber019/backstage-plugin-tips": "^0.0.10",
"@dweber019/backstage-plugin-accentuate": "^0.0.3",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.8",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.2.14",
"@dweber019/backstage-plugin-endoflife": "^0.0.6",
"@dweber019/backstage-plugin-relations": "0.0.3",
"@dweber019/backstage-plugin-tips": "^0.0.11",
"@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.6

### Patch Changes

- Updated dependencies [b848a33]
- @dweber019/backstage-plugin-api-docs-module-wsdl-backend@0.0.10
- @dweber019/backstage-plugin-accentuate-backend@0.0.3
- @dweber019/backstage-plugin-endoflife-backend@0.0.5
- @dweber019/backstage-plugin-relations-backend@0.0.3
- app@0.0.5

## 0.0.5

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -43,10 +43,10 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.1.23",
"@backstage/plugin-search-backend-node": "^1.2.22",
"@backstage/plugin-techdocs-backend": "^1.10.5",
"@dweber019/backstage-plugin-accentuate-backend": "^0.0.2",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.9",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.4",
"@dweber019/backstage-plugin-relations-backend": "0.0.2",
"@dweber019/backstage-plugin-accentuate-backend": "^0.0.3",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.10",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.5",
"@dweber019/backstage-plugin-relations-backend": "0.0.3",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.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

## 0.0.3

### Patch Changes

- b848a33: Update to Backstage 1.27.1.
- Updated dependencies [b848a33]
- @dweber019/backstage-plugin-accentuate-common@0.0.3

## 0.0.2

### 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 @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"@backstage/plugin-auth-node": "^0.4.13",
"@backstage/plugin-catalog-node": "^1.12.0",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.2",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.3",
"@types/express": "^4.17.6",
"deepmerge": "^4.3.1",
"express": "^4.17.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.3

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.2

### 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 @@ -7,7 +7,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"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.3

### Patch Changes

- b848a33: Update to Backstage 1.27.1.
- Updated dependencies [b848a33]
- @dweber019/backstage-plugin-accentuate-common@0.0.3

## 0.0.2

### 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 @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"@backstage/plugin-catalog": "^1.20.0",
"@backstage/plugin-catalog-react": "^1.12.0",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.2",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.3",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.57",
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

## 0.0.10

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.9

### 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 @@ -7,7 +7,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.9",
"version": "0.0.10",
"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.8

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.7

### 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 @@ -7,7 +7,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.7",
"version": "0.0.8",
"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.2.14

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.2.13

### 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 @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.2.13",
"version": "0.2.14",
"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.5

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.4

### 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 @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.4",
"version": "0.0.5",
"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.6

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.5

### 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 @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.5",
"version": "0.0.6",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
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.3

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/relations-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions plugins/relations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dweber019/backstage-plugin-relations

## 0.0.3

### Patch Changes

- b848a33: Update to Backstage 1.27.1.
- b848a33: Remove unidirectional default setting as it's not needed anymore.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/relations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/tips/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-tips

## 0.0.11

### Patch Changes

- b848a33: Update to Backstage 1.27.1.

## 0.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/tips/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/dweber019/backstage-plugins.git"
},
"license": "MIT",
"version": "0.0.10",
"version": "0.0.11",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
Loading

0 comments on commit f9905aa

Please sign in to comment.