Skip to content

Commit 27830b5

Browse files
committed
chore(release): bump version to 4.242.2
1 parent cead532 commit 27830b5

File tree

10 files changed

+25
-5
lines changed

10 files changed

+25
-5
lines changed

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.242.2](https://github.com/mittwald/api-client-js/compare/4.242.1...4.242.2) (2025-10-20)
7+
8+
**Note:** Version bump only for package root
9+
610
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
711

812
**Note:** Version bump only for package root

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.242.1"
7+
"version": "4.242.2"
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.242.2](https://github.com/mittwald/api-client-js/compare/4.242.1...4.242.2) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-client-commons
9+
610
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-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.242.1",
3+
"version": "4.242.2",
44
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
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.242.2](https://github.com/mittwald/api-client-js/compare/4.242.1...4.242.2) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-code-generator
9+
610
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-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.242.1",
3+
"version": "4.242.2",
44
"type": "module",
55
"repository": "https://github.com/mittwald/api-client-js.git",
66
"license": "MIT",

packages/mittwald/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.242.2](https://github.com/mittwald/api-client-js/compare/4.242.1...4.242.2) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-client
9+
610
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-20)
711

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

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.1",
3+
"version": "4.242.2",
44
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
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.242.2](https://github.com/mittwald/api-client-js/compare/4.242.1...4.242.2) (2025-10-20)
7+
8+
**Note:** Version bump only for package @mittwald/api-models
9+
610
## [4.242.1](https://github.com/mittwald/api-client-js/compare/4.242.0...4.242.1) (2025-10-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.242.1",
3+
"version": "4.242.2",
44
"author": "Mittwald CM Service GmbH & Co. KG <[email protected]>",
55
"type": "module",
66
"description": "Collection of domain models for coherent interaction with the API",

0 commit comments

Comments
 (0)