From 986293d244c0004f29689ea3fa835cebef83fd49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Apr 2024 19:37:54 +0000 Subject: [PATCH] chore(release): 1.3.10 [skip ci] ## [1.3.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.3.9...@janus-idp/backstage-scaffolder-backend-module-regex@1.3.10) (2024-04-09) ### Bug Fixes * **cli:** `node_modules` of the main plugin unexpectedly copied to the `dist-dynamic` folder. ([#1482](https://github.com/janus-idp/backstage-plugins/issues/1482)) ([deaa19d](https://github.com/janus-idp/backstage-plugins/commit/deaa19d2aaf9e25617911e8bebc67ff8d7471010)) --- plugins/regex-actions/CHANGELOG.md | 8 ++++++++ plugins/regex-actions/dist-dynamic/package.json | 2 +- plugins/regex-actions/package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/plugins/regex-actions/CHANGELOG.md b/plugins/regex-actions/CHANGELOG.md index 623c14a043..79212a84cc 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.10](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.3.9...@janus-idp/backstage-scaffolder-backend-module-regex@1.3.10) (2024-04-09) + + + +### Dependencies + +* **@janus-idp/cli:** upgraded to 1.7.10 + ## @janus-idp/backstage-scaffolder-backend-module-regex [1.3.9](https://github.com/janus-idp/backstage-plugins/compare/@janus-idp/backstage-scaffolder-backend-module-regex@1.3.8...@janus-idp/backstage-scaffolder-backend-module-regex@1.3.9) (2024-04-09) diff --git a/plugins/regex-actions/dist-dynamic/package.json b/plugins/regex-actions/dist-dynamic/package.json index 25d0462c5e..5e5fc2d221 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.9", + "version": "1.3.10", "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 19075af73b..f695203ab9 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.9", + "version": "1.3.10", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "@backstage/backend-common": "0.21.6", "@backstage/cli": "0.26.2", "@backstage/plugin-scaffolder-node-test-utils": "0.1.2", - "@janus-idp/cli": "1.7.9" + "@janus-idp/cli": "1.7.10" }, "files": [ "dist",