Skip to content

Commit 5230388

Browse files
author
GitHub Actions Bot
committed
v1.36.3
1 parent d115194 commit 5230388

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [1.36.3](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.36.2...v1.36.3) (2025-12-08)
6+
57
### [1.36.2](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.36.1...v1.36.2) (2025-12-08)
68

79
### [1.36.1](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.36.0...v1.36.1) (2025-12-08)

plugins/toolbox-backend-module-whois/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@drodil/backstage-plugin-toolbox-backend-module-whois",
33
"description": "The whois backend module for the toolbox plugin.",
4-
"version": "1.36.2",
4+
"version": "1.36.3",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"license": "MIT",

plugins/toolbox-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drodil/backstage-plugin-toolbox-backend",
3-
"version": "1.36.2",
3+
"version": "1.36.3",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "MIT",

plugins/toolbox-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@drodil/backstage-plugin-toolbox-node",
33
"description": "Node.js library for the toolbox plugin",
4-
"version": "1.36.2",
4+
"version": "1.36.3",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"prepublishOnly": "yarn tsc && yarn build",

plugins/toolbox-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@drodil/backstage-plugin-toolbox-react",
33
"description": "Web library for the toolbox plugin",
4-
"version": "1.36.2",
4+
"version": "1.36.3",
55
"main": "src/index.ts",
66
"types": "src/index.ts",
77
"prepublishOnly": "yarn tsc && yarn build",

plugins/toolbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@drodil/backstage-plugin-toolbox",
3-
"version": "1.36.2",
3+
"version": "1.36.3",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"prepublishOnly": "yarn tsc && yarn build",

0 commit comments

Comments
 (0)