diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index e930085537..8420ae9e74 100644 --- a/plugins/regex-actions/CHANGELOG.md +++ b/plugins/regex-actions/CHANGELOG.md @@ -1,3 +1,11 @@ +## @janus-idp/backstage-scaffolder-backend-module-regex [1.2.7](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.2.6...@janus-idp/backstage-scaffolder-backend-module-regex@1.2.7) (2024-01-25) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.6.0 + ## @janus-idp/backstage-scaffolder-backend-module-regex [1.2.6](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.2.5...@janus-idp/backstage-scaffolder-backend-module-regex@1.2.6) (2024-01-17) diff --git a/plugins/regex-actions/dist-dynamic/package.json b/plugins/regex-actions/dist-dynamic/package.json index 8c7f69c23d..e492c3de7c 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.2.6", + "version": "1.2.7", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "Apache-2.0", diff --git a/plugins/regex-actions/package.json b/plugins/regex-actions/package.json index f164c507cf..91bc01e04c 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.2.6", + "version": "1.2.7", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -35,7 +35,7 @@ "devDependencies": { "@backstage/backend-common": "0.19.8", "@backstage/cli": "0.23.0", - "@janus-idp/cli": "1.5.0", + "@janus-idp/cli": "1.6.0", "@types/mock-fs": "4.13.4", "mock-fs": "5.2.0" },