Skip to content

Commit

Permalink
Merge pull request #80 from spreadshirt/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ivangonzalezacuna authored Jan 10, 2024
2 parents f859406 + 9a3eb5c commit d4837be
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/nine-buckets-sneeze.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/purple-bugs-wave.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.7.4

### Patch Changes

- 6a8666a: Add legacy flag for local development. This flag can be removed once the
migration to the new backend-system is done.
- 133e6f1: Bump backstage dependencies to version 1.21.1
- Updated dependencies [133e6f1]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.3.7

## 0.7.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.7.3",
"version": "0.7.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@backstage/plugin-permission-common": "^0.7.11",
"@backstage/plugin-permission-node": "^0.7.19",
"@backstage/types": "^1.1.1",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.3.6",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.3.7",
"@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.3.7

### Patch Changes

- 133e6f1: Bump backstage dependencies to version 1.21.1

## 0.3.6

### 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.3.6",
"version": "0.3.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
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.4.7

### Patch Changes

- 133e6f1: Bump backstage dependencies to version 1.21.1
- Updated dependencies [133e6f1]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.3.7

## 0.4.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.4.6",
"version": "0.4.7",
"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.3.6",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.3.7",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down

0 comments on commit d4837be

Please sign in to comment.