Skip to content

Commit

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

### Bug Fixes

* add default 3scale schedule ([#969](#969)) ([11c10b0](11c10b0))
* **keycloak:** embed keycloak admin dependency for dynamic export ([#968](#968)) ([2f005a0](2f005a0))
* make the `export-dynamic-plugin` command more generic for backend plugins. ([#967](#967)) ([b40c661](b40c661))
* segment config schema visibility typo ([#964](#964)) ([836c58c](836c58c))
  • Loading branch information
semantic-release-bot committed Nov 22, 2023
1 parent 60b49ab commit 026d17b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions plugins/servicenow-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.2.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-22)



### Dependencies

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

## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.2.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2023-11-21)


Expand Down
2 changes: 1 addition & 1 deletion plugins/servicenow-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-servicenow-dynamic",
"description": "The servicenow custom actions",
"version": "1.2.1",
"version": "1.2.2",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/servicenow-actions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-servicenow",
"description": "The servicenow custom actions",
"version": "1.2.1",
"version": "1.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@backstage/backend-common": "0.19.8",
"@backstage/cli": "0.23.0",
"@janus-idp/cli": "1.4.4",
"@janus-idp/cli": "1.4.5",
"@backstage/config": "1.1.1",
"@backstage/types": "1.1.1",
"@types/mock-fs": "4.13.4",
Expand Down

0 comments on commit 026d17b

Please sign in to comment.