From 21774263942b857e7c081f9f431571c21feae0c2 Mon Sep 17 00:00:00 2001 From: martin-helmich Date: Thu, 9 Jan 2025 19:06:17 +0000 Subject: [PATCH] chore(release): bump version to 4.90.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 617e4abd..17757436 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.90.0](https://github.com/mittwald/api-client-js/compare/4.89.0...4.90.0) (2025-01-09) + +### Features + +- update generated client + ([8fcb5f8](https://github.com/mittwald/api-client-js/commit/8fcb5f89a37b394340f1efd3780c9869c185ea58)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.89.0](https://github.com/mittwald/api-client-js/compare/4.88.0...4.89.0) (2025-01-08) ### Features diff --git a/lerna.json b/lerna.json index 66862988..da3c62e3 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.89.0" + "version": "4.90.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index 92bc603f..861a3ae1 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.90.0](https://github.com/mittwald/api-client-js/compare/4.89.0...4.90.0) (2025-01-09) + +### Features + +- update generated client + ([8fcb5f8](https://github.com/mittwald/api-client-js/commit/8fcb5f89a37b394340f1efd3780c9869c185ea58)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.89.0](https://github.com/mittwald/api-client-js/compare/4.88.0...4.89.0) (2025-01-08) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 98fc9b6a..5e07f620 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.89.0", + "version": "4.90.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 dde8e5f1..98d15f47 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.90.0](https://github.com/mittwald/api-client-js/compare/4.89.0...4.90.0) (2025-01-09) + +**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.89.0](https://github.com/mittwald/api-client-js/compare/4.88.0...4.89.0) (2025-01-08) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index b60ea395..ffd94b1b 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.89.0", + "version": "4.90.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",