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 1f144a1 commit 8415357
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions plugins/kubernetes-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## @janus-idp/backstage-scaffolder-backend-module-kubernetes [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-kubernetes [1.4.14](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/kubernetes-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-kubernetes-dynamic",
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
"version": "1.4.14",
"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/kubernetes-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes",
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
"version": "1.4.14",
"version": "1.5.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,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",
"msw": "1.3.3"
},
"files": [
Expand Down

0 comments on commit 8415357

Please sign in to comment.