From 143cfadd66c9d07f54ddcf9a6147d80c957863e0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 31 Oct 2024 14:20:50 +0000 Subject: [PATCH] v1.25.0 --- CHANGELOG.md | 12 ++++++++++++ plugins/toolbox-backend-module-whois/package.json | 2 +- plugins/toolbox-backend/package.json | 2 +- plugins/toolbox-node/package.json | 2 +- plugins/toolbox-react/package.json | 2 +- plugins/toolbox/package.json | 2 +- 6 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216e7d1..40f6f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.25.0](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.24.3...v1.25.0) (2024-10-31) + + +### Features + +* allow customization and download of qr code ([0b1ba28](https://github.com/drodil/backstage-plugin-toolbox/commit/0b1ba2814448d20051871eb615965a3ce3d04adc)) + + +### Bug Fixes + +* linting ([d0cd2c4](https://github.com/drodil/backstage-plugin-toolbox/commit/d0cd2c4b7ecc83b1839c16e0bd15f9a752abfdd4)) + ### [1.24.3](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.24.2...v1.24.3) (2024-10-15) ### [1.24.2](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.24.1...v1.24.2) (2024-09-18) diff --git a/plugins/toolbox-backend-module-whois/package.json b/plugins/toolbox-backend-module-whois/package.json index 1636e29..a0cb8cf 100644 --- a/plugins/toolbox-backend-module-whois/package.json +++ b/plugins/toolbox-backend-module-whois/package.json @@ -1,7 +1,7 @@ { "name": "@drodil/backstage-plugin-toolbox-backend-module-whois", "description": "The whois backend module for the toolbox plugin.", - "version": "1.24.3", + "version": "1.25.0", "main": "src/index.ts", "types": "src/index.ts", "license": "MIT", diff --git a/plugins/toolbox-backend/package.json b/plugins/toolbox-backend/package.json index 3e0fe94..54d471f 100644 --- a/plugins/toolbox-backend/package.json +++ b/plugins/toolbox-backend/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/backstage-plugin-toolbox-backend", - "version": "1.24.3", + "version": "1.25.0", "main": "src/index.ts", "types": "src/index.ts", "license": "MIT", diff --git a/plugins/toolbox-node/package.json b/plugins/toolbox-node/package.json index a5e9369..86e276e 100644 --- a/plugins/toolbox-node/package.json +++ b/plugins/toolbox-node/package.json @@ -1,7 +1,7 @@ { "name": "@drodil/backstage-plugin-toolbox-node", "description": "Node.js library for the toolbox plugin", - "version": "1.24.3", + "version": "1.25.0", "main": "src/index.ts", "types": "src/index.ts", "prepublishOnly": "yarn tsc && yarn build", diff --git a/plugins/toolbox-react/package.json b/plugins/toolbox-react/package.json index 432aa6e..93132af 100644 --- a/plugins/toolbox-react/package.json +++ b/plugins/toolbox-react/package.json @@ -1,7 +1,7 @@ { "name": "@drodil/backstage-plugin-toolbox-react", "description": "Web library for the toolbox plugin", - "version": "1.24.3", + "version": "1.25.0", "main": "src/index.ts", "types": "src/index.ts", "prepublishOnly": "yarn tsc && yarn build", diff --git a/plugins/toolbox/package.json b/plugins/toolbox/package.json index 3a35d2d..88ec945 100644 --- a/plugins/toolbox/package.json +++ b/plugins/toolbox/package.json @@ -1,6 +1,6 @@ { "name": "@drodil/backstage-plugin-toolbox", - "version": "1.24.3", + "version": "1.25.0", "main": "src/index.ts", "types": "src/index.ts", "prepublishOnly": "yarn tsc && yarn build",