From 743f591aed803978b799680186249e8043856e4f Mon Sep 17 00:00:00 2001 From: Henning3110 Date: Wed, 14 Aug 2024 06:25:18 +0000 Subject: [PATCH] chore(release): bump version to 4.47.1 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/generator/CHANGELOG.md | 9 +++++++++ packages/generator/package.json | 2 +- packages/mittwald/CHANGELOG.md | 9 +++++++++ packages/mittwald/package.json | 2 +- packages/models/CHANGELOG.md | 9 +++++++++ packages/models/package.json | 2 +- 8 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2128d1..2005e7c5 100644 --- a/CHANGELOG.md +++ b/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.47.1](https://github.com/mittwald/api-client-js/compare/4.47.0...4.47.1) (2024-08-14) + +**Note:** Version bump only for package root + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.47.0](https://github.com/mittwald/api-client-js/compare/4.46.0...4.47.0) (2024-08-12) ### Features diff --git a/lerna.json b/lerna.json index d2dab7a1..a045aa3d 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.47.0" + "version": "4.47.1" } diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index 058ddb75..1b99bb95 100644 --- a/packages/generator/CHANGELOG.md +++ b/packages/generator/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.47.1](https://github.com/mittwald/api-client-js/compare/4.47.0...4.47.1) (2024-08-14) + +**Note:** Version bump only for package @mittwald/api-code-generator + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.44.4](https://github.com/mittwald/api-client-js/compare/4.44.3...4.44.4) (2024-08-07) **Note:** Version bump only for package @mittwald/api-code-generator diff --git a/packages/generator/package.json b/packages/generator/package.json index bc1f695d..0bf74d69 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-code-generator", - "version": "4.44.4", + "version": "4.47.1", "type": "module", "repository": "https://github.com/mittwald/api-client-js.git", "license": "MIT", diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index e777540b..f9dda0b4 100644 --- a/packages/mittwald/CHANGELOG.md +++ b/packages/mittwald/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.47.1](https://github.com/mittwald/api-client-js/compare/4.47.0...4.47.1) (2024-08-14) + +**Note:** Version bump only for package @mittwald/api-client + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # [4.47.0](https://github.com/mittwald/api-client-js/compare/4.46.0...4.47.0) (2024-08-12) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index c6ace90d..c151fcf3 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.47.0", + "version": "4.47.1", "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 46f0beae..865c018b 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.47.1](https://github.com/mittwald/api-client-js/compare/4.47.0...4.47.1) (2024-08-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.47.0](https://github.com/mittwald/api-client-js/compare/4.46.0...4.47.0) (2024-08-12) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index ff2217a2..9acacbf2 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.47.0", + "version": "4.47.1", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",