diff --git a/CHANGELOG.md b/CHANGELOG.md index db78be36..804eddd5 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.14.1](https://github.com/mittwald/api-client-js/compare/4.14.0...4.14.1) (2024-03-11) + +**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.14.0](https://github.com/mittwald/api-client-js/compare/4.13.1...4.14.0) (2024-03-11) ### Features diff --git a/lerna.json b/lerna.json index 7598fbb8..a2011372 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.14.0" + "version": "4.14.1" } diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 99c8a341..960b2987 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/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.14.1](https://github.com/mittwald/api-client-js/compare/4.14.0...4.14.1) (2024-03-11) + +**Note:** Version bump only for package @mittwald/api-client-commons + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [4.13.1](https://github.com/mittwald/api-client-js/compare/4.13.0...4.13.1) (2024-03-08) ### Bug Fixes diff --git a/packages/commons/package.json b/packages/commons/package.json index 0d653152..758b42da 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client-commons", - "version": "4.13.1", + "version": "4.14.1", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Common types and utilities for mittwald API clients", diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md index cd0e144f..b677ab42 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.14.1](https://github.com/mittwald/api-client-js/compare/4.14.0...4.14.1) (2024-03-11) + +**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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08) ### Features diff --git a/packages/generator/package.json b/packages/generator/package.json index 95efd341..f7fd78a6 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-code-generator", - "version": "4.12.0", + "version": "4.14.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 84b2fc35..9cfcd927 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.14.1](https://github.com/mittwald/api-client-js/compare/4.14.0...4.14.1) (2024-03-11) + +**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.14.0](https://github.com/mittwald/api-client-js/compare/4.13.1...4.14.0) (2024-03-11) ### Features diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 7724c9df..ca0c7671 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.14.0", + "version": "4.14.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 79180252..3558a831 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.14.1](https://github.com/mittwald/api-client-js/compare/4.14.0...4.14.1) (2024-03-11) + +**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.14.0](https://github.com/mittwald/api-client-js/compare/4.13.1...4.14.0) (2024-03-11) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index 356a2fda..58fc7a19 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.14.0", + "version": "4.14.1", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",