Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)

### Features

* **deps:** update to backstage 1.27 ([#1683](#1683)) ([a14869c](a14869c))
* **feedback:** add support for jira component ([#1813](#1813)) ([4afbc17](4afbc17))
  • Loading branch information
semantic-release-bot committed Jun 13, 2024
1 parent 0db5d09 commit 0a27c22
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions plugins/quay-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-scaffolder-backend-module-quay [1.5.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (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-scaffolder-backend-module-quay [1.4.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion plugins/quay-actions/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-quay-dynamic",
"description": "The quay-actions module for @backstage/plugin-scaffolder-backend",
"version": "1.4.13",
"version": "1.5.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/quay-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-quay",
"description": "The quay-actions module for @backstage/plugin-scaffolder-backend",
"version": "1.4.13",
"version": "1.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@backstage/backend-common": "0.22.0",
"@backstage/cli": "0.26.6",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.4",
"@janus-idp/cli": "1.10.1"
"@janus-idp/cli": "1.11.0"
},
"files": [
"dist",
Expand Down

0 comments on commit 0a27c22

Please sign in to comment.