From 77e56046e77881ff002a6f4ee67641f1117d9b46 Mon Sep 17 00:00:00 2001 From: martin-helmich Date: Wed, 18 Dec 2024 19:05:58 +0000 Subject: [PATCH] chore(release): bump version to 4.88.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/mittwald/CHANGELOG.md | 12 ++++++++++++ packages/mittwald/package.json | 2 +- packages/models/CHANGELOG.md | 9 +++++++++ packages/models/package.json | 2 +- 6 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 003c7668..c768437f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.88.0](https://github.com/mittwald/api-client-js/compare/4.87.0...4.88.0) (2024-12-18) + +### Features + +- update generated client + ([b7122fa](https://github.com/mittwald/api-client-js/commit/b7122fa59c4bbe88ccbf23956fb02705ed53c0cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.87.0](https://github.com/mittwald/api-client-js/compare/4.86.0...4.87.0) (2024-12-17) ### Features diff --git a/lerna.json b/lerna.json index f30d626f..ed5c6095 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", "packages": ["packages/*"], - "version": "4.87.0" + "version": "4.88.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index 1c8ae416..ed0555f6 100644 --- a/packages/mittwald/CHANGELOG.md +++ b/packages/mittwald/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.88.0](https://github.com/mittwald/api-client-js/compare/4.87.0...4.88.0) (2024-12-18) + +### Features + +- update generated client + ([b7122fa](https://github.com/mittwald/api-client-js/commit/b7122fa59c4bbe88ccbf23956fb02705ed53c0cb)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.87.0](https://github.com/mittwald/api-client-js/compare/4.86.0...4.87.0) (2024-12-17) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 627edda6..a6567e6b 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.87.0", + "version": "4.88.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Auto-generated client for the mittwald API", diff --git a/packages/models/CHANGELOG.md b/packages/models/CHANGELOG.md index 0a082e0a..05ac2cc0 100644 --- a/packages/models/CHANGELOG.md +++ b/packages/models/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.88.0](https://github.com/mittwald/api-client-js/compare/4.87.0...4.88.0) (2024-12-18) + +**Note:** Version bump only for package @mittwald/api-models + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.87.0](https://github.com/mittwald/api-client-js/compare/4.86.0...4.87.0) (2024-12-17) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index f4b4b23c..d19cb8e4 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.87.0", + "version": "4.88.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",