Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 10, 2023
1 parent 16099d1 commit 4934f0c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-coins-teach.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- Updated dependencies [16099d1]
- @frontside/backstage-plugin-scaffolder-workflow@0.8.0

## 0.1.2

### Patch 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.2",
"version": "0.1.3",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@backstage/types": "^1.1.0",
"@frontside/backstage-plugin-effection-inspector": "^0.1.9",
"@frontside/backstage-plugin-humanitec": "^0.3.10",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.7.2",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.8.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "^5.8.1",
Expand Down
6 changes: 6 additions & 0 deletions plugins/scaffolder-frontend-workflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/backstage-plugin-scaffolder-workflow

## 0.8.0

### Minor Changes

- 16099d1: Async validation is now scoped to only run for the current step. Allow Scaffolder to run validation at the root of an object.

## 0.7.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-frontend-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontside/backstage-plugin-scaffolder-workflow",
"version": "0.7.2",
"version": "0.8.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4934f0c

Please sign in to comment.