diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index c08a1cb2ef..869b71fe8f 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.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) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.7.1 + ## @janus-idp/backstage-scaffolder-backend-module-regex [1.3.0](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.2.7...@janus-idp/backstage-scaffolder-backend-module-regex@1.3.0) (2024-01-30) diff --git a/plugins/regex-actions/dist-dynamic/package.json b/plugins/regex-actions/dist-dynamic/package.json index f52192c28f..8ad16d6a35 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.0", + "version": "1.3.1", "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 132420b352..b65ff80d3f 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.0", + "version": "1.3.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -50,7 +50,7 @@ "devDependencies": { "@backstage/backend-common": "0.19.8", "@backstage/cli": "0.23.0", - "@janus-idp/cli": "1.7.0", + "@janus-idp/cli": "1.7.1", "@types/mock-fs": "4.13.4", "mock-fs": "5.2.0" },