Skip to content

Commit c670696

Browse files
author
GitHub Actions Bot
committed
v1.36.9
1 parent ed052ce commit c670696

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.9](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.36.8...v1.36.9) (2026-05-22)
6+
7+
8+
### Bug Fixes
9+
10+
* use zod v4 import ([32ff204](https://github.com/drodil/backstage-plugin-toolbox/commit/32ff2046741478f0964cf63a97fae5cc2f1a93d8))
11+
512
### [1.36.8](https://github.com/drodil/backstage-plugin-toolbox/compare/v1.36.7...v1.36.8) (2026-04-15)
613

714

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.8",
4+
"version": "1.36.9",
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.8",
3+
"version": "1.36.9",
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.8",
4+
"version": "1.36.9",
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.8",
4+
"version": "1.36.9",
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.8",
3+
"version": "1.36.9",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"prepublishOnly": "yarn tsc && yarn build",

0 commit comments

Comments
 (0)