Skip to content

Commit

Permalink
Merge pull request #132 from spreadshirt/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
ivangonzalezacuna authored Oct 23, 2024
2 parents 4792c10 + 6fb81ad commit 37cfe9c
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 29 deletions.
11 changes: 0 additions & 11 deletions .changeset/heavy-bears-impress.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 56350c5: Fix release process due to 'workspace' references not being resolved.
To do that, the previous setup using the exact version in the `package.json`
has been brought back.
- Updated dependencies [56350c5]
- @spreadshirt/backstage-plugin-s3-viewer@0.5.10

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"bundled": true,
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"@backstage/theme": "^0.6.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@spreadshirt/backstage-plugin-s3-viewer": "^0.5.9",
"@spreadshirt/backstage-plugin-s3-viewer": "^0.5.10",
"react-dom": "^18.0.2",
"react-use": "^17.2.4"
},
Expand Down
11 changes: 11 additions & 0 deletions plugins/s3-viewer-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @spreadshirt/backstage-plugin-s3-viewer-backend

## 0.10.1

### Patch Changes

- 56350c5: Fix release process due to 'workspace' references not being resolved.
To do that, the previous setup using the exact version in the `package.json`
has been brought back.
- Updated dependencies [56350c5]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.9
- @spreadshirt/backstage-plugin-s3-viewer-node@0.2.9

## 0.10.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.10.0",
"version": "0.10.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,8 +50,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.8",
"@spreadshirt/backstage-plugin-s3-viewer-node": "^0.2.8",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.9",
"@spreadshirt/backstage-plugin-s3-viewer-node": "^0.2.9",
"@types/express": "*",
"cookie-parser": "^1.4.5",
"cross-fetch": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/s3-viewer-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @spreadshirt/backstage-plugin-s3-viewer-common

## 0.5.9

### Patch Changes

- 56350c5: Fix release process due to 'workspace' references not being resolved.
To do that, the previous setup using the exact version in the `package.json`
has been brought back.

## 0.5.8

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

## 0.2.9

### Patch Changes

- 56350c5: Fix release process due to 'workspace' references not being resolved.
To do that, the previous setup using the exact version in the `package.json`
has been brought back.
- Updated dependencies [56350c5]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.9

## 0.2.8

### 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.8",
"version": "0.2.9",
"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": "^1.0.1",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.8",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.9",
"@types/express": "*",
"express": "^4.17.1",
"stream": "^0.0.2"
Expand Down
10 changes: 10 additions & 0 deletions plugins/s3-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @spreadshirt/backstage-plugin-s3-viewer

## 0.5.10

### Patch Changes

- 56350c5: Fix release process due to 'workspace' references not being resolved.
To do that, the previous setup using the exact version in the `package.json`
has been brought back.
- Updated dependencies [56350c5]
- @spreadshirt/backstage-plugin-s3-viewer-common@0.5.9

## 0.5.9

### 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.9",
"version": "0.5.10",
"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.8",
"@spreadshirt/backstage-plugin-s3-viewer-common": "^0.5.9",
"react-use": "^17.2.4"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9049,8 +9049,8 @@ __metadata:
"@backstage/types": "npm:^1.1.1"
"@smithy/protocol-http": "npm:^4.1.0"
"@smithy/signature-v4": "npm:^4.1.0"
"@spreadshirt/backstage-plugin-s3-viewer-common": "npm:^0.5.8"
"@spreadshirt/backstage-plugin-s3-viewer-node": "npm:^0.2.8"
"@spreadshirt/backstage-plugin-s3-viewer-common": "npm:^0.5.9"
"@spreadshirt/backstage-plugin-s3-viewer-node": "npm:^0.2.9"
"@types/cookie-parser": "npm:^1.4.3"
"@types/express": "npm:*"
"@types/jest": "npm:*"
Expand All @@ -9069,7 +9069,7 @@ __metadata:
languageName: unknown
linkType: soft

"@spreadshirt/backstage-plugin-s3-viewer-common@npm:^0.5.8, @spreadshirt/backstage-plugin-s3-viewer-common@workspace:plugins/s3-viewer-common":
"@spreadshirt/backstage-plugin-s3-viewer-common@npm:^0.5.9, @spreadshirt/backstage-plugin-s3-viewer-common@workspace:plugins/s3-viewer-common":
version: 0.0.0-use.local
resolution: "@spreadshirt/backstage-plugin-s3-viewer-common@workspace:plugins/s3-viewer-common"
dependencies:
Expand All @@ -9079,20 +9079,20 @@ __metadata:
languageName: unknown
linkType: soft

"@spreadshirt/backstage-plugin-s3-viewer-node@npm:^0.2.8, @spreadshirt/backstage-plugin-s3-viewer-node@workspace:plugins/s3-viewer-node":
"@spreadshirt/backstage-plugin-s3-viewer-node@npm:^0.2.9, @spreadshirt/backstage-plugin-s3-viewer-node@workspace:plugins/s3-viewer-node":
version: 0.0.0-use.local
resolution: "@spreadshirt/backstage-plugin-s3-viewer-node@workspace:plugins/s3-viewer-node"
dependencies:
"@backstage/backend-plugin-api": "npm:^1.0.1"
"@backstage/cli": "npm:^0.28.0"
"@spreadshirt/backstage-plugin-s3-viewer-common": "npm:^0.5.8"
"@spreadshirt/backstage-plugin-s3-viewer-common": "npm:^0.5.9"
"@types/express": "npm:*"
express: "npm:^4.17.1"
stream: "npm:^0.0.2"
languageName: unknown
linkType: soft

"@spreadshirt/backstage-plugin-s3-viewer@npm:^0.5.9, @spreadshirt/backstage-plugin-s3-viewer@workspace:plugins/s3-viewer":
"@spreadshirt/backstage-plugin-s3-viewer@npm:^0.5.10, @spreadshirt/backstage-plugin-s3-viewer@workspace:plugins/s3-viewer":
version: 0.0.0-use.local
resolution: "@spreadshirt/backstage-plugin-s3-viewer@workspace:plugins/s3-viewer"
dependencies:
Expand All @@ -9105,7 +9105,7 @@ __metadata:
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@material-ui/lab": "npm:^4.0.0-alpha.61"
"@spreadshirt/backstage-plugin-s3-viewer-common": "npm:^0.5.8"
"@spreadshirt/backstage-plugin-s3-viewer-common": "npm:^0.5.9"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.0.0"
Expand Down Expand Up @@ -12122,7 +12122,7 @@ __metadata:
"@material-ui/core": "npm:^4.12.2"
"@material-ui/icons": "npm:^4.9.1"
"@playwright/test": "npm:^1.32.3"
"@spreadshirt/backstage-plugin-s3-viewer": "npm:^0.5.9"
"@spreadshirt/backstage-plugin-s3-viewer": "npm:^0.5.10"
"@testing-library/dom": "npm:^9.0.0"
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^16.0.0"
Expand Down

0 comments on commit 37cfe9c

Please sign in to comment.