From a60076325398e4b7089eb0f410d96e71daeae0b4 Mon Sep 17 00:00:00 2001 From: martin-helmich Date: Tue, 14 Jan 2025 19:05:43 +0000 Subject: [PATCH] chore(release): bump version to 4.92.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 8c61d801..24ad2c35 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.92.0](https://github.com/mittwald/api-client-js/compare/4.91.0...4.92.0) (2025-01-14) + +### Features + +- update generated client + ([92f6e03](https://github.com/mittwald/api-client-js/commit/92f6e034c03107d5c8ef74554b4986874c784a9e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.91.0](https://github.com/mittwald/api-client-js/compare/4.90.0...4.91.0) (2025-01-10) ### Features diff --git a/lerna.json b/lerna.json index 2398a3e9..5de45d7a 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.91.0" + "version": "4.92.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index ee679163..cf98b744 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.92.0](https://github.com/mittwald/api-client-js/compare/4.91.0...4.92.0) (2025-01-14) + +### Features + +- update generated client + ([92f6e03](https://github.com/mittwald/api-client-js/commit/92f6e034c03107d5c8ef74554b4986874c784a9e)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.91.0](https://github.com/mittwald/api-client-js/compare/4.90.0...4.91.0) (2025-01-10) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index a34c42ef..0f521f8c 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.91.0", + "version": "4.92.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 dc89f2a2..76f3e756 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.92.0](https://github.com/mittwald/api-client-js/compare/4.91.0...4.92.0) (2025-01-14) + +**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.91.0](https://github.com/mittwald/api-client-js/compare/4.90.0...4.91.0) (2025-01-10) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index 45ad4387..4f49d347 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.91.0", + "version": "4.92.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",