Skip to content

Commit

Permalink
chore(release): 1.4.15 [skip ci]
Browse files Browse the repository at this point in the history
* **rbac:** add type checks with generics for audit log ([janus-idp#1789](janus-idp#1789)) ([ac69838](janus-idp@ac69838))

* **cli:** fix the removal of type definitions by `export-dynamic`. ([janus-idp#1810](janus-idp#1810)) ([8472d91](janus-idp@8472d91))
* **feedback:** fixed feedback backend plugin crashing ([janus-idp#1809](janus-idp#1809)) ([e4a571e](janus-idp@e4a571e))
* **feedback:** update EntityPage component ([janus-idp#1798](janus-idp#1798)) ([f5b04b5](janus-idp@f5b04b5))
* **kiali:** fix dev links ([janus-idp#1801](janus-idp#1801)) ([2a86a5e](janus-idp@2a86a5e))
* **kiali:** remove debug window ([janus-idp#1793](janus-idp#1793)) ([b5b5376](janus-idp@b5b5376))
* **kiali:** sanitize input for CWE-79 ([janus-idp#1786](janus-idp#1786)) ([9ba95bb](janus-idp@9ba95bb))
* missing postversion script is several plugins and missing turbo dependency ([janus-idp#1811](janus-idp#1811)) ([4dfe4f5](janus-idp@4dfe4f5))
* **orchestrator:** fix error handling in case data index failed to start ([janus-idp#1804](janus-idp#1804)) ([27affb7](janus-idp@27affb7))
* **topology:** remove check for catalog entity permission ([janus-idp#1800](janus-idp#1800)) ([fd6ae41](janus-idp@fd6ae41))

* **kiali:** update development doc for alpha backend([janus-idp#1720](janus-idp#1720)) ([e06e9be](janus-idp@e06e9be))
  • Loading branch information
semantic-release-bot authored and kim-tsao committed Oct 8, 2024
1 parent f94b464 commit d843d1e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions plugins/servicenow-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.4.15](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-13)


### Bug Fixes

* missing postversion script is several plugins and missing turbo dependency ([#1811](https://github.com/janus-idp/backstage-plugins/issues/1811)) ([4dfe4f5](https://github.com/janus-idp/backstage-plugins/commit/4dfe4f533e21e79c928c66bfd68684243912be2c))



### Dependencies

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

## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.4.14](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-05)



### Dependencies

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

## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.4.13](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-04)

## @janus-idp/backstage-scaffolder-backend-module-servicenow [1.4.12](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/[email protected]...@janus-idp/[email protected]) (2024-06-03)


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.4.12",
"version": "1.4.15",
"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.4.12",
"version": "1.4.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@backstage/plugin-scaffolder-node-test-utils": "0.1.3",
"@backstage/types": "1.1.1",
"@hey-api/openapi-ts": "0.34.5",
"@janus-idp/cli": "1.9.0",
"@janus-idp/cli": "1.10.1",
"@types/node-fetch": "2.6.11",
"msw": "1.3.3"
},
Expand Down

0 comments on commit d843d1e

Please sign in to comment.