From 372cbf2f14381c764df7443c79598e360543e7e1 Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 20 Dec 2024 11:30:18 +0100 Subject: [PATCH] chore(master): release cli 2.35.3 --- clients/cli/CHANGELOG.md | 7 +++++++ openapi-generator/cli_lang.yaml | 2 +- release-please/manifest-cli.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/cli/CHANGELOG.md b/clients/cli/CHANGELOG.md index 0758e3538..34d9ec7c3 100644 --- a/clients/cli/CHANGELOG.md +++ b/clients/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.35.3](https://github.com/phrase/openapi/compare/cli-v2.35.2...cli-v2.35.3) (2024-12-20) + + +### Bug Fixes + +* **API:** Repo Sync schema fixes #STRINGS-1074 ([#748](https://github.com/phrase/openapi/issues/748)) ([033be10](https://github.com/phrase/openapi/commit/033be1003fe01b5115de1f8ba2336d32b4862bfd)) + ## [2.35.2](https://github.com/phrase/openapi/compare/cli-v2.35.1...cli-v2.35.2) (2024-12-19) diff --git a/openapi-generator/cli_lang.yaml b/openapi-generator/cli_lang.yaml index 7d85d98fe..885987f4d 100644 --- a/openapi-generator/cli_lang.yaml +++ b/openapi-generator/cli_lang.yaml @@ -2,6 +2,6 @@ generatorName: go outputDir: clients/cli packageName: phrase -packageVersion: 2.35.2 +packageVersion: 2.35.3 templateDir: openapi-generator/templates/cli apiNameSuffix: Api diff --git a/release-please/manifest-cli.json b/release-please/manifest-cli.json index 73063a3f0..b804a6a11 100644 --- a/release-please/manifest-cli.json +++ b/release-please/manifest-cli.json @@ -1,3 +1,3 @@ { - ".": "2.35.2" + ".": "2.35.3" }