Skip to content

Commit

Permalink
Merge pull request #368 from thefrontside/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
taras authored Dec 5, 2023
2 parents b6f76c1 + 1e204ba commit c045bc0
Show file tree
Hide file tree
Showing 37 changed files with 171 additions and 54 deletions.
22 changes: 0 additions & 22 deletions .changeset/giant-pumpkins-carry.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

### Patch Changes

- Updated dependencies [b6f76c1]
- @frontside/backstage-plugin-scaffolder-workflow@0.9.0
- @frontside/backstage-plugin-effection-inspector@0.1.11
- @frontside/backstage-plugin-humanitec@0.3.12

## 0.1.4

### 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.1.4",
"version": "0.2.0",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -34,9 +34,9 @@
"@backstage/plugin-user-settings": "^0.7.13",
"@backstage/theme": "^0.4.4",
"@backstage/types": "^1.1.1",
"@frontside/backstage-plugin-effection-inspector": "^0.1.10",
"@frontside/backstage-plugin-humanitec": "^0.3.11",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.8.1",
"@frontside/backstage-plugin-effection-inspector": "^0.1.11",
"@frontside/backstage-plugin-humanitec": "^0.3.12",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.9.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "5.13.6",
Expand Down
19 changes: 19 additions & 0 deletions packages/backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# backend

## 0.1.0

### Minor Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

### Patch Changes

- Updated dependencies [b6f76c1]
- @frontside/backstage-plugin-graphql-backend-module[email protected]
- @frontside/backstage-plugin-incremental-ingestion[email protected]
- @frontside/scaffolder-yaml-actions@0.3.0
- @frontside/backstage-plugin-batch-loader@0.4.0
- [email protected]
- @frontside/backstage-plugin-effection-inspector[email protected]
- @frontside/backstage-plugin-humanitec-backend@0.3.12
- @frontside/backstage-plugin-graphql-backend@0.1.4
- @internal/plugin-healthcheck@0.1.10

## 0.0.24

### 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.0.24",
"version": "0.1.0",
"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.3.6",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.10",
"@frontside/backstage-plugin-graphql-backend": "^0.1.3",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.1.3",
"@frontside/backstage-plugin-humanitec-backend": "^0.3.11",
"@frontside/backstage-plugin-batch-loader": "0.4.0",
"@frontside/backstage-plugin-effection-inspector-backend": "0.1.11",
"@frontside/backstage-plugin-graphql-backend": "^0.1.4",
"@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.0",
"@frontside/backstage-plugin-humanitec-backend": "^0.3.12",
"@frontside/backstage-plugin-incremental-ingestion-backend": "*",
"@frontside/scaffolder-yaml-actions": "^0.2.4",
"@frontside/scaffolder-yaml-actions": "^0.3.0",
"@gitbeaker/node": "^34.6.0",
"@internal/plugin-healthcheck": "0.1.9",
"@internal/plugin-healthcheck": "0.1.10",
"@octokit/rest": "^19.0.5",
"app": "*",
"assert-ts": "^0.3.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphgen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/graphgen-backstage

## 0.3.3

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphgen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/graphgen-backstage",
"version": "0.3.2",
"version": "0.3.3",
"description": "The simulated data used in @frontside/backstage-plugin-graphql",
"main": "dist/index.js",
"types": "dist/index.d.ts",
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.0

### Minor Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.6.2

### Patch 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.6.2",
"version": "0.7.0",
"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.0

### Minor Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.3.6

### Patch 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.3.6",
"version": "0.4.0",
"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.11

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.1.10

### 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.10",
"version": "0.1.11",
"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.11

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.1.10

### 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.10",
"version": "0.1.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions plugins/graphql-backend-module-catalog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @frontside/backstage-plugin-graphql-backend-module-catalog

## 0.2.0

### Minor Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

### Patch Changes

- Updated dependencies [b6f76c1]
- @frontside/backstage-plugin-graphql-backend@0.1.4

## 0.1.4

### 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.1.4",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@backstage/catalog-client": "^1.4.6",
"@backstage/catalog-model": "^1.4.3",
"@backstage/plugin-catalog-node": "^1.5.0",
"@frontside/backstage-plugin-graphql-backend": "^0.1.3",
"@frontside/backstage-plugin-graphql-backend": "^0.1.4",
"@frontside/hydraphql": "^0.1.1",
"@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.3

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.1.2

### 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.2",
"version": "0.1.3",
"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.4

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.
- Updated dependencies [b6f76c1]
- @frontside/backstage-plugin-graphql-backend-node@0.1.3

## 0.1.3

### 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.3",
"version": "0.1.4",
"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.2",
"@frontside/backstage-plugin-graphql-backend-node": "^0.1.3",
"@frontside/hydraphql": "^0.1.1",
"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.10

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.1.9

### 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.9",
"version": "0.1.10",
"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.12

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.
- Updated dependencies [b6f76c1]
- @frontside/backstage-plugin-humanitec-common@0.3.10

## 0.3.11

### 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.11",
"version": "0.3.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand All @@ -25,7 +25,7 @@
"@backstage/backend-common": "^0.19.9",
"@backstage/config": "^1.1.1",
"@backstage/plugin-scaffolder-backend": "^1.19.1",
"@frontside/backstage-plugin-humanitec-common": "^0.3.9",
"@frontside/backstage-plugin-humanitec-common": "^0.3.10",
"@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.10

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.3.9

### 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.9",
"version": "0.3.10",
"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.12

### Patch Changes

- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages.

## 0.3.11

### Patch Changes
Expand Down
Loading

0 comments on commit c045bc0

Please sign in to comment.