diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index 869b71fe8f..ddc6974195 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.3.2](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.3.1...@janus-idp/backstage-scaffolder-backend-module-regex@1.3.2) (2024-02-21) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.7.2 + ## @janus-idp/backstage-scaffolder-backend-module-regex [1.3.1](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.3.0...@janus-idp/backstage-scaffolder-backend-module-regex@1.3.1) (2024-02-05) diff --git a/plugins/regex-actions/dist-dynamic/package.json b/plugins/regex-actions/dist-dynamic/package.json index fe16b656b0..f5397d5c92 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.3.1", + "version": "1.3.2", "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 90bd64ada4..831eec7cfb 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.3.1", + "version": "1.3.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "devDependencies": { "@backstage/backend-common": "0.21.0", "@backstage/cli": "0.25.2", - "@janus-idp/cli": "1.7.1", + "@janus-idp/cli": "1.7.2", "@types/mock-fs": "4.13.4", "mock-fs": "5.2.0" },