From 0d923bbc6469e3004a34eb7f8f916621a0e9f6d4 Mon Sep 17 00:00:00 2001 From: mfal Date: Fri, 8 Mar 2024 12:18:49 +0000 Subject: [PATCH] chore(release): bump version to 4.12.0 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/generator/CHANGELOG.md | 11 +++++++++++ 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, 45 insertions(+), 4 deletions(-) create mode 100644 packages/generator/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index d0593f05..e7c9a09c 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.12.0](https://github.com/mittwald/api-client-js/compare/4.11.0...4.12.0) (2024-03-08) + +### Features + +- **generator:** Make @mittwald/api-code-generator public + ([02e133e](https://github.com/mittwald/api-client-js/commit/02e133e67122e9a267f4f523c97af22cc77e7551)) + +# Change Log + +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 diff --git a/lerna.json b/lerna.json index 443433a9..b50a717e 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.11.0" + "version": "4.12.0" } diff --git a/packages/generator/CHANGELOG.md b/packages/generator/CHANGELOG.md new file mode 100644 index 00000000..cd0e144f --- /dev/null +++ b/packages/generator/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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 + +- **generator:** Make @mittwald/api-code-generator public + ([02e133e](https://github.com/mittwald/api-client-js/commit/02e133e67122e9a267f4f523c97af22cc77e7551)) diff --git a/packages/generator/package.json b/packages/generator/package.json index 88ac6d5b..0dcc7f6d 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-code-generator", - "version": "1.0.0", + "version": "4.12.0", "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 d53f5681..eafcdb89 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.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 + +# Change Log + +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 diff --git a/packages/mittwald/package.json b/packages/mittwald/package.json index 92be9cb6..4d584808 100644 --- a/packages/mittwald/package.json +++ b/packages/mittwald/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-client", - "version": "4.11.0", + "version": "4.12.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 f0f7da2d..616250ab 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.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 + +# Change Log + +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 diff --git a/packages/models/package.json b/packages/models/package.json index 3a2b8c20..d52a38a7 100644 --- a/packages/models/package.json +++ b/packages/models/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/api-models", - "version": "4.11.0", + "version": "4.12.0", "author": "Mittwald CM Service GmbH & Co. KG ", "type": "module", "description": "Collection of domain models for coherent interaction with the API",