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 10, 2024
1 parent d36cdfd commit 68ce37e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-pots-cheat.md

This file was deleted.

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

## 0.0.14

### Patch Changes

- Updated dependencies [d36cdfd]
- @dweber019/backstage-plugin-endoflife@0.0.12

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.0.13",
"version": "0.0.14",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@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.11",
"@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",
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.12

### Patch Changes

- d36cdfd: Use `makeStyles` for CSS instead of CSS import.

## 0.0.11

### 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.11",
"version": "0.0.12",
"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 @@ -5831,7 +5831,7 @@ __metadata:
languageName: unknown
linkType: soft

"@dweber019/backstage-plugin-endoflife@^0.0.11, @dweber019/backstage-plugin-endoflife@workspace:plugins/endoflife":
"@dweber019/backstage-plugin-endoflife@^0.0.12, @dweber019/backstage-plugin-endoflife@workspace:plugins/endoflife":
version: 0.0.0-use.local
resolution: "@dweber019/backstage-plugin-endoflife@workspace:plugins/endoflife"
dependencies:
Expand Down Expand Up @@ -14247,7 +14247,7 @@ __metadata:
"@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.11
"@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
Expand Down

0 comments on commit 68ce37e

Please sign in to comment.