diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index 5daf8f99e6..32d159e89f 100644 --- a/plugins/regex-actions/CHANGELOG.md +++ b/plugins/regex-actions/CHANGELOG.md @@ -1,3 +1,5 @@ +## @janus-idp/backstage-scaffolder-backend-module-regex [1.4.11](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.10...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.11) (2024-06-04) + ## @janus-idp/backstage-scaffolder-backend-module-regex [1.4.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.4.9...@janus-idp/backstage-scaffolder-backend-module-regex@1.4.10) (2024-06-03) diff --git a/plugins/regex-actions/dist-dynamic/package.json b/plugins/regex-actions/dist-dynamic/package.json index bc1a66edd3..0367deeec0 100644 --- a/plugins/regex-actions/dist-dynamic/package.json +++ b/plugins/regex-actions/dist-dynamic/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-regex-dynamic", "description": "The regex custom actions", - "version": "1.4.10", + "version": "1.4.11", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "Apache-2.0", @@ -11,7 +11,8 @@ "types": "dist/index.d.ts" }, "backstage": { - "role": "backend-plugin-module" + "role": "backend-plugin-module", + "supported-versions": "1.26.5" }, "exports": { ".": { @@ -34,13 +35,23 @@ "dist", "alpha" ], - "repository": "github:janus-idp/backstage-plugins", + "repository": { + "type": "git", + "url": "https://github.com/janus-idp/backstage-plugins", + "directory": "plugins/regex-actions" + }, "keywords": [ + "support:production", + "lifecycle:active", "backstage", "backend-plugin-module" ], - "homepage": "https://janus-idp.io/", + "homepage": "https://red.ht/rhdh", "bugs": "https://github.com/janus-idp/backstage-plugins/issues", + "maintainers": [ + "@janus-idp/maintainers-plugins" + ], + "author": "Red Hat", "bundleDependencies": true, "peerDependencies": { "@backstage/backend-dynamic-feature-service": "^0.2.9", diff --git a/plugins/regex-actions/package.json b/plugins/regex-actions/package.json index 79cb67e707..efa354c5dc 100644 --- a/plugins/regex-actions/package.json +++ b/plugins/regex-actions/package.json @@ -1,7 +1,7 @@ { "name": "@janus-idp/backstage-scaffolder-backend-module-regex", "description": "The regex custom actions", - "version": "1.4.10", + "version": "1.4.11", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",