From 937dcd43f513391235fa49b438bf47cfdad38e9d Mon Sep 17 00:00:00 2001 From: mfal Date: Wed, 17 Jul 2024 00:11:16 +0000 Subject: [PATCH] chore(release): bump version to 4.40.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 a447be63..0f9b3789 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.40.0](https://github.com/mittwald/api-client-js/compare/4.39.0...4.40.0) (2024-07-17) + +### Features + +- update generated client + ([b67022e](https://github.com/mittwald/api-client-js/commit/b67022e8f6206bc74e11cf62bb111a453f938070)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.39.0](https://github.com/mittwald/api-client-js/compare/4.38.0...4.39.0) (2024-07-16) ### Features diff --git a/lerna.json b/lerna.json index 71118ef6..3f1d81d8 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.39.0" + "version": "4.40.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index aa61ce22..428ea42a 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.40.0](https://github.com/mittwald/api-client-js/compare/4.39.0...4.40.0) (2024-07-17) + +### Features + +- update generated client + ([b67022e](https://github.com/mittwald/api-client-js/commit/b67022e8f6206bc74e11cf62bb111a453f938070)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.39.0](https://github.com/mittwald/api-client-js/compare/4.38.0...4.39.0) (2024-07-16) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 7a7c51be..289270d3 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.39.0", + "version": "4.40.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 b92a01c3..19e1ceef 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.40.0](https://github.com/mittwald/api-client-js/compare/4.39.0...4.40.0) (2024-07-17) + +**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.39.0](https://github.com/mittwald/api-client-js/compare/4.38.0...4.39.0) (2024-07-16) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index 81903571..77035ab4 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.39.0", + "version": "4.40.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",