Skip to content

Commit

Permalink
Version Packages (#370)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
frontsidejack and github-actions[bot] authored Dec 5, 2023
1 parent d578189 commit 4d18f47
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-chefs-provide.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.2.1

### Patch Changes

- Updated dependencies [d578189]
- @frontside/backstage-plugin-scaffolder-workflow@0.10.0

## 0.2.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.2.0",
"version": "0.2.1",
"private": true,
"backstage": {
"role": "frontend"
Expand Down Expand Up @@ -36,7 +36,7 @@
"@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.9.0",
"@frontside/backstage-plugin-scaffolder-workflow": "^0.10.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@rjsf/utils": "5.13.6",
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.10.0

### Minor Changes

- d578189: Allow passing formContext through the FormProps to scaffolder form.

## 0.9.0

### Minor 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.9.0",
"version": "0.10.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4d18f47

Please sign in to comment.