Skip to content

Commit

Permalink
Merge pull request #123 from spreadshirt/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ivangonzalezacuna committed Sep 17, 2024
2 parents ca71802 + 894f065 commit c5ef4ba
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 29 deletions.
13 changes: 0 additions & 13 deletions .changeset/cool-rockets-confess.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/poor-falcons-collect.md

This file was deleted.

19 changes: 19 additions & 0 deletions plugins/s3-viewer-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @spreadshirt/backstage-plugin-s3-viewer-backend

## 0.9.6

### Patch Changes

- 9d522dc: Replace some deprecations caused by the removal of the backend-tasks plugin and deprecate old backend system.
Please, remove any usage of `RouterOptions` and `createRouter`.

The old backend system methods will be completely removed in the next release, so none of the deprecations
caused by these functions are going to be addressed.

More info about this process [in this issue](https://github.com/backstage/community-plugins/issues/1176).

To set up the backend using the new backend system, follow [this documentation](https://github.com/spreadshirt/backstage-plugin-s3/tree/main/plugins/s3-viewer-backend#new-backend-system).

- aad8768: Bump Backstage dependencies to version 1.30.4
- Updated dependencies [aad8768]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.6
- @spreadshirt/backstage-plugin-s3-viewer-node@0.2.6

## 0.9.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/s3-viewer-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spreadshirt/backstage-plugin-s3-viewer-backend",
"version": "0.9.5",
"version": "0.9.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@backstage/types": "^1.1.1",
"@smithy/protocol-http": "^4.1.0",
"@smithy/signature-v4": "^4.1.0",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.5",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.5",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.6",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.6",
"@types/express": "*",
"cookie-parser": "^1.4.5",
"cross-fetch": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/s3-viewer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @spreadshirt/backstage-plugin-s3-viewer-common

## 0.5.6

### Patch Changes

- aad8768: Bump Backstage dependencies to version 1.30.4

## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3-viewer-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spreadshirt/backstage-plugin-s3-viewer-common",
"description": "Common functionalities for the s3-viewer plugin",
"version": "0.5.5",
"version": "0.5.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/s3-viewer-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @spreadshirt/backstage-plugin-s3-viewer-node

## 0.2.6

### Patch Changes

- aad8768: Bump Backstage dependencies to version 1.30.4
- Updated dependencies [aad8768]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.6

## 0.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/s3-viewer-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spreadshirt/backstage-plugin-s3-viewer-node",
"description": "Node.js library for the s3-viewer plugin",
"version": "0.2.5",
"version": "0.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"dependencies": {
"@backstage/backend-plugin-api": "^0.8.1",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.5",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.6",
"@types/express": "*",
"express": "^4.17.1",
"stream": "^0.0.2"
Expand Down
8 changes: 8 additions & 0 deletions plugins/s3-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @spreadshirt/backstage-plugin-s3-viewer

## 0.5.7

### Patch Changes

- aad8768: Bump Backstage dependencies to version 1.30.4
- Updated dependencies [aad8768]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.6

## 0.5.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/s3-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spreadshirt/backstage-plugin-s3-viewer",
"version": "0.5.6",
"version": "0.5.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.5",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.6",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down

0 comments on commit c5ef4ba

Please sign in to comment.