Skip to content

Commit

Permalink
Merge pull request #115 from spreadshirt/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ivangonzalezacuna authored Jul 29, 2024
2 parents 530ae6e + db69921 commit 719de09
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 27 deletions.
6 changes: 0 additions & 6 deletions .changeset/happy-crabs-sort.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/poor-stingrays-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-items-join.md

This file was deleted.

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

## 0.9.5

### Patch Changes

- b8e88a4: Bump `aws-sdk` dependencies to newer versions
- b4e3d65: Bump backstage dependencies to version `1.29.2`
- 58e068a: Fix some of the deprecations from the last Backstage version
- Updated dependencies [b8e88a4]
- Updated dependencies [b4e3d65]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.5
- @spreadshirt/backstage-plugin-s3-viewer-node@0.2.5

## 0.9.4

### 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.4",
"version": "0.9.5",
"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.4",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.4",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.5",
"@spreadshirt/backstage-plugin-s3-viewer-node": "0.2.5",
"@types/express": "*",
"cookie-parser": "^1.4.5",
"cross-fetch": "^4.0.0",
Expand Down
7 changes: 7 additions & 0 deletions plugins/s3-viewer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spreadshirt/backstage-plugin-s3-viewer-common

## 0.5.5

### Patch Changes

- b8e88a4: Bump `aws-sdk` dependencies to newer versions
- b4e3d65: Bump backstage dependencies to version `1.29.2`

## 0.5.4

### 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.4",
"version": "0.5.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions plugins/s3-viewer-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @spreadshirt/backstage-plugin-s3-viewer-node

## 0.2.5

### Patch Changes

- b4e3d65: Bump backstage dependencies to version `1.29.2`
- Updated dependencies [b8e88a4]
- Updated dependencies [b4e3d65]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.5

## 0.2.4

### 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.4",
"version": "0.2.5",
"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.7.0",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.4",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.5",
"@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.6

### Patch Changes

- b4e3d65: Bump backstage dependencies to version `1.29.2`
- Updated dependencies [b8e88a4]
- Updated dependencies [b4e3d65]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.5

## 0.5.5

### 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.5",
"version": "0.5.6",
"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.4",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.5",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 719de09

Please sign in to comment.