Skip to content

Commit d0ffa8e

Browse files
chore(release): bump version to 4.291.0
1 parent c75a4fa commit d0ffa8e

File tree

10 files changed

+29
-5
lines changed

10 files changed

+29
-5
lines changed

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.291.0](https://github.com/mittwald/api-client-js/compare/4.290.0...4.291.0) (2026-02-01)
7+
8+
### Features
9+
10+
* update generated client ([c75a4fa](https://github.com/mittwald/api-client-js/commit/c75a4fa0a5045f219b35f38c63cb967ae8325285))
11+
612
# [4.290.0](https://github.com/mittwald/api-client-js/compare/4.289.0...4.290.0) (2026-01-30)
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.290.0"
7+
"version": "4.291.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.291.0](https://github.com/mittwald/api-client-js/compare/4.290.0...4.291.0) (2026-02-01)
7+
8+
**Note:** Version bump only for package @mittwald/api-client-commons
9+
610
# [4.290.0](https://github.com/mittwald/api-client-js/compare/4.289.0...4.290.0) (2026-01-30)
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.290.0",
3+
"version": "4.291.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.291.0](https://github.com/mittwald/api-client-js/compare/4.290.0...4.291.0) (2026-02-01)
7+
8+
**Note:** Version bump only for package @mittwald/api-code-generator
9+
610
# [4.290.0](https://github.com/mittwald/api-client-js/compare/4.289.0...4.290.0) (2026-01-30)
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.290.0",
3+
"version": "4.291.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.291.0](https://github.com/mittwald/api-client-js/compare/4.290.0...4.291.0) (2026-02-01)
7+
8+
### Features
9+
10+
* update generated client ([c75a4fa](https://github.com/mittwald/api-client-js/commit/c75a4fa0a5045f219b35f38c63cb967ae8325285))
11+
612
# [4.290.0](https://github.com/mittwald/api-client-js/compare/4.289.0...4.290.0) (2026-01-30)
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.290.0",
3+
"version": "4.291.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.291.0](https://github.com/mittwald/api-client-js/compare/4.290.0...4.291.0) (2026-02-01)
7+
8+
**Note:** Version bump only for package @mittwald/api-models
9+
610
# [4.290.0](https://github.com/mittwald/api-client-js/compare/4.289.0...4.290.0) (2026-01-30)
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.290.0",
3+
"version": "4.291.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)