Skip to content

Commit

Permalink
Version Packages (#468)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 10, 2024
1 parent f29bef2 commit 7f00454
Show file tree
Hide file tree
Showing 21 changed files with 58 additions and 52 deletions.
6 changes: 0 additions & 6 deletions .changeset/dependencies-GH-466.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-467.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-475.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-488.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-495.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-500.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-502.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-506.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-buckets-shout.md

This file was deleted.

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

## 0.5.2

### Patch Changes

- [#500](https://github.com/secustor/backstage-plugins/pull/500) [`c2f4db4`](https://github.com/secustor/backstage-plugins/commit/c2f4db4fcfb8597abc89a19f7a8940e94cfe0af3) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @types/react-dom to v18.3.2

- [#502](https://github.com/secustor/backstage-plugins/pull/502) [`fd83c58`](https://github.com/secustor/backstage-plugins/commit/fd83c589f296bbfbdba657ff1348449fdc90453c) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @testing-library/react to v16.1.0

- Updated dependencies [[`4939099`](https://github.com/secustor/backstage-plugins/commit/4939099dbd97a1b551b0b173f1d34a69961d8875), [`7bf4cb2`](https://github.com/secustor/backstage-plugins/commit/7bf4cb2d865a7bb84cc3882e12e6de15c5a29738), [`201c77b`](https://github.com/secustor/backstage-plugins/commit/201c77b2b64d23ea39fb204b9a65c42e3d0a81bd)]:
- @secustor/backstage-plugin-renovate@0.14.2

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"bundled": true,
"backstage": {
Expand Down
13 changes: 13 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# backend

## 0.4.2

### Patch Changes

- [#467](https://github.com/secustor/backstage-plugins/pull/467) [`2ef2138`](https://github.com/secustor/backstage-plugins/commit/2ef21383aafd90afdfef83af112724c203e2babd) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @types/dockerode to v3.3.32

- [#506](https://github.com/secustor/backstage-plugins/pull/506) [`584c3c4`](https://github.com/secustor/backstage-plugins/commit/584c3c4477eecd5d0238353008fd384b1e37967c) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @types/express-serve-static-core to v4.19.6

- Updated dependencies [[`9b059c3`](https://github.com/secustor/backstage-plugins/commit/9b059c3e126ffe977e62d69520d41649955ca431), [`f29bef2`](https://github.com/secustor/backstage-plugins/commit/f29bef2d7d7fe1596898fda83b4edc7bcde3a4db)]:
- @secustor/backstage-plugin-renovate-backend[email protected]
- @secustor/backstage-plugin-renovate-backend[email protected]
- @secustor/backstage-plugin-renovate-backend@0.14.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.4.1",
"version": "0.4.2",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down
6 changes: 6 additions & 0 deletions plugins/renovate-backend-module-runtime-direct/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @secustor/backstage-plugin-renovate-backend-module-runtime-direct

## 0.5.3

### Patch Changes

- [#466](https://github.com/secustor/backstage-plugins/pull/466) [`9b059c3`](https://github.com/secustor/backstage-plugins/commit/9b059c3e126ffe977e62d69520d41649955ca431) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update renovate docker tag to v39.60.0

## 0.5.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@secustor/backstage-plugin-renovate-backend-module-runtime-direct",
"description": "The runtime-direct backend module for the renovate plugin.",
"version": "0.5.2",
"version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "LGPL-3.0-or-later",
Expand Down
6 changes: 6 additions & 0 deletions plugins/renovate-backend-module-runtime-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @secustor/backstage-plugin-renovate-backend-module-runtime-docker

## 0.5.3

### Patch Changes

- [#466](https://github.com/secustor/backstage-plugins/pull/466) [`9b059c3`](https://github.com/secustor/backstage-plugins/commit/9b059c3e126ffe977e62d69520d41649955ca431) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update renovate docker tag to v39.60.0

## 0.5.2

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@secustor/backstage-plugin-renovate-backend-module-runtime-docker",
"description": "The runtime-docker backend module for the renovate plugin.",
"version": "0.5.2",
"version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "LGPL-3.0-or-later",
Expand Down
6 changes: 6 additions & 0 deletions plugins/renovate-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @secustor/backstage-plugin-renovate-backend

## 0.14.2

### Patch Changes

- [#507](https://github.com/secustor/backstage-plugins/pull/507) [`f29bef2`](https://github.com/secustor/backstage-plugins/commit/f29bef2d7d7fe1596898fda83b4edc7bcde3a4db) Thanks [@secustor](https://github.com/secustor)! - Pin @types/express to v4

## 0.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/renovate-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secustor/backstage-plugin-renovate-backend",
"version": "0.14.1",
"version": "0.14.2",
"main": "src/index.ts",
"types": "src/index.ts",
"type": "commonjs",
Expand Down
10 changes: 10 additions & 0 deletions plugins/renovate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @secustor/backstage-plugin-renovate

## 0.14.2

### Patch Changes

- [#475](https://github.com/secustor/backstage-plugins/pull/475) [`4939099`](https://github.com/secustor/backstage-plugins/commit/4939099dbd97a1b551b0b173f1d34a69961d8875) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @mui/lab to v6.0.0-beta.16

- [#488](https://github.com/secustor/backstage-plugins/pull/488) [`7bf4cb2`](https://github.com/secustor/backstage-plugins/commit/7bf4cb2d865a7bb84cc3882e12e6de15c5a29738) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @mui/lab to v6.0.0-beta.17

- [#495](https://github.com/secustor/backstage-plugins/pull/495) [`201c77b`](https://github.com/secustor/backstage-plugins/commit/201c77b2b64d23ea39fb204b9a65c42e3d0a81bd) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @mui/lab to v6.0.0-beta.18

## 0.14.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/renovate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@secustor/backstage-plugin-renovate",
"version": "0.14.1",
"version": "0.14.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "LGPL-3.0-or-later",
Expand Down

0 comments on commit 7f00454

Please sign in to comment.