Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #394

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .changeset/itchy-badgers-unite.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.2.2

### Patch Changes

- f9b16e1: Update backstage dependencies
- Updated dependencies [f9b16e1]
- @frontside/backstage-plugin-scaffolder-workflow@0.10.1
- @frontside/backstage-plugin-effection-inspector@0.1.12
- @frontside/backstage-plugin-humanitec@0.3.15

## 0.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -34,9 +34,9 @@
"@backstage/plugin-user-settings": "^0.8.1",
"@backstage/theme": "^0.5.1",
"@backstage/types": "^1.1.1",
"@frontside/backstage-plugin-effection-inspector": "^0.1.11",
"@frontside/backstage-plugin-humanitec": "^0.3.12",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.10.0",
"@frontside/backstage-plugin-effection-inspector": "^0.1.12",
"@frontside/backstage-plugin-humanitec": "^0.3.15",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.10.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "5.13.6",
Expand Down
16 changes: 16 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# backend

## 0.1.2

### Patch Changes

- f9b16e1: Update backstage dependencies
- Updated dependencies [f9b16e1]
- @frontside/[email protected]
- @frontside/[email protected]
- @frontside/[email protected]
- @frontside/[email protected]
- @frontside/[email protected]
- @frontside/[email protected]
- @frontside/[email protected]
- @internal/[email protected]
- [email protected]

## 0.1.1

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -40,15 +40,15 @@
"@backstage/plugin-search-backend-module-pg": "^0.5.16",
"@backstage/plugin-search-backend-node": "^1.2.11",
"@backstage/plugin-techdocs-backend": "^1.9.0",
"@frontside/backstage-plugin-batch-loader": "0.4.0",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.11",
"@frontside/backstage-plugin-graphql-backend": "^0.1.5",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.4",
"@frontside/backstage-plugin-humanitec-backend": "^0.3.12",
"@frontside/backstage-plugin-batch-loader": "0.4.1",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.12",
"@frontside/backstage-plugin-graphql-backend": "^0.1.7",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.6",
"@frontside/backstage-plugin-humanitec-backend": "^0.3.17",
"@frontside/backstage-plugin-incremental-ingestion-backend": "*",
"@frontside/scaffolder-yaml-actions": "^0.3.0",
"@frontside/scaffolder-yaml-actions": "^0.3.1",
"@gitbeaker/node": "^34.6.0",
"@internal/plugin-healthcheck": "0.1.10",
"@internal/plugin-healthcheck": "0.1.11",
"@octokit/rest": "^19.0.5",
"app": "*",
"assert-ts": "^0.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/ingestion-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-ingestion-tests

## 0.7.1

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-ingestion-tests",
"version": "0.7.0",
"version": "0.7.1",
"scripts": {
"start": "backstage-cli package start",
"build": "backstage-cli package build",
Expand Down
6 changes: 6 additions & 0 deletions plugins/batch-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-batch-loader

## 0.4.1

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/batch-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-batch-loader",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/effection-inspector-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-effection-inspector-backend

## 0.1.12

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/effection-inspector-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-effection-inspector-backend",
"version": "0.1.11",
"version": "0.1.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/effection-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-effection-inspector

## 0.1.12

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/effection-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-effection-inspector",
"version": "0.1.11",
"version": "0.1.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/graphql-backend-module-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frontside/backstage-plugin-graphql-backend-module-catalog

## 0.2.6

### Patch Changes

- f9b16e1: Update backstage dependencies
- Updated dependencies [f9b16e1]
- @frontside/[email protected]

## 0.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/graphql-backend-module-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-graphql-backend-module-catalog",
"description": "Backstage GraphQL backend module that adds catalog schema",
"version": "0.2.5",
"version": "0.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@backstage/catalog-model": "^1.4.3",
"@backstage/plugin-auth-node": "^0.4.1",
"@backstage/plugin-catalog-node": "^1.5.0",
"@frontside/backstage-plugin-graphql-backend": "^0.1.6",
"@frontside/backstage-plugin-graphql-backend": "^0.1.7",
"@frontside/hydraphql": "^0.1.2",
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/utils": "^10.0.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/graphql-backend-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-graphql-backend-node

## 0.1.5

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/graphql-backend-node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-graphql-backend-node",
"description": "Backstage backend extensions plugin for GraphQL",
"version": "0.1.4",
"version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/graphql-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frontside/backstage-plugin-graphql-backend

## 0.1.7

### Patch Changes

- f9b16e1: Update backstage dependencies
- Updated dependencies [f9b16e1]
- @frontside/backstage-plugin-graphql-backend-node@0.1.5

## 0.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/graphql-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-graphql-backend",
"description": "Backstage backend plugin for GraphQL",
"version": "0.1.6",
"version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@envelop/core": "^4.0.0",
"@envelop/dataloader": "^5.0.0",
"@envelop/graphql-modules": "^5.0.0",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.4",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.5",
"@frontside/hydraphql": "^0.1.2",
"dataloader": "^2.1.0",
"express": "^4.17.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/healthcheck/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @internal/plugin-healthcheck

## 0.1.11

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/healthcheck/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/plugin-healthcheck",
"version": "0.1.10",
"version": "0.1.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions plugins/humanitec-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @frontside/backstage-plugin-humanitec-backend

## 0.3.17

### Patch Changes

- f9b16e1: Update backstage dependencies
- Updated dependencies [f9b16e1]
- @frontside/[email protected]

## 0.3.16

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-humanitec-backend",
"version": "0.3.16",
"version": "0.3.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"@backstage/backend-common": "^0.21.3",
"@backstage/config": "^1.1.1",
"@backstage/plugin-scaffolder-backend": "^1.19.1",
"@frontside/backstage-plugin-humanitec-common": "^0.3.12",
"@frontside/backstage-plugin-humanitec-common": "^0.3.13",
"@types/express": "*",
"cross-fetch": "3.1.5",
"express": "^4.17.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/humanitec-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-humanitec-common

## 0.3.13

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.3.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/humanitec-common/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/backstage-plugin-humanitec-common",
"description": "Humanitec API Client",
"version": "0.3.12",
"version": "0.3.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions plugins/humanitec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-humanitec

## 0.3.15

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.3.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/humanitec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-humanitec",
"version": "0.3.14",
"version": "0.3.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@backstage/core-app-api": "^1.11.1",
"@backstage/dev-utils": "^1.0.27",
"@backstage/test-utils": "^1.5.0",
"@frontside/backstage-plugin-humanitec-common": "^0.3.12",
"@frontside/backstage-plugin-humanitec-common": "^0.3.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.5.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/incremental-ingestion-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-incremental-ingestion-backend

## 0.5.1

### Patch Changes

- f9b16e1: Update backstage dependencies

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/incremental-ingestion-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-incremental-ingestion-backend",
"version": "0.5.0",
"version": "0.5.1",
"deprecated": true,
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading
Loading