Skip to content

Commit

Permalink
v1.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 31, 2024
1 parent 1b0fe0a commit 143cfad
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbox-backend-module-whois/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbox-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbox-node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbox-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbox/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 143cfad

Please sign in to comment.