Skip to content

Commit

Permalink
Merge pull request #97 from spreadshirt/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ivangonzalezacuna authored Apr 17, 2024
2 parents cfed8c9 + e6c4ddc commit dff0e6a
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-pigs-do.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/smooth-badgers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-maps-love.md

This file was deleted.

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

## 0.9.1

### Patch Changes

- 5676413: Use the `LoggerService` instead of the winstonLogger helper method, since the upstream plugins support the new service type now
- 76eda39: Bump backstage dependencies to version 1.26.0
- Updated dependencies [76eda39]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.1
- @spreadshirt/backstage-plugin-s3-viewer-node@0.2.1

## 0.9.0

### Minor 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.0",
"version": "0.9.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,8 +44,8 @@
"@backstage/plugin-permission-common": "^0.7.13",
"@backstage/plugin-permission-node": "^0.7.28",
"@backstage/types": "^1.1.1",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.0",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.0",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.1",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.1",
"@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.1

### Patch Changes

- 76eda39: Bump backstage dependencies to version 1.26.0

## 0.5.0

### Minor 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.0",
"version": "0.5.1",
"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.1

### Patch Changes

- 76eda39: Bump backstage dependencies to version 1.26.0
- Updated dependencies [76eda39]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.1

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"dependencies": {
"@backstage/backend-plugin-api": "^0.6.17",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.0",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.1",
"@types/express": "*",
"express": "^4.17.1",
"stream": "^0.0.2"
Expand Down
9 changes: 9 additions & 0 deletions plugins/s3-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @spreadshirt/backstage-plugin-s3-viewer

## 0.5.2

### Patch Changes

- 76eda39: Bump backstage dependencies to version 1.26.0
- 5676413: Align some `@testing-library/*` dependencies with upstream
- Updated dependencies [76eda39]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.1

## 0.5.1

### 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.1",
"version": "0.5.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -36,7 +36,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.0",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.1",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down

0 comments on commit dff0e6a

Please sign in to comment.