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 Aug 24, 2024
1 parent d418d7b commit c0e9563
Show file tree
Hide file tree
Showing 31 changed files with 154 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-melons-notice.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/wicked-dogs-speak.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.15

### Patch Changes

- Updated dependencies [d418d7b]
- Updated dependencies [f549958]
- @dweber019/backstage-plugin-simple-icons@0.0.3
- @dweber019/backstage-plugin-api-docs-spectral-linter@0.4.4
- @dweber019/backstage-plugin-api-docs-module-wsdl@0.0.13
- @dweber019/backstage-plugin-accentuate@0.0.8
- @dweber019/backstage-plugin-endoflife@0.0.13
- @dweber019/backstage-plugin-relations@0.0.8
- @dweber019/backstage-plugin-tips@0.0.16

## 0.0.14

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.14",
"version": "0.0.15",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,13 +35,13 @@
"@backstage/plugin-techdocs-react": "^1.2.7",
"@backstage/plugin-user-settings": "^0.8.11",
"@backstage/theme": "^0.5.6",
"@dweber019/backstage-plugin-accentuate": "^0.0.7",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.12",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.3",
"@dweber019/backstage-plugin-endoflife": "^0.0.12",
"@dweber019/backstage-plugin-relations": "0.0.7",
"@dweber019/backstage-plugin-simple-icons": "^0.0.2",
"@dweber019/backstage-plugin-tips": "^0.0.15",
"@dweber019/backstage-plugin-accentuate": "^0.0.8",
"@dweber019/backstage-plugin-api-docs-module-wsdl": "^0.0.13",
"@dweber019/backstage-plugin-api-docs-spectral-linter": "^0.4.4",
"@dweber019/backstage-plugin-endoflife": "^0.0.13",
"@dweber019/backstage-plugin-relations": "0.0.8",
"@dweber019/backstage-plugin-simple-icons": "^0.0.3",
"@dweber019/backstage-plugin-tips": "^0.0.16",
"@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.11

### Patch Changes

- Updated dependencies [f549958]
- @dweber019/backstage-plugin-api-docs-module-wsdl-backend@0.0.14
- @dweber019/backstage-plugin-accentuate-backend@0.0.7
- @dweber019/backstage-plugin-endoflife-backend@0.0.9
- @dweber019/backstage-plugin-relations-backend@0.0.8
- app@0.0.15

## 0.0.10

### 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.10",
"version": "0.0.11",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -49,10 +49,10 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.2.0",
"@backstage/plugin-search-backend-node": "^1.3.0",
"@backstage/plugin-techdocs-backend": "^1.10.11",
"@dweber019/backstage-plugin-accentuate-backend": "^0.0.6",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.13",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.8",
"@dweber019/backstage-plugin-relations-backend": "0.0.7",
"@dweber019/backstage-plugin-accentuate-backend": "^0.0.7",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.14",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.9",
"@dweber019/backstage-plugin-relations-backend": "0.0.8",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"express": "^4.17.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.7

### Patch Changes

- f549958: Update backstage to 1.30.2.
- Updated dependencies [f549958]
- @dweber019/backstage-plugin-accentuate-common@0.0.7

## 0.0.6

### 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.6",
"version": "0.0.7",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@backstage/plugin-auth-node": "^0.5.0",
"@backstage/plugin-catalog-node": "^1.12.5",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.6",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.7",
"@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.7

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.6

### 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.6",
"version": "0.0.7",
"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.8

### Patch Changes

- f549958: Update backstage to 1.30.2.
- Updated dependencies [f549958]
- @dweber019/backstage-plugin-accentuate-common@0.0.7

## 0.0.7

### 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.7",
"version": "0.0.8",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@backstage/plugin-catalog": "^1.22.0",
"@backstage/plugin-catalog-react": "^1.12.3",
"@backstage/types": "^1.1.1",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.6",
"@dweber019/backstage-plugin-accentuate-common": "^0.0.7",
"@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.14

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.13

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

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.12

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

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.4.3

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

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.8

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

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.12

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

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.7

### 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 @@ -7,7 +7,7 @@
"directory": "plugins/relations-backend"
},
"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/relations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dweber019/backstage-plugin-relations

## 0.0.8

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.7

### 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 @@ -7,7 +7,7 @@
"directory": "plugins/relations"
},
"license": "MIT",
"version": "0.0.7",
"version": "0.0.8",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
7 changes: 7 additions & 0 deletions plugins/simple-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @dweber019/backstage-plugin-simple-icons

## 0.0.3

### Patch Changes

- d418d7b: Fix size of icons.
- f549958: Update backstage to 1.30.2.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/simple-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"directory": "plugins/simple-icons"
},
"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.16

### Patch Changes

- f549958: Update backstage to 1.30.2.

## 0.0.15

### 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 @@ -7,7 +7,7 @@
"directory": "plugins/tips"
},
"license": "MIT",
"version": "0.0.15",
"version": "0.0.16",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
Loading

0 comments on commit c0e9563

Please sign in to comment.