Skip to content

Commit bacf475

Browse files
committed
chore(release): bump version to 4.242.1
1 parent d06976d commit bacf475

10 files changed

Lines changed: 53 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
7+
8+
**Note:** Version bump only for package root
9+
10+
# Change Log
11+
312
All notable changes to this project will be documented in this file. See
413
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"packages": ["packages/*"],
5-
"version": "4.242.0"
4+
"packages": [
5+
"packages/*"
6+
],
7+
"version": "4.242.1"
68
}

packages/commons/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-client-commons
9+
10+
# Change Log
11+
312
All notable changes to this project will be documented in this file. See
413
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

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.224.1",
3+
"version": "4.242.1",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-code-generator
9+
10+
# Change Log
11+
312
All notable changes to this project will be documented in this file. See
413
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

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.224.1",
3+
"version": "4.242.1",
44
"type": "module",
55
"repository": "https://github.com/mittwald/api-client-js.git",
66
"license": "MIT",

packages/mittwald/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-client
9+
10+
# Change Log
11+
312
All notable changes to this project will be documented in this file. See
413
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

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.242.0",
3+
"version": "4.242.1",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-models
9+
10+
# Change Log
11+
312
All notable changes to this project will be documented in this file. See
413
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

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.242.0",
3+
"version": "4.242.1",
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)