Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent ce75d3e commit c8186fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor [1.1.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor@1.0.4...@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor@1.1.0) (2024-06-13)


### Features

* **deps:** update to backstage 1.27 ([#1683](https://github.com/janus-idp/backstage-plugins/issues/1683)) ([a14869c](https://github.com/janus-idp/backstage-plugins/commit/a14869c3f4177049cb8d6552b36c3ffd17e7997d))



### Dependencies

* **@janus-idp/cli:** upgraded to 1.11.0

## @janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor [1.0.4](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor@1.0.3...@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor@1.0.4) (2024-06-13)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor-dynamic",
"description": "The scaffolder-relation-processor backend module for the catalog plugin.",
"version": "1.0.4",
"version": "1.1.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-plugin-catalog-backend-module-scaffolder-relation-processor",
"description": "The scaffolder-relation-processor backend module for the catalog plugin.",
"version": "1.0.4",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@backstage/backend-test-utils": "0.3.8",
"@backstage/cli": "0.26.6",
"@janus-idp/cli": "1.10.1"
"@janus-idp/cli": "1.11.0"
},
"files": [
"dist",
Expand Down

0 comments on commit c8186fa

Please sign in to comment.