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 Mar 11, 2024
1 parent 0f4e8b6 commit 502a9b0
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/sharp-kiwis-speak.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies [01790f6]
- @dweber019/backstage-plugin-api-docs-module-wsdl-backend@0.0.7

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.2",
"version": "0.0.3",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -39,7 +39,7 @@
"@backstage/plugin-search-backend-module-techdocs": "^0.1.13",
"@backstage/plugin-search-backend-node": "^1.2.13",
"@backstage/plugin-techdocs-backend": "^1.9.2",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.6",
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": "^0.0.7",
"@dweber019/backstage-plugin-endoflife-backend": "^0.0.2",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
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.7

### Patch Changes

- 01790f6: added tokenManager for authenticated catalogClient calls

## 0.0.6

### 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.6",
"version": "0.0.7",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5269,7 +5269,7 @@ __metadata:
languageName: node
linkType: hard

"@dweber019/backstage-plugin-api-docs-module-wsdl-backend@^0.0.6, @dweber019/backstage-plugin-api-docs-module-wsdl-backend@workspace:plugins/api-docs-module-wsdl-backend":
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend@^0.0.7, @dweber019/backstage-plugin-api-docs-module-wsdl-backend@workspace:plugins/api-docs-module-wsdl-backend":
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-api-docs-module-wsdl-backend@workspace:plugins/api-docs-module-wsdl-backend"
dependencies:
Expand Down Expand Up @@ -14241,7 +14241,7 @@ __metadata:
"@backstage/plugin-search-backend-module-techdocs": ^0.1.13
"@backstage/plugin-search-backend-node": ^1.2.13
"@backstage/plugin-techdocs-backend": ^1.9.2
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": ^0.0.6
"@dweber019/backstage-plugin-api-docs-module-wsdl-backend": ^0.0.7
"@dweber019/backstage-plugin-endoflife-backend": ^0.0.2
"@types/dockerode": ^3.3.0
"@types/express": ^4.17.6
Expand Down

0 comments on commit 502a9b0

Please sign in to comment.