From 48692f21b29d6f4f51aed998a2502f32d4f0eb5c Mon Sep 17 00:00:00 2001 From: mfal Date: Fri, 8 Mar 2024 07:40:49 +0000 Subject: [PATCH] chore(release): bump version to 4.11.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ lerna.json | 2 +- packages/mittwald/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/mittwald/package.json | 2 +- packages/models/CHANGELOG.md | 9 +++++++++ packages/models/package.json | 2 +- 6 files changed, 62 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6108943a..d0593f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.11.0](https://github.com/mittwald/api-client-js/compare/4.10.0...4.11.0) (2024-03-08) + +### Features + +- export TypeScript API from generator package + ([5ff77f4](https://github.com/mittwald/api-client-js/commit/5ff77f49237fa29f4b7389cc9068aa54f8dcda11)) +- update generated client + ([7331a54](https://github.com/mittwald/api-client-js/commit/7331a548d6d3cf27e0abab6d4447b267cf42c971)) +- update generated client + ([abca774](https://github.com/mittwald/api-client-js/commit/abca77428cd4e15d8c5e172bf1e13336b398d977)) +- update generated client + ([ddf621c](https://github.com/mittwald/api-client-js/commit/ddf621cf2ed925900f39a7985f2ade4792dbd861)) +- update generated client + ([46676ba](https://github.com/mittwald/api-client-js/commit/46676ba25ae95e736616033eb117e92cae320bd2)) +- update generated client + ([ee8c46d](https://github.com/mittwald/api-client-js/commit/ee8c46d7a9e99ade9d1801ea6c7cccfdce5372a7)) +- update generated client + ([a66eb13](https://github.com/mittwald/api-client-js/commit/a66eb137da0d399d697e6eea21fa7792e50b918d)) +- update generated client + ([67e5d30](https://github.com/mittwald/api-client-js/commit/67e5d30560634f1de742b73c90c67c2efd6d35f8)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.10.0](https://github.com/mittwald/api-client-js/compare/4.9.0...4.10.0) (2024-02-28) ### Features diff --git a/lerna.json b/lerna.json index 7be498d1..443433a9 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.10.0" + "version": "4.11.0" } diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index 8a371ebe..d53f5681 100644 --- a/packages/mittwald/CHANGELOG.md +++ b/packages/mittwald/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.11.0](https://github.com/mittwald/api-client-js/compare/4.10.0...4.11.0) (2024-03-08) + +### Features + +- update generated client + ([7331a54](https://github.com/mittwald/api-client-js/commit/7331a548d6d3cf27e0abab6d4447b267cf42c971)) +- update generated client + ([abca774](https://github.com/mittwald/api-client-js/commit/abca77428cd4e15d8c5e172bf1e13336b398d977)) +- update generated client + ([ddf621c](https://github.com/mittwald/api-client-js/commit/ddf621cf2ed925900f39a7985f2ade4792dbd861)) +- update generated client + ([46676ba](https://github.com/mittwald/api-client-js/commit/46676ba25ae95e736616033eb117e92cae320bd2)) +- update generated client + ([ee8c46d](https://github.com/mittwald/api-client-js/commit/ee8c46d7a9e99ade9d1801ea6c7cccfdce5372a7)) +- update generated client + ([a66eb13](https://github.com/mittwald/api-client-js/commit/a66eb137da0d399d697e6eea21fa7792e50b918d)) +- update generated client + ([67e5d30](https://github.com/mittwald/api-client-js/commit/67e5d30560634f1de742b73c90c67c2efd6d35f8)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.10.0](https://github.com/mittwald/api-client-js/compare/4.9.0...4.10.0) (2024-02-28) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index ea68afac..92be9cb6 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.10.0", + "version": "4.11.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 b8964085..f0f7da2d 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.11.0](https://github.com/mittwald/api-client-js/compare/4.10.0...4.11.0) (2024-03-08) + +**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.10.0](https://github.com/mittwald/api-client-js/compare/4.9.0...4.10.0) (2024-02-28) ### Features diff --git a/packages/models/package.json b/packages/models/package.json index e8fc239f..3a2b8c20 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.10.0", + "version": "4.11.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",