Skip to content

Commit

Permalink
Merge pull request #340 from thefrontside/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
taras authored Aug 31, 2023
2 parents b4e907e + 78f296e commit ca02621
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/swift-toys-wait.md

This file was deleted.

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

## 0.0.21

### Patch Changes

- 036788e: Allowed passing a path instead of url in YAML actions
- Updated dependencies [036788e]
- @frontside/scaffolder-yaml-actions@0.2.1

## 0.0.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "0.0.20",
"version": "0.0.21",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"private": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"@frontside/backstage-plugin-humanitec-backend": "^0.3.8",
"@frontside/backstage-plugin-graphql": "^0.7.3",
"@frontside/backstage-plugin-incremental-ingestion-backend": "*",
"@frontside/scaffolder-yaml-actions": "^0.2.0",
"@frontside/scaffolder-yaml-actions": "^0.2.1",
"@gitbeaker/node": "^34.6.0",
"@internal/plugin-healthcheck": "0.1.7",
"@octokit/rest": "^19.0.5",
Expand Down
6 changes: 6 additions & 0 deletions plugins/scaffolder-yaml-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @frontside/scaffolder-yaml-actions

## 0.2.1

### Patch Changes

- 036788e: Allowed passing a path instead of url in YAML actions

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-yaml-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@frontside/scaffolder-yaml-actions",
"description": "Collection of actions for manipulation content of YAML documents",
"version": "0.2.0",
"version": "0.2.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit ca02621

Please sign in to comment.