Skip to content

Commit 78f1571

Browse files
chore(release): bump version to 4.372.0
1 parent 168bd7f commit 78f1571

10 files changed

Lines changed: 29 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.372.0](https://github.com/mittwald/api-client-js/compare/4.371.0...4.372.0) (2026-05-21)
7+
8+
### Features
9+
10+
* update generated client ([168bd7f](https://github.com/mittwald/api-client-js/commit/168bd7fad3ce7d4a6b79e7fd83e93466b7c456b4))
11+
612
# [4.371.0](https://github.com/mittwald/api-client-js/compare/4.370.0...4.371.0) (2026-05-20)
713

814
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "4.371.0"
7+
"version": "4.372.0"
88
}

packages/commons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.372.0](https://github.com/mittwald/api-client-js/compare/4.371.0...4.372.0) (2026-05-21)
7+
8+
**Note:** Version bump only for package @mittwald/api-client-commons
9+
610
# [4.371.0](https://github.com/mittwald/api-client-js/compare/4.370.0...4.371.0) (2026-05-20)
711

812
**Note:** Version bump only for package @mittwald/api-client-commons

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/api-client-commons",
3-
"version": "4.371.0",
3+
"version": "4.372.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
55
"type": "module",
66
"description": "Common types and utilities for mittwald API clients",

packages/generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.372.0](https://github.com/mittwald/api-client-js/compare/4.371.0...4.372.0) (2026-05-21)
7+
8+
**Note:** Version bump only for package @mittwald/api-code-generator
9+
610
# [4.371.0](https://github.com/mittwald/api-client-js/compare/4.370.0...4.371.0) (2026-05-20)
711

812
**Note:** Version bump only for package @mittwald/api-code-generator

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/api-code-generator",
3-
"version": "4.371.0",
3+
"version": "4.372.0",
44
"type": "module",
55
"repository": "https://github.com/mittwald/api-client-js.git",
66
"license": "MIT",

packages/mittwald/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.372.0](https://github.com/mittwald/api-client-js/compare/4.371.0...4.372.0) (2026-05-21)
7+
8+
### Features
9+
10+
* update generated client ([168bd7f](https://github.com/mittwald/api-client-js/commit/168bd7fad3ce7d4a6b79e7fd83e93466b7c456b4))
11+
612
# [4.371.0](https://github.com/mittwald/api-client-js/compare/4.370.0...4.371.0) (2026-05-20)
713

814
### Features

packages/mittwald/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/api-client",
3-
"version": "4.371.0",
3+
"version": "4.372.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
55
"type": "module",
66
"description": "Auto-generated client for the mittwald API",

packages/models/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.372.0](https://github.com/mittwald/api-client-js/compare/4.371.0...4.372.0) (2026-05-21)
7+
8+
**Note:** Version bump only for package @mittwald/api-models
9+
610
# [4.371.0](https://github.com/mittwald/api-client-js/compare/4.370.0...4.371.0) (2026-05-20)
711

812
**Note:** Version bump only for package @mittwald/api-models

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/api-models",
3-
"version": "4.371.0",
3+
"version": "4.372.0",
44
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
55
"type": "module",
66
"description": "Collection of domain models for coherent interaction with the API",

0 commit comments

Comments
 (0)