From f17f52c8eab99513983482940c3243495736c363 Mon Sep 17 00:00:00 2001 From: mfal Date: Fri, 8 Mar 2024 12:30:34 +0000 Subject: [PATCH] chore(release): bump version to 4.13.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/commons/CHANGELOG.md | 12 ++++++++++++ packages/commons/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, 46 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c9a09c..0caa60b9 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.13.0](https://github.com/mittwald/api-client-js/compare/4.12.0...4.13.0) (2024-03-08) + +### Features + +- **commons:** Add expectStatus jest testing helper + ([f6a3e63](https://github.com/mittwald/api-client-js/commit/f6a3e63127dd271eb3974a992ba7e57c387b7113)) + +# 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/lerna.json b/lerna.json index b50a717e..6c7489f6 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.12.0" + "version": "4.13.0" } diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 80a65a1f..c7422747 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/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.13.0](https://github.com/mittwald/api-client-js/compare/4.12.0...4.13.0) (2024-03-08) + +### Features + +- **commons:** Add expectStatus jest testing helper + ([f6a3e63](https://github.com/mittwald/api-client-js/commit/f6a3e63127dd271eb3974a992ba7e57c387b7113)) + +# 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/commons/package.json b/packages/commons/package.json index 859e7dcc..dc97d4fb 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client-commons", - "version": "4.10.0", + "version": "4.13.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Common types and utilities for mittwald API clients", diff --git a/packages/mittwald/CHANGELOG.md b/packages/mittwald/CHANGELOG.md index eafcdb89..0b3f1d78 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.13.0](https://github.com/mittwald/api-client-js/compare/4.12.0...4.13.0) (2024-03-08) + +**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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08) **Note:** Version bump only for package @mittwald/api-client diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 4d584808..693c0604 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.12.0", + "version": "4.13.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 616250ab..587c883c 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.13.0](https://github.com/mittwald/api-client-js/compare/4.12.0...4.13.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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08) **Note:** Version bump only for package @mittwald/api-models diff --git a/packages/models/package.json b/packages/models/package.json index d52a38a7..a52c7850 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.12.0", + "version": "4.13.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",